X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libbcachefs%2Fsb-errors_types.h;fp=libbcachefs%2Fsb-errors_types.h;h=1530bd35b94572c85314e031b42aca38395f8dcd;hb=7a716b76b5963dc2d158883f4497bab221932412;hp=63f18c7f30885e4a6f95b992e5a448b81f7fbdc4;hpb=9e6d9560d070bc14e1498a24ef6634d2b99f7e84;p=bcachefs-tools-debian diff --git a/libbcachefs/sb-errors_types.h b/libbcachefs/sb-errors_types.h index 63f18c7..1530bd3 100644 --- a/libbcachefs/sb-errors_types.h +++ b/libbcachefs/sb-errors_types.h @@ -231,7 +231,7 @@ x(dirent_name_dot_or_dotdot, 223) \ x(dirent_name_has_slash, 224) \ x(dirent_d_type_wrong, 225) \ - x(dirent_d_parent_subvol_wrong, 226) \ + x(inode_bi_parent_wrong, 226) \ x(dirent_in_missing_dir_inode, 227) \ x(dirent_in_non_dir_inode, 228) \ x(dirent_to_missing_inode, 229) \ @@ -253,7 +253,16 @@ x(reflink_p_front_pad_bad, 245) \ x(journal_entry_dup_same_device, 246) \ x(inode_bi_subvol_missing, 247) \ - x(inode_bi_subvol_wrong, 248) + x(inode_bi_subvol_wrong, 248) \ + x(inode_points_to_missing_dirent, 249) \ + x(inode_points_to_wrong_dirent, 250) \ + x(inode_bi_parent_nonzero, 251) \ + x(dirent_to_missing_parent_subvol, 252) \ + x(dirent_not_visible_in_parent_subvol, 253) \ + x(subvol_fs_path_parent_wrong, 254) \ + x(subvol_root_fs_path_parent_nonzero, 255) \ + x(subvol_children_not_set, 256) \ + x(subvol_children_bad, 257) enum bch_sb_error_id { #define x(t, n) BCH_FSCK_ERR_##t = n,