Home
last modified time | relevance | path

Searched refs:sci_timestamp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_checkpoint.c181 pcs->pcs_start_time = spa->spa_checkpoint_info.sci_timestamp; in spa_checkpoint_get_stats()
191 spa->spa_checkpoint_info.sci_timestamp = 0; in spa_checkpoint_discard_complete_sync()
487 ASSERT0(spa->spa_checkpoint_info.sci_timestamp); in spa_checkpoint_sync()
508 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
H A Dspa.c3915 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_checkpoint.h32 uint64_t sci_timestamp; /* when checkpointed uberblock was synced */ member