Home
last modified time | relevance | path

Searched refs:ENOSPC (Results 1 – 25 of 1224) sorted by relevance

12345678910>>...49

/linux-6.12.1/fs/bcachefs/
Derrcode.h88 x(ENOSPC, ENOSPC_disk_reservation) \
89 x(ENOSPC, ENOSPC_bucket_alloc) \
90 x(ENOSPC, ENOSPC_disk_label_add) \
91 x(ENOSPC, ENOSPC_stripe_create) \
92 x(ENOSPC, ENOSPC_inode_create) \
93 x(ENOSPC, ENOSPC_str_hash_create) \
94 x(ENOSPC, ENOSPC_snapshot_create) \
95 x(ENOSPC, ENOSPC_subvolume_create) \
96 x(ENOSPC, ENOSPC_sb) \
97 x(ENOSPC, ENOSPC_sb_journal) \
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dverifier_log.c106 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()
223 ASSERT_EQ(res, -ENOSPC, "prog_load_res_too_short_fixed"); in verif_log_subtest()
231 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_just_right_fixed"); in verif_log_subtest()
238 ASSERT_EQ(res, -ENOSPC, "prog_load_res_too_short_rolling"); in verif_log_subtest()
246 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_just_right_rolling"); in verif_log_subtest()
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_gem_gtt.c52 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()
Di915_gem_evict.c248 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-6.12.1/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c17 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-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_pool.c49 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-6.12.1/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c94 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-6.12.1/fs/ocfs2/
Dsuballoc.c436 if (status != -ENOSPC) in ocfs2_block_group_alloc_contig()
476 if (status != -ENOSPC) in ocfs2_block_group_claim_bits()
519 if (status != -ENOSPC) in ocfs2_block_group_grow_discontig()
537 status = -ENOSPC; in ocfs2_block_group_grow_discontig()
592 status = -ENOSPC; in ocfs2_block_group_alloc_discontig()
615 if (status != -ENOSPC) in ocfs2_block_group_alloc_discontig()
678 if (status != -ENOSPC) in ocfs2_block_group_alloc()
701 if (PTR_ERR(bg_bh) == -ENOSPC) in ocfs2_block_group_alloc()
708 if (status != -ENOSPC) in ocfs2_block_group_alloc()
821 status = -ENOSPC; in ocfs2_reserve_suballoc_bits()
[all …]
Dlocalalloc.c646 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()
1126 if (status == -ENOSPC) { in ocfs2_local_alloc_reserve_for_window()
1185 if (status == -ENOSPC) { in ocfs2_local_alloc_new_window()
1201 if (status == -ENOSPC) in ocfs2_local_alloc_new_window()
1215 if (status != -ENOSPC) in ocfs2_local_alloc_new_window()
1266 if (status != -ENOSPC) in ocfs2_local_alloc_slide_window()
1314 if (status != -ENOSPC) in ocfs2_local_alloc_slide_window()
/linux-6.12.1/fs/xfs/
Dxfs_rtalloc.c325 return -ENOSPC; in xfs_rtallocate_extent_block()
357 return -ENOSPC; in xfs_rtallocate_extent_exact()
376 return -ENOSPC; in xfs_rtallocate_extent_exact()
381 return -ENOSPC; in xfs_rtallocate_extent_exact()
427 if (error != -ENOSPC) in xfs_rtallocate_extent_near()
467 if (error != -ENOSPC) in xfs_rtallocate_extent_near()
503 if (error != -ENOSPC) in xfs_rtallocate_extent_near()
538 return -ENOSPC; in xfs_rtallocate_extent_near()
573 if (error != -ENOSPC) in xfs_rtalloc_sumlevel()
584 return -ENOSPC; in xfs_rtalloc_sumlevel()
[all …]
/linux-6.12.1/fs/ubifs/
Dbudget.c143 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()
Dfind.c165 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-6.12.1/drivers/gpu/drm/i915/selftests/
Dscatterlist.c249 return -ENOSPC; in alloc_table()
301 if (err == -ENOSPC) in igt_sg_alloc()
319 alloc_error = -ENOSPC; in igt_sg_alloc()
343 if (err == -ENOSPC) in igt_sg_trim()
370 alloc_error = -ENOSPC; in igt_sg_trim()
/linux-6.12.1/drivers/gpu/drm/
Ddrm_buddy.c551 return ERR_PTR(-ENOSPC); in __alloc_range_bias()
664 return ERR_PTR(-ENOSPC); in alloc_from_freelist()
719 err = -ENOSPC; in __alloc_range()
733 err = -ENOSPC; in __alloc_range()
749 err = -ENOSPC; in __alloc_range()
770 if (err == -ENOSPC && total_allocated_on_err) { in __alloc_range()
814 return -ENOSPC; in __alloc_contig_try_harder()
818 return -ENOSPC; in __alloc_contig_try_harder()
825 if (!err || err != -ENOSPC) in __alloc_contig_try_harder()
839 } else if (err != -ENOSPC) { in __alloc_contig_try_harder()
[all …]
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_debugfs.c32 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-6.12.1/kernel/irq/
Dmatrix.c242 return -ENOSPC; in irq_matrix_reserve_managed()
303 return -ENOSPC; in irq_matrix_alloc_managed()
311 return -ENOSPC; in irq_matrix_alloc_managed()
398 return -ENOSPC; in irq_matrix_alloc()
403 return -ENOSPC; in irq_matrix_alloc()
/linux-6.12.1/fs/jfs/
Djfs_dmap.c817 != -ENOSPC) { in dbAlloc()
844 != -ENOSPC) { in dbAlloc()
856 != -ENOSPC) { in dbAlloc()
872 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) != -ENOSPC) in dbAlloc()
888 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) == -ENOSPC) in dbAlloc()
946 if (rc != -ENOSPC) in dbReAlloc()
999 return -ENOSPC; in dbExtend()
1030 return -ENOSPC; in dbExtend()
1109 return -ENOSPC; in dbAllocNext()
1115 return -ENOSPC; in dbAllocNext()
[all …]
/linux-6.12.1/fs/hpfs/
Dnamei.c40 err = -ENOSPC; in hpfs_mkdir()
144 err = -ENOSPC; in hpfs_create()
230 err = -ENOSPC; in hpfs_mknod()
306 err = -ENOSPC; in hpfs_symlink()
400 err = -ENOSPC; in hpfs_unlink()
456 err = -ENOSPC; in hpfs_rmdir()
555 err = -ENOSPC; in hpfs_rename()
563 err = r == 1 ? -ENOSPC : -EFSERROR; in hpfs_rename()
577 err = r == 2 ? -ENOSPC : -EFSERROR; in hpfs_rename()
/linux-6.12.1/drivers/pinctrl/
Dpinctrl-utils.c51 return -ENOSPC; in pinctrl_utils_add_map_mux()
71 return -ENOSPC; in pinctrl_utils_add_map_configs()
/linux-6.12.1/fs/nfs_common/
Dcommon.c29 { NFSERR_NOSPC, -ENOSPC },
90 { NFS4ERR_NOSPC, -ENOSPC },
/linux-6.12.1/drivers/misc/ocxl/
Dpasid.c49 rc = -ENOSPC; in range_alloc()
86 return -ENOSPC; in ocxl_pasid_afu_alloc()
/linux-6.12.1/drivers/s390/cio/
Ditcw.c149 return ERR_PTR(-ENOSPC); in fit_chunk()
323 return ERR_PTR(-ENOSPC); in itcw_add_tidaw()
335 return ERR_PTR(-ENOSPC); in itcw_add_tidaw()
/linux-6.12.1/lib/842/
D842_decompress.c137 return -ENOSPC; in do_data()
316 return -ENOSPC; in sw842_decompress()
330 return -ENOSPC; in sw842_decompress()
391 return -ENOSPC; in sw842_decompress()
/linux-6.12.1/drivers/net/ethernet/pensando/ionic/
Dionic_rx_filter.c348 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-6.12.1/arch/powerpc/kernel/ptrace/
Dptrace-adv.c186 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()

12345678910>>...49