Home
last modified time | relevance | path

Searched refs:ub_timestamp (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/zfs/
H A Duberblock_impl.h35 uint64_t ub_timestamp; /* UTC time of last sync */ member
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c327 if (zfs_to_cpu64(ub1->ub_timestamp, ub1_endian) in vdev_uberblock_compare()
328 < zfs_to_cpu64(ub2->ub_timestamp, ub2_endian)) in vdev_uberblock_compare()
330 if (zfs_to_cpu64(ub1->ub_timestamp, ub1_endian) in vdev_uberblock_compare()
331 > zfs_to_cpu64(ub2->ub_timestamp, ub2_endian)) in vdev_uberblock_compare()