Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Drecovery_passes.c65 static const u8 passes_to_stable_map[] = { variable
73 return passes_to_stable_map[pass]; in bch2_recovery_pass_to_stable()
79 for (unsigned i = 0; i < ARRAY_SIZE(passes_to_stable_map); i++) in bch2_recovery_passes_to_stable()
81 ret |= BIT_ULL(passes_to_stable_map[i]); in bch2_recovery_passes_to_stable()