Searched refs:ub_timestamp (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Duberblock_impl.h47 uint64_t ub_timestamp; /* UTC time of last sync */ member in struct:uberblock
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Duberblock_impl.h52 uint64_t ub_timestamp; /* UTC time of last sync */ member in struct:uberblock
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Duberblock.c58 ub->ub_timestamp = gethrestime_sec();
H A Dvdev_label.c881 if (ub1->ub_timestamp < ub2->ub_timestamp)
883 if (ub1->ub_timestamp > ub2->ub_timestamp)
H A Dspa.c1988 spa->spa_load_txg_ts = spa->spa_uberblock.ub_timestamp;
2979 spa->spa_last_ubsync_txg_ts = spa->spa_uberblock.ub_timestamp;
4267 spa->spa_uberblock.ub_timestamp) == 0);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c230 if (ub1->ub_timestamp < ub2->ub_timestamp)
232 if (ub1->ub_timestamp > ub2->ub_timestamp)
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1096 if (up->ub_timestamp > spa->spa_uberblock.ub_timestamp)
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h839 uint64_t ub_timestamp; /* UTC time of last sync */ member in struct:uberblock
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2031 time_t timestamp = ub->ub_timestamp;
2039 (u_longlong_t)ub->ub_timestamp, asctime(localtime(&timestamp)));

Completed in 140 milliseconds