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

/linux-master/drivers/md/dm-vdo/
H A Drecovery-journal.c414 * get_recovery_journal_head() - Get the head of the recovery journal.
421 static inline sequence_number_t get_recovery_journal_head(const struct recovery_journal *journal) function
463 sequence_number_t old_head = get_recovery_journal_head(journal);
467 blocks_reaped = get_recovery_journal_head(journal) - old_head;
904 state.journal_start = get_recovery_journal_head(journal);
1016 if ((journal->tail - get_recovery_journal_head(journal)) > journal->size) {

Completed in 282 milliseconds