Searched refs:bch2_err_class (Results 1 – 11 of 11) sorted by relevance
677 return bch2_err_class(PTR_ERR(inode)); in bch2_mknod()732 return bch2_err_class(ret); in bch2_link()787 return bch2_err_class(ret); in bch2_unlink()801 return bch2_err_class(PTR_ERR(inode)); in bch2_symlink()822 return bch2_err_class(ret); in bch2_symlink()971 return bch2_err_class(ret); in bch2_rename2()1089 return bch2_err_class(ret); in bch2_setattr_nonsize()1176 return bch2_err_class(PTR_ERR(inode)); in bch2_tmpfile()1380 return bch2_err_class(ret); in bch2_vfs_readdir()1806 return bch2_err_class(ret); in bch2_vfs_write_inode()[all …]
324 return ret ? bch2_err_class(ret) : buf.used; in bch2_xattr_list()339 return bch2_err_class(ret); in bch2_xattr_get_handler()361 return bch2_err_class(ret); in bch2_xattr_set_handler()576 return bch2_err_class(ret); in bch2_xattr_bcachefs_set()
207 ret = bch2_err_class(ret); in bch2_fsync()484 return bch2_err_class(ret); in bchfs_truncate()794 return bch2_err_class(ret); in bch2_fallocate_dispatch()908 return bch2_err_class(ret); in bch2_remap_file_range()1011 return bch2_err_class(ret); in bch2_llseek()
592 return bch2_err_class(ret); in bch2_quota_enable()755 return bch2_err_class(ret); in bch2_quota_set_info()816 return bch2_err_class(ret); in bch2_get_next_quota()876 return bch2_err_class(ret); in bch2_set_quota()
335 return bch2_err_class(ret); in bch2_read_folio()644 return bch2_err_class(ret); in bch2_writepages()729 return bch2_err_class(ret); in bch2_write_begin()1063 return bch2_err_class(ret); in bch2_write_iter()
212 return bch2_err_class(ret); in bch2_read_iter()397 ret = bch2_err_class(ret); in bch2_dio_write_done()
74 return bch2_err_class(ret); \87 return bch2_err_class(fn##_store_inner(kobj, attr, buf, size)); \
275 ret = bch2_err_class(ret); in bch2_global_ioctl()935 ret = bch2_err_class(ret); in bch2_fs_ioctl()
301 static inline long bch2_err_class(long err) in bch2_err_class() function
607 return bch2_err_class(ret); in bch2_fs_file_ioctl()
19 At the module boundary, we use bch2_err_class() to convert to a standard error