Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/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()
490 ASSERT0(spa->spa_checkpoint_info.sci_timestamp); in spa_checkpoint_sync()
511 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
H A Dspa.c4411 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp;
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_checkpoint.h32 uint64_t sci_timestamp; /* when checkpointed uberblock was synced */ member