diff options
Diffstat (limited to 'libbcachefs/errcode.h')
-rw-r--r-- | libbcachefs/errcode.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbcachefs/errcode.h b/libbcachefs/errcode.h index 86a842f1..3118449d 100644 --- a/libbcachefs/errcode.h +++ b/libbcachefs/errcode.h @@ -5,6 +5,7 @@ #define BCH_ERRCODES() \ x(ERANGE, ERANGE_option_too_small) \ x(ERANGE, ERANGE_option_too_big) \ + x(ERANGE, projid_too_big) \ x(EINVAL, injected) \ x(BCH_ERR_injected, injected_fs_start) \ x(EINVAL, mount_option) \ @@ -216,6 +217,11 @@ x(EINVAL, erasure_coding_found_btree_node) \ x(EINVAL, option_negative) \ x(EOPNOTSUPP, may_not_use_incompat_feature) \ + x(EOPNOTSUPP, no_casefolding_without_utf8) \ + x(EOPNOTSUPP, casefold_opt_is_dir_only) \ + x(EOPNOTSUPP, unsupported_fsx_flag) \ + x(EOPNOTSUPP, unsupported_fa_flag) \ + x(EOPNOTSUPP, unsupported_fallocate_mode) \ x(EROFS, erofs_trans_commit) \ x(EROFS, erofs_no_writes) \ x(EROFS, erofs_journal_err) \ |