| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | verifier_log.c | 88 * we get -ENOSPC and beginning of the full verifier log. This only in verif_log_subtest() 96 * Long story short, we do the following -ENOSPC test only for in verif_log_subtest() 106 if (!ASSERT_EQ(prog_fd, -ENOSPC, "unexpected_log_fixed_prog_load_result")) { in verif_log_subtest() 141 if (!ASSERT_EQ(prog_fd, -ENOSPC, op_name)) { in verif_log_subtest() 183 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_fixed"); in verif_log_subtest() 194 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_fixed_null"); in verif_log_subtest() 203 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_rolling"); in verif_log_subtest() 214 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_rolling_null"); in verif_log_subtest() 217 /* (FIXED) expect -ENOSPC for one byte short log */ in verif_log_subtest() 223 ASSERT_EQ(res, -ENOSPC, "prog_load_res_too_short_fixe in verif_log_subtest() [all...] |
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gem_gtt.c | 52 return -ENOSPC; in i915_gem_gtt_prepare_pages() 116 if (err != -ENOSPC) in i915_gem_gtt_reserve() 120 return -ENOSPC; in i915_gem_gtt_reserve() 212 return -ENOSPC; in i915_gem_gtt_insert() 215 return -ENOSPC; in i915_gem_gtt_insert() 236 if (err != -ENOSPC) in i915_gem_gtt_insert() 244 if (err != -ENOSPC) in i915_gem_gtt_insert() 249 return -ENOSPC; in i915_gem_gtt_insert() 277 if (err != -ENOSPC) in i915_gem_gtt_insert() 281 return -ENOSPC; in i915_gem_gtt_insert()
|
| H A D | i915_gem_evict.c | 248 return -ENOSPC; in i915_gem_evict_something() 309 ret = -ENOSPC; in i915_gem_evict_something() 375 ret = -ENOSPC; in i915_gem_evict_for_node() 401 ret = -ENOSPC; in i915_gem_evict_for_node() 406 ret = -ENOSPC; in i915_gem_evict_for_node() 411 ret = -ENOSPC; in i915_gem_evict_for_node()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_xdr.c | 17 return -ENOSPC; in gssx_enc_bool() 28 return -ENOSPC; in gssx_dec_bool() 40 return -ENOSPC; in gssx_enc_buffer() 52 return -ENOSPC; in gssx_enc_in_token() 70 return -ENOSPC; in gssx_dec_buffer() 75 return -ENOSPC; in gssx_dec_buffer() 82 return -ENOSPC; in gssx_dec_buffer() 129 return -ENOSPC; in dummy_enc_opt_array() 144 return -ENOSPC; in dummy_dec_opt_array() 179 return -ENOSPC; in gssx_dec_linux_creds() [all …]
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_pool.c | 49 return -ENOSPC; in sparx5_pool_get() 59 int i, ret = -ENOSPC; in sparx5_pool_get_with_idx() 63 if (e_itr->ref_cnt == 0 && ret == -ENOSPC) in sparx5_pool_get_with_idx()
|
| /linux/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | trace.c | 94 return -ENOSPC; in trace_log_reg() 111 return -ENOSPC; in trace_log_counter() 131 return -ENOSPC; in trace_log_string() 148 return -ENOSPC; in trace_log_indent() 161 return -ENOSPC; in trace_log_outdent()
|
| /linux/fs/ubifs/ |
| H A D | budget.c | 143 if (err != -EAGAIN && err != -ENOSPC) in make_free_space() 153 return -ENOSPC; in make_free_space() 331 return -ENOSPC; in do_budget_space() 340 return -ENOSPC; in do_budget_space() 344 return -ENOSPC; in do_budget_space() 452 return -ENOSPC; in ubifs_budget_space() 484 } else if (err == -ENOSPC) { in ubifs_budget_space()
|
| H A D | find.c | 165 return ERR_PTR(-ENOSPC); in scan_for_dirty() 445 return ERR_PTR(-ENOSPC); in do_find_free_space() 693 err = -ENOSPC; in ubifs_find_free_leb_for_idx() 845 return -ENOSPC; in find_dirty_idx_leb() 912 return -ENOSPC; in find_dirtiest_idx_leb() 954 if (err == -ENOSPC) in ubifs_find_dirty_idx_leb() 958 if (err == -ENOSPC) in ubifs_find_dirty_idx_leb()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_debugfs.c | 32 return -ENOSPC; in ixgbe_dbg_common_ops_read() 73 return -ENOSPC; in ixgbe_dbg_reg_ops_write() 156 return -ENOSPC; in ixgbe_dbg_netdev_ops_write()
|
| /linux/fs/xfs/ |
| H A D | xfs_rtalloc.c | 337 return -ENOSPC; in xfs_rtallocate_extent_block() 368 return -ENOSPC; in xfs_rtallocate_extent_exact() 387 return -ENOSPC; in xfs_rtallocate_extent_exact() 392 return -ENOSPC; in xfs_rtallocate_extent_exact() 437 if (error != -ENOSPC) in xfs_rtallocate_extent_near() 477 if (error != -ENOSPC) in xfs_rtallocate_extent_near() 513 if (error != -ENOSPC) in xfs_rtallocate_extent_near() 548 return -ENOSPC; in xfs_rtallocate_extent_near() 583 if (error != -ENOSPC) in xfs_rtalloc_sumlevel() 594 return -ENOSPC; in xfs_rtalloc_sumlevel() [all …]
|
| /linux/drivers/vhost/ |
| H A D | iotlb.c | 77 return -ENOSPC; in vhost_iotlb_add_range_ctx() 81 return -ENOSPC; in vhost_iotlb_add_range_ctx() 97 return -ENOSPC; in vhost_iotlb_add_range_ctx()
|
| /linux/fs/ocfs2/ |
| H A D | localalloc.c | 646 status = -ENOSPC; in ocfs2_reserve_local_alloc_bits() 671 if (status != -ENOSPC) in ocfs2_reserve_local_alloc_bits() 682 status = -ENOSPC; in ocfs2_reserve_local_alloc_bits() 737 status = -ENOSPC; in ocfs2_claim_local_alloc_bits() 1107 if (status == -ENOSPC) { in ocfs2_local_alloc_reserve_for_window() 1166 if (status == -ENOSPC) { in ocfs2_local_alloc_new_window() 1182 if (status == -ENOSPC) in ocfs2_local_alloc_new_window() 1196 if (status != -ENOSPC) in ocfs2_local_alloc_new_window() 1247 if (status != -ENOSPC) in ocfs2_local_alloc_slide_window() 1295 if (status != -ENOSPC) in ocfs2_local_alloc_slide_window()
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-utils.c | 51 return -ENOSPC; in pinctrl_utils_add_map_mux() 71 return -ENOSPC; in pinctrl_utils_add_map_configs()
|
| /linux/drivers/misc/ocxl/ |
| H A D | pasid.c | 49 rc = -ENOSPC; in range_alloc() 86 return -ENOSPC; in ocxl_pasid_afu_alloc()
|
| /linux/drivers/s390/cio/ |
| H A D | itcw.c | 150 return ERR_PTR(-ENOSPC); in fit_chunk() 324 return ERR_PTR(-ENOSPC); in itcw_add_tidaw() 336 return ERR_PTR(-ENOSPC); in itcw_add_tidaw()
|
| /linux/lib/842/ |
| H A D | 842_decompress.c | 137 return -ENOSPC; in do_data() 316 return -ENOSPC; in sw842_decompress() 330 return -ENOSPC; in sw842_decompress() 391 return -ENOSPC; in sw842_decompress()
|
| /linux/fs/smb/common/compress/ |
| H A D | compress.c | 269 return -ENOSPC; in smb_compression_add_pattern() 285 return -ENOSPC; in smb_compression_add_none() 301 return -ENOSPC; in smb_compression_add_lz77() 307 return -ENOSPC; in smb_compression_add_lz77()
|
| /linux/tools/testing/radix-tree/ |
| H A D | idr-test.c | 66 assert(id == -ENOSPC); in idr_alloc2_test() 72 assert(id == -ENOSPC); in idr_alloc2_test() 75 assert(id == -ENOSPC); in idr_alloc2_test() 209 BUG_ON(idr_alloc_u32(idr, DUMMY_PTR, &id, id, GFP_KERNEL) != -ENOSPC); in idr_u32_test1() 396 assert(idr_alloc(&idr, DUMMY_PTR, i - 2, i, GFP_KERNEL) == -ENOSPC); in idr_checks() 397 assert(idr_alloc(&idr, DUMMY_PTR, i - 2, i + 10, GFP_KERNEL) == -ENOSPC); in idr_checks()
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_rx_filter.c | 348 err = -ENOSPC; in ionic_lif_filter_add() 355 err = -ENOSPC; in ionic_lif_filter_add() 359 if (err != -ENOSPC) in ionic_lif_filter_add() 373 if (err != -ENOSPC) in ionic_lif_filter_add() 380 if (err == -ENOSPC && in ionic_lif_filter_add() 389 case -ENOSPC: in ionic_lif_filter_add()
|
| /linux/net/9p/ |
| H A D | error.c | 68 {"No space left on device", ENOSPC}, 157 {"file system is full", ENOSPC},
|
| /linux/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-adv.c | 186 return -ENOSPC; in set_instruction_bp() 219 return -ENOSPC; in set_instruction_bp() 318 return -ENOSPC; in set_dac() 337 return -ENOSPC; in set_dac() 420 return -ENOSPC; in set_dac_range()
|
| /linux/drivers/s390/char/ |
| H A D | tape_3490.c | 318 return tape_3490_erp_failed(request, -ENOSPC); in tape_3490_unit_check() 342 return tape_3490_erp_failed(request, -ENOSPC); in tape_3490_unit_check() 395 return tape_3490_erp_failed(request, -ENOSPC); in tape_3490_unit_check() 490 return tape_3490_erp_failed(request, -ENOSPC); in tape_3490_unit_check() 625 return tape_3490_erp_failed(request, -ENOSPC); in tape_3490_irq()
|
| /linux/arch/powerpc/platforms/pasemi/ |
| H A D | dma_lib.c | 124 return -ENOSPC; in pasemi_alloc_tx_chan() 143 return -ENOSPC; in pasemi_alloc_rx_chan() 382 return -ENOSPC; in pasemi_dma_alloc_flag() 447 return -ENOSPC; in pasemi_dma_alloc_fun()
|
| /linux/fs/nfs_common/ |
| H A D | common.c | 28 { NFSERR_NOSPC, -ENOSPC }, 91 { NFS4ERR_NOSPC, -ENOSPC },
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_event.c | 29 return -ENOSPC; in komeda_sprintf() 42 err = -ENOSPC; in komeda_sprintf()
|