Searched refs:ENOSPC (Results 1 - 25 of 1165) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/boot/
H A Dstdio.h9 #define ENOSPC 28 /* No space left on device */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno-base.h32 #define ENOSPC 28 /* No space left on device */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h32 #define ENOSPC 28 /* No space left on device */ macro
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_pool.c49 return -ENOSPC;
59 int i, ret = -ENOSPC;
63 if (e_itr->ref_cnt == 0 && ret == -ENOSPC)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dverifier_log.c88 * we get -ENOSPC and beginning of the full verifier log. This only
96 * Long story short, we do the following -ENOSPC test only for
106 if (!ASSERT_EQ(prog_fd, -ENOSPC, "unexpected_log_fixed_prog_load_result")) {
141 if (!ASSERT_EQ(prog_fd, -ENOSPC, op_name)) {
183 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_fixed");
194 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_fixed_null");
203 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_rolling");
214 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_rolling_null");
217 /* (FIXED) expect -ENOSPC for one byte short log */
223 ASSERT_EQ(res, -ENOSPC, "prog_load_res_too_short_fixe
[all...]
H A Dprog_run_opts.c49 ASSERT_EQ(errno, ENOSPC, "test_run errno");
/linux-master/fs/bcachefs/
H A Derrcode.h86 x(ENOSPC, ENOSPC_disk_reservation) \
87 x(ENOSPC, ENOSPC_bucket_alloc) \
88 x(ENOSPC, ENOSPC_disk_label_add) \
89 x(ENOSPC, ENOSPC_stripe_create) \
90 x(ENOSPC, ENOSPC_inode_create) \
91 x(ENOSPC, ENOSPC_str_hash_create) \
92 x(ENOSPC, ENOSPC_snapshot_create) \
93 x(ENOSPC, ENOSPC_subvolume_create) \
94 x(ENOSPC, ENOSPC_sb) \
95 x(ENOSPC, ENOSPC_sb_journa
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem_gtt.c53 return -ENOSPC;
94 * Returns: 0 on success, -ENOSPC if no suitable hole is found, -EINTR if
117 if (err != -ENOSPC)
121 return -ENOSPC;
187 * Returns: 0 on success, -ENOSPC if no suitable hole is found, -EINTR if
213 return -ENOSPC;
216 return -ENOSPC;
237 if (err != -ENOSPC)
245 if (err != -ENOSPC)
250 return -ENOSPC;
[all...]
H A Di915_gem_evict.c248 return -ENOSPC;
309 ret = -ENOSPC;
375 ret = -ENOSPC;
401 ret = -ENOSPC;
406 ret = -ENOSPC;
411 ret = -ENOSPC;
/linux-master/drivers/md/dm-vdo/
H A Dstatus-codes.c84 return -ENOSPC;
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c17 return -ENOSPC;
28 return -ENOSPC;
40 return -ENOSPC;
52 return -ENOSPC;
70 return -ENOSPC;
75 return -ENOSPC;
82 return -ENOSPC;
129 return -ENOSPC;
144 return -ENOSPC;
179 return -ENOSPC;
[all...]
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c94 return -ENOSPC;
111 return -ENOSPC;
131 return -ENOSPC;
148 return -ENOSPC;
161 return -ENOSPC;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_debugfs.c32 return -ENOSPC;
73 return -ENOSPC;
156 return -ENOSPC;
/linux-master/drivers/misc/ocxl/
H A Dpasid.c49 rc = -ENOSPC;
86 return -ENOSPC;
/linux-master/drivers/pinctrl/
H A Dpinctrl-utils.c51 return -ENOSPC;
71 return -ENOSPC;
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_generic.c51 return -ENOSPC;
/linux-master/drivers/pci/msi/
H A Dlegacy.c34 return ret < 0 ? ret : -ENOSPC;
/linux-master/include/xen/interface/io/
H A Dxs_wire.h61 XSD_ERROR(ENOSPC),
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs_send.c19 return -ENOSPC;
/linux-master/fs/xfs/
H A Dxfs_rtalloc.c299 return -ENOSPC;
361 return -ENOSPC;
369 return -ENOSPC;
421 return -ENOSPC;
428 if (error != -ENOSPC)
469 if (error != -ENOSPC)
505 if (error != -ENOSPC)
540 return -ENOSPC;
575 if (error != -ENOSPC)
586 return -ENOSPC;
[all...]
/linux-master/fs/ubifs/
H A Dbudget.c114 * Returns %-ENOSPC if it couldn't do more free space, and other negative error
143 if (err != -EAGAIN && err != -ENOSPC)
153 return -ENOSPC;
287 * This function returns zero in case of success, and %-ENOSPC in case of
331 return -ENOSPC;
340 return -ENOSPC;
344 return -ENOSPC;
419 * %-ENOSPC if there is no free space and other negative error codes in case of
452 return -ENOSPC;
484 } else if (err == -ENOSPC) {
[all...]
/linux-master/fs/ocfs2/
H A Dsuballoc.c432 if (status != -ENOSPC)
472 if (status != -ENOSPC)
515 if (status != -ENOSPC)
533 status = -ENOSPC;
588 status = -ENOSPC;
611 if (status != -ENOSPC)
674 if (status != -ENOSPC)
697 if (PTR_ERR(bg_bh) == -ENOSPC)
704 if (status != -ENOSPC)
817 status = -ENOSPC;
[all...]
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dscatterlist.c249 return -ENOSPC;
301 if (err == -ENOSPC)
319 alloc_error = -ENOSPC;
343 if (err == -ENOSPC)
370 alloc_error = -ENOSPC;
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_event.c29 return -ENOSPC;
42 err = -ENOSPC;
/linux-master/net/9p/
H A Derror.c67 {"No space left on device", ENOSPC},
156 {"file system is full", ENOSPC},

Completed in 417 milliseconds

1234567891011>>