Searched refs:PASS_FSCK (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | recovery_passes_types.h | 6 #define PASS_FSCK BIT(1) macro 30 x(check_allocations, 5, PASS_FSCK) \ 36 x(check_lrus, 11, PASS_ONLINE|PASS_FSCK) \ 46 x(check_subvols, 20, PASS_ONLINE|PASS_FSCK) \ 50 x(check_inodes, 24, PASS_FSCK) \ 51 x(check_extents, 25, PASS_FSCK) \ 53 x(check_dirents, 27, PASS_FSCK) \ 54 x(check_xattrs, 28, PASS_FSCK) \ 55 x(check_root, 29, PASS_ONLINE|PASS_FSCK) \ 56 x(check_unreachable_inodes, 40, PASS_FSCK) \ [all …]
|
| H A D | recovery_passes.c | 197 if (recovery_pass_fns[i].when & PASS_FSCK) in bch2_fsck_recovery_passes() 210 if ((p->when & PASS_FSCK) && c->opts.fsck) in should_run_recovery_pass()
|