Lines Matching refs:bch_err_throw

471 		return bch_err_throw(c, erofs_no_alloc_info);  in __bch2_fs_read_write()
475 return bch_err_throw(c, erofs_unfixed_errors); in __bch2_fs_read_write()
480 return bch_err_throw(c, erofs_filesystem_full); in __bch2_fs_read_write()
561 return bch_err_throw(c, erofs_norecovery); in bch2_fs_read_write()
564 return bch_err_throw(c, erofs_nochanges); in bch2_fs_read_write()
567 return bch_err_throw(c, erofs_no_alloc_info); in bch2_fs_read_write()
752 return bch_err_throw(c, filesystem_uuid_already_open); in bch2_fs_online()
811 return bch_err_throw(c, ENOMEM_fs_other_alloc); in bch2_fs_init_rw()
992 ret = bch_err_throw(c, ENOMEM_fs_other_alloc); in bch2_fs_alloc()
1172 return bch_err_throw(c, insufficient_devices_to_start); in bch2_fs_start()
1183 ret = bch_err_throw(c, ENOSPC_sb); in bch2_fs_start()
1225 ret = bch_err_throw(c, injected_fs_start); in bch2_fs_start()
1252 return bch_err_throw(c, mismatched_block_size); in bch2_dev_may_add()
1256 return bch_err_throw(c, bucket_size_too_small); in bch2_dev_may_add()
1567 return bch_err_throw(c, ENOMEM_dev_alloc); in bch2_dev_alloc()
1577 return bch_err_throw(ca->fs, device_already_online); in __bch2_dev_attach_bdev()
1583 return bch_err_throw(ca->fs, device_size_too_small); in __bch2_dev_attach_bdev()
1735 return bch_err_throw(c, device_state_not_allowed); in __bch2_dev_set_state()
1788 ret = bch_err_throw(c, device_state_not_allowed); in bch2_dev_remove()
1924 ret = bch_err_throw(c, filesystem_uuid_already_open); in bch2_dev_add()
2127 return bch_err_throw(c, device_state_not_allowed); in bch2_dev_offline()
2166 ret = bch_err_throw(c, device_size_too_big); in bch2_dev_resize()
2174 ret = bch_err_throw(c, device_size_too_small); in bch2_dev_resize()
2409 ret = bch_err_throw(c, erofs_nochanges); in bch2_fs_open()