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

/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Duberblock.c57 ub->ub_timestamp = gethrestime_sec();
H A Dvdev_label.c848 if (ub1->ub_timestamp < ub2->ub_timestamp)
850 if (ub1->ub_timestamp > ub2->ub_timestamp)
H A Dspa.c1584 spa->spa_load_txg_ts = spa->spa_uberblock.ub_timestamp;
2286 spa->spa_last_ubsync_txg_ts = spa->spa_uberblock.ub_timestamp;
3480 spa->spa_uberblock.ub_timestamp) == 0);
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c208 if (ub1->ub_timestamp < ub2->ub_timestamp)
210 if (ub1->ub_timestamp > ub2->ub_timestamp)
/opensolaris-onvv-gate/usr/src/cmd/zdb/
H A Dzdb.c1659 time_t timestamp = ub->ub_timestamp;
1667 (u_longlong_t)ub->ub_timestamp, asctime(localtime(&timestamp)));

Completed in 70 milliseconds