Lines Matching refs:FSCK_AUTOFIX

8 	FSCK_AUTOFIX		= 1 << 2,  enumerator
24 x(journal_entry_replicas_not_marked, 12, FSCK_AUTOFIX) \
49 x(btree_node_data_missing, 37, FSCK_AUTOFIX) \
59 x(bset_blacklisted_journal_seq, 47, FSCK_AUTOFIX) \
60 x(first_bset_blacklisted_journal_seq, 48, FSCK_AUTOFIX) \
69 x(btree_node_bkey_out_of_order, 57, FSCK_AUTOFIX) \
70 x(btree_root_bkey_invalid, 58, FSCK_AUTOFIX) \
71 x(btree_root_read_error, 59, FSCK_AUTOFIX) \
74 x(btree_node_read_error, 62, FSCK_AUTOFIX) \
75 x(btree_node_topology_bad_min_key, 63, FSCK_AUTOFIX) \
76 x(btree_node_topology_bad_max_key, 64, FSCK_AUTOFIX) \
77 x(btree_node_topology_overwritten_by_prev_node, 65, FSCK_AUTOFIX) \
78 x(btree_node_topology_overwritten_by_next_node, 66, FSCK_AUTOFIX) \
79 x(btree_node_topology_interior_node_empty, 67, FSCK_AUTOFIX) \
80 x(fs_usage_hidden_wrong, 68, FSCK_AUTOFIX) \
81 x(fs_usage_btree_wrong, 69, FSCK_AUTOFIX) \
82 x(fs_usage_data_wrong, 70, FSCK_AUTOFIX) \
83 x(fs_usage_cached_wrong, 71, FSCK_AUTOFIX) \
84 x(fs_usage_reserved_wrong, 72, FSCK_AUTOFIX) \
85 x(fs_usage_persistent_reserved_wrong, 73, FSCK_AUTOFIX) \
86 x(fs_usage_nr_inodes_wrong, 74, FSCK_AUTOFIX) \
87 x(fs_usage_replicas_wrong, 75, FSCK_AUTOFIX) \
88 x(dev_usage_buckets_wrong, 76, FSCK_AUTOFIX) \
89 x(dev_usage_sectors_wrong, 77, FSCK_AUTOFIX) \
90 x(dev_usage_fragmented_wrong, 78, FSCK_AUTOFIX) \
91 x(dev_usage_buckets_ec_wrong, 79, FSCK_AUTOFIX) \
116 x(alloc_key_cached_but_read_time_zero, 104, FSCK_AUTOFIX) \
117 x(alloc_key_to_missing_lru_entry, 105, FSCK_AUTOFIX) \
118 x(alloc_key_data_type_wrong, 106, FSCK_AUTOFIX) \
119 x(alloc_key_gen_wrong, 107, FSCK_AUTOFIX) \
120 x(alloc_key_dirty_sectors_wrong, 108, FSCK_AUTOFIX) \
121 x(alloc_key_cached_sectors_wrong, 109, FSCK_AUTOFIX) \
122 x(alloc_key_stripe_wrong, 110, FSCK_AUTOFIX) \
123 x(alloc_key_stripe_redundancy_wrong, 111, FSCK_AUTOFIX) \
124 x(alloc_key_journal_seq_in_future, 298, FSCK_AUTOFIX) \
127 x(need_discard_key_wrong, 114, FSCK_AUTOFIX) \
128 x(freespace_key_wrong, 115, FSCK_AUTOFIX) \
129 x(freespace_hole_missing, 116, FSCK_AUTOFIX) \
131 x(bucket_gens_key_wrong, 118, FSCK_AUTOFIX) \
132 x(bucket_gens_hole_wrong, 119, FSCK_AUTOFIX) \
133 x(bucket_gens_to_invalid_dev, 120, FSCK_AUTOFIX) \
134 x(bucket_gens_to_invalid_buckets, 121, FSCK_AUTOFIX) \
135 x(bucket_gens_nonzero_for_invalid_buckets, 122, FSCK_AUTOFIX) \
142 x(backpointer_to_missing_device, 126, FSCK_AUTOFIX) \
143 x(backpointer_to_missing_alloc, 127, FSCK_AUTOFIX) \
144 x(backpointer_to_missing_ptr, 128, FSCK_AUTOFIX) \
145 x(lru_entry_at_time_0, 129, FSCK_AUTOFIX) \
146 x(lru_entry_to_invalid_bucket, 130, FSCK_AUTOFIX) \
147 x(lru_entry_bad, 131, FSCK_AUTOFIX) \
163 x(ptr_to_missing_backpointer, 147, FSCK_AUTOFIX) \
164 x(ptr_to_missing_alloc_key, 148, FSCK_AUTOFIX) \
165 x(ptr_to_missing_replicas_entry, 149, FSCK_AUTOFIX) \
170 x(stale_dirty_ptr, 154, FSCK_AUTOFIX) \
183 x(reflink_v_refcount_wrong, 165, FSCK_AUTOFIX) \
185 x(reflink_p_to_missing_reflink_v, 166, FSCK_AUTOFIX) \
204 x(snapshot_to_bad_snapshot_tree, 183, FSCK_AUTOFIX) \
208 x(subvol_not_master_and_not_snapshot, 187, FSCK_AUTOFIX) \
210 x(subvol_root_wrong_bi_subvol, 189, FSCK_AUTOFIX) \
228 x(inode_i_size_dirty_but_clean, 202, FSCK_AUTOFIX) \
229 x(inode_i_sectors_dirty_but_clean, 203, FSCK_AUTOFIX) \
230 x(inode_i_sectors_wrong, 204, FSCK_AUTOFIX) \
231 x(inode_dir_wrong_nlink, 205, FSCK_AUTOFIX) \
232 x(inode_dir_multiple_links, 206, FSCK_AUTOFIX) \
233 x(inode_dir_missing_backpointer, 284, FSCK_AUTOFIX) \
234 x(inode_dir_unlinked_but_not_empty, 286, FSCK_AUTOFIX) \
235 x(inode_multiple_links_but_nlink_0, 207, FSCK_AUTOFIX) \
236 x(inode_wrong_backpointer, 208, FSCK_AUTOFIX) \
237 x(inode_wrong_nlink, 209, FSCK_AUTOFIX) \
239 x(inode_unreachable, 210, FSCK_AUTOFIX) \
240 x(inode_journal_seq_in_future, 299, FSCK_AUTOFIX) \
241 x(inode_i_sectors_underflow, 312, FSCK_AUTOFIX) \
242 x(inode_has_case_insensitive_not_set, 316, FSCK_AUTOFIX) \
243 x(inode_parent_has_case_insensitive_not_set, 317, FSCK_AUTOFIX) \
244 x(vfs_inode_i_blocks_underflow, 311, FSCK_AUTOFIX) \
245 x(vfs_inode_i_blocks_not_zero_at_truncate, 313, FSCK_AUTOFIX) \
246 x(deleted_inode_but_clean, 211, FSCK_AUTOFIX) \
247 x(deleted_inode_missing, 212, FSCK_AUTOFIX) \
248 x(deleted_inode_is_dir, 213, FSCK_AUTOFIX) \
249 x(deleted_inode_not_unlinked, 214, FSCK_AUTOFIX) \
250 x(deleted_inode_has_child_snapshots, 288, FSCK_AUTOFIX) \
269 x(dirent_casefold_mismatch, 318, FSCK_AUTOFIX) \
282 x(unlinked_inode_not_on_deleted_list, 244, FSCK_AUTOFIX) \
287 x(inode_points_to_missing_dirent, 249, FSCK_AUTOFIX) \
288 x(inode_points_to_wrong_dirent, 250, FSCK_AUTOFIX) \
297 x(subvol_unreachable, 259, FSCK_AUTOFIX) \
301 x(btree_root_unreadable_and_scan_found_nothing, 263, FSCK_AUTOFIX) \
302 x(snapshot_node_missing, 264, FSCK_AUTOFIX) \
304 x(btree_bitmap_not_marked, 266, FSCK_AUTOFIX) \
309 x(subvol_missing, 308, FSCK_AUTOFIX) \
310 x(alloc_key_stripe_sectors_wrong, 271, FSCK_AUTOFIX) \
311 x(accounting_mismatch, 272, FSCK_AUTOFIX) \
316 x(alloc_key_fragmentation_lru_wrong, 276, FSCK_AUTOFIX) \
317 x(accounting_key_junk_at_end, 277, FSCK_AUTOFIX) \
318 x(accounting_key_replicas_nr_devs_0, 278, FSCK_AUTOFIX) \
319 x(accounting_key_replicas_nr_required_bad, 279, FSCK_AUTOFIX) \
320 x(accounting_key_replicas_devs_unsorted, 280, FSCK_AUTOFIX) \
321 x(accounting_key_version_0, 282, FSCK_AUTOFIX) \
322 x(accounting_key_nr_counters_wrong, 307, FSCK_AUTOFIX) \
323 x(logged_op_but_clean, 283, FSCK_AUTOFIX) \
324 x(compression_opt_not_marked_in_sb, 295, FSCK_AUTOFIX) \
325 x(compression_type_not_marked_in_sb, 296, FSCK_AUTOFIX) \
326 x(directory_size_mismatch, 303, FSCK_AUTOFIX) \
329 x(rebalance_work_incorrectly_set, 309, FSCK_AUTOFIX) \
330 x(rebalance_work_incorrectly_unset, 310, FSCK_AUTOFIX) \