Searched refs:PASS_UNCLEAN (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/bcachefs/ | ||
D | recovery_passes_types.h | 7 #define PASS_UNCLEAN BIT(2) macro |
D | recovery_passes.c | 176 if ((p->when & PASS_UNCLEAN) && !c->sb.clean) in should_run_recovery_pass() |