Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Duberblock_impl.h45 uint64_t ub_timestamp; /* UTC time of last sync */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Duberblock.c59 ub->ub_timestamp = gethrestime_sec(); in uberblock_update()
H A Dmmp.c423 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_update_uberblock()
499 if (mmp->mmp_ub.ub_timestamp != gethrestime_sec()) { in mmp_write_uberblock()
505 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_write_uberblock()
H A Dspa_checkpoint.c508 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
H A Dspa.c2225 spa->spa_load_txg_ts = spa->spa_uberblock.ub_timestamp; in spa_load_verify()
2491 tryconfig_timestamp && tryconfig_timestamp == ub->ub_timestamp && in spa_activity_check_required()
2594 uint64_t timestamp = ub->ub_timestamp; in spa_activity_check()
2642 if (txg != ub->ub_txg || timestamp != ub->ub_timestamp || in spa_activity_check()
2648 txg, ub->ub_txg, timestamp, ub->ub_timestamp, in spa_activity_check()
3913 ASSERT3U(checkpoint.ub_timestamp, !=, 0);
3915 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp;
4029 checkpoint.ub_timestamp = gethrestime_sec();
4449 spa->spa_last_ubsync_txg_ts = spa->spa_uberblock.ub_timestamp;
5879 spa->spa_uberblock.ub_timestamp) == 0);
H A Dvdev_label.c1396 cmp = TREE_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Duberblock_impl.h83 uint64_t ub_timestamp; /* UTC time of last sync */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c231 if (ub1->ub_timestamp < ub2->ub_timestamp) in vdev_uberblock_compare()
233 if (ub1->ub_timestamp > ub2->ub_timestamp) in vdev_uberblock_compare()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h914 uint64_t ub_timestamp; /* UTC time of last sync */ member
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c1583 cmp = AVL_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2566 time_t timestamp = ub->ub_timestamp; in dump_uberblock()
2574 (u_longlong_t)ub->ub_timestamp, asctime(localtime(&timestamp))); in dump_uberblock()