Home
last modified time | relevance | path

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

/linux/fs/bcachefs/ !
H A Drecovery_passes.c31 static const u8 passes_to_stable_map[] = { variable
45 return passes_to_stable_map[pass]; in bch2_recovery_pass_to_stable()
51 for (unsigned i = 0; i < ARRAY_SIZE(passes_to_stable_map); i++) in bch2_recovery_passes_to_stable()
53 ret |= BIT_ULL(passes_to_stable_map[i]); in bch2_recovery_passes_to_stable()