Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Drecovery_passes_types.h6 #define PASS_FSCK BIT(1) macro
24 x(check_allocations, 5, PASS_FSCK) \
29 x(check_alloc_info, 10, PASS_ONLINE|PASS_FSCK) \
30 x(check_lrus, 11, PASS_ONLINE|PASS_FSCK) \
31 x(check_btree_backpointers, 12, PASS_ONLINE|PASS_FSCK) \
32 x(check_backpointers_to_extents, 13, PASS_ONLINE|PASS_FSCK) \
33 x(check_extents_to_backpointers, 14, PASS_ONLINE|PASS_FSCK) \
34 x(check_alloc_to_lru_refs, 15, PASS_ONLINE|PASS_FSCK) \
38 x(check_snapshot_trees, 18, PASS_ONLINE|PASS_FSCK) \
39 x(check_snapshots, 19, PASS_ONLINE|PASS_FSCK) \
[all …]
Drecovery_passes.c161 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()