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

/linux-master/drivers/md/dm-vdo/
H A Drecovery-journal.c427 * compute_recovery_count_byte() - Compute the recovery count byte for a given recovery count.
432 static inline u8 __must_check compute_recovery_count_byte(u64 recovery_count) function
726 journal->recovery_count = compute_recovery_count_byte(recovery_count);
835 journal->recovery_count = compute_recovery_count_byte(recovery_count);

Completed in 188 milliseconds