Searched refs:next_commit (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.h95 sequence_number_t next_commit; member in struct:slab_journal
H A Dslab-depot.c104 journal->next_commit = journal->tail;
629 (journal->last_summarized >= journal->next_commit)) {
642 journal->summarized = journal->next_commit;
716 journal->next_commit = journal->tail;
721 journal->next_commit = get_committing_sequence_number(pooled);
3598 vdo_log_info(" slab journal: entry_waiters=%zu waiting_to_commit=%s updating_slab_summary=%s head=%llu unreapable=%llu tail=%llu next_commit=%llu summarized=%llu last_summarized=%llu recovery_lock=%llu dirty=%s",
3605 (unsigned long long) journal->next_commit,

Completed in 282 milliseconds