Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Drecovery-journal.c27 static const u64 RECOVERY_COUNT_MASK = 0xff; variable
436 return (u8)(recovery_count & RECOVERY_COUNT_MASK); in compute_recovery_count_byte()