bcachefs: Convert -ENOENT to private error codes
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 27 May 2023 23:59:59 +0000 (19:59 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:03 +0000 (17:10 -0400)
commite47a390aa5946e3c5bea7a4a350a88d3bb3ba5b4
tree01ca402a24c057458a13a3f97e4813bc037d2c76
parentf154c3eb429a340d66a06e8f8d2221d28d25ab45
bcachefs: Convert -ENOENT to private error codes

As with previous conversions, replace -ENOENT uses with more informative
private error codes.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
18 files changed:
fs/bcachefs/acl.c
fs/bcachefs/btree_iter.h
fs/bcachefs/buckets.c
fs/bcachefs/chardev.c
fs/bcachefs/errcode.h
fs/bcachefs/fs-common.c
fs/bcachefs/fs-ioctl.c
fs/bcachefs/fs.c
fs/bcachefs/fsck.c
fs/bcachefs/inode.c
fs/bcachefs/move.c
fs/bcachefs/movinggc.c
fs/bcachefs/quota.c
fs/bcachefs/recovery.c
fs/bcachefs/str_hash.h
fs/bcachefs/subvolume.c
fs/bcachefs/super.c
fs/bcachefs/xattr.c