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

/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.h91 sequence_number_t unreapable; member in struct:slab_journal
H A Dslab-depot.c80 return (journal->head != journal->unreapable);
102 journal->unreapable = journal->head;
103 journal->reap_lock = get_lock(journal, journal->unreapable);
401 journal->head = journal->unreapable;
487 while ((journal->unreapable < journal->tail) && (journal->reap_lock->count == 0)) {
489 journal->unreapable++;
990 * can just advance the head (and unreapable block), as needed.
993 journal->unreapable++;
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",
3603 (unsigned long long) journal->unreapable,
[all...]

Completed in 188 milliseconds