Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Duberblock_impl.h52 uint64_t ub_timestamp; /* UTC time of last sync */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Duberblock.c58 ub->ub_timestamp = gethrestime_sec(); in uberblock_update()
H A Dvdev_label.c936 if (ub1->ub_timestamp < ub2->ub_timestamp) in vdev_uberblock_compare()
938 if (ub1->ub_timestamp > ub2->ub_timestamp) in vdev_uberblock_compare()
H A Dspa.c2064 spa->spa_load_txg_ts = spa->spa_uberblock.ub_timestamp; in spa_load_verify()
3055 spa->spa_last_ubsync_txg_ts = spa->spa_uberblock.ub_timestamp; in spa_load_best()
4560 spa->spa_uberblock.ub_timestamp) == 0); in spa_tryimport()
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c2049 time_t timestamp = ub->ub_timestamp; in dump_uberblock()
2057 (u_longlong_t)ub->ub_timestamp, asctime(localtime(&timestamp))); in dump_uberblock()