Searched refs:PASS_FSCK (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | recovery_passes_types.h | 6 #define PASS_FSCK BIT(1) macro 24 x(check_allocations, 5, PASS_FSCK) \ 30 x(check_lrus, 11, PASS_ONLINE|PASS_FSCK) \ 40 x(check_subvols, 20, PASS_ONLINE|PASS_FSCK) \ 44 x(check_inodes, 24, PASS_FSCK) \ 45 x(check_extents, 25, PASS_FSCK) \ 46 x(check_indirect_extents, 26, PASS_FSCK) \ 47 x(check_dirents, 27, PASS_FSCK) \ 48 x(check_xattrs, 28, PASS_FSCK) \ 49 x(check_root, 29, PASS_ONLINE|PASS_FSCK) \ [all …]
|
| A D | recovery_passes.c | 161 if (recovery_pass_fns[i].when & PASS_FSCK) in bch2_fsck_recovery_passes() 174 if ((p->when & PASS_FSCK) && c->opts.fsck) in should_run_recovery_pass()
|
Completed in 6 milliseconds