Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDspa_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()
491 ASSERT0(spa->spa_checkpoint_info.sci_timestamp); in spa_checkpoint_sync()
512 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
HDspa.c5005 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp;
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDspa_checkpoint.h32 uint64_t sci_timestamp; /* when checkpointed uberblock was synced */ member