Home
last modified time | relevance | path

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

/openbmc/u-boot/include/zfs/
H A Duberblock_impl.h34 uint64_t ub_timestamp; /* UTC time of last sync */ member
/openbmc/u-boot/fs/zfs/
H A Dzfs.c326 if (zfs_to_cpu64(ub1->ub_timestamp, ub1_endian) in vdev_uberblock_compare()
327 < zfs_to_cpu64(ub2->ub_timestamp, ub2_endian)) in vdev_uberblock_compare()
329 if (zfs_to_cpu64(ub1->ub_timestamp, ub1_endian) in vdev_uberblock_compare()
330 > zfs_to_cpu64(ub2->ub_timestamp, ub2_endian)) in vdev_uberblock_compare()