HomeSort by: relevance | last modified time | path
    Searched refs:ub_timestamp (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
uberblock_impl.h 52 uint64_t ub_timestamp; /* UTC time of last sync */ member in struct:uberblock
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
uberblock.c 58 ub->ub_timestamp = gethrestime_sec();
vdev_label.c 936 if (ub1->ub_timestamp < ub2->ub_timestamp)
938 if (ub1->ub_timestamp > ub2->ub_timestamp)
spa.c 2064 spa->spa_load_txg_ts = spa->spa_uberblock.ub_timestamp;
3055 spa->spa_last_ubsync_txg_ts = spa->spa_uberblock.ub_timestamp;
4560 spa->spa_uberblock.ub_timestamp) == 0);
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 2049 time_t timestamp = ub->ub_timestamp;
2057 (u_longlong_t)ub->ub_timestamp, asctime(localtime(&timestamp)));

Completed in 23 milliseconds