Searched refs:ENOSPC (Results 201 - 225 of 1164) sorted by relevance

1234567891011>>

/linux-master/lib/
H A Derrname.c111 E(ENOSPC),
H A Dtest_ida.c118 -ENOSPC);
/linux-master/drivers/misc/ocxl/
H A Dafu_irq.c124 rc = -ENOSPC;
/linux-master/drivers/dax/
H A Dkmem.c42 return -ENOSPC;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dce.c293 ret = -ENOSPC;
299 ret = -ENOSPC;
451 if (ret && ret != -ENOSPC) {
895 if (ret == -ENOSPC)
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx-gen2.c126 idx = -ENOSPC;
/linux-master/drivers/media/mc/
H A Dmc-device.c255 ret = -ENOSPC;
283 ret = -ENOSPC;
319 ret = -ENOSPC;
351 ret = -ENOSPC;
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vdi.c105 return -ENOSPC;
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c120 ret = -ENOSPC;
239 return -ENOSPC;
246 return -ENOSPC;
466 ret = -ENOSPC;
/linux-master/drivers/misc/eeprom/
H A Dee1004.c227 return dev_err_probe(&client->dev, -ENOSPC,
/linux-master/drivers/bus/mhi/ep/
H A Dring.c130 return -ENOSPC;
/linux-master/arch/mips/sgi-ip27/
H A Dip27-irq.c44 return -ENOSPC;
/linux-master/fs/btrfs/
H A Dmessages.c90 case -ENOSPC: /* -28 */
H A Dfree-space-cache.c391 return -ENOSPC;
586 return -ENOSPC;
613 return -ENOSPC;
622 return -ENOSPC;
1144 return -ENOSPC;
1242 return -ENOSPC;
1260 return -ENOSPC;
2075 * broke here we could prematurely ENOSPC.
3346 return -ENOSPC;
3365 return -ENOSPC;
[all...]
/linux-master/fs/
H A Dfhandle.c58 * we could return ENOSPC to indicate overflow
62 if (retval == FILEID_INVALID || retval == -ENOSPC)
H A Dpidfs.c141 return -ENOSPC;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_db_mgr.c135 return -ENOSPC;
/linux-master/drivers/md/dm-vdo/
H A Derrors.c45 [ENOSPC] = "No space left on device",
/linux-master/drivers/iommu/
H A Diommu-sva.c40 return ERR_PTR(-ENOSPC);
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem.c805 if (ret == -EFAULT || ret == -ENOSPC) {
948 return ERR_PTR(-ENOSPC);
959 return ERR_PTR(-ENOSPC);
974 return ERR_PTR(-ENOSPC);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_gsc.c226 return -ENOSPC;
/linux-master/fs/xfs/
H A Dxfs_reflink.c438 return -ENOSPC;
508 return -ENOSPC;
1143 error = -ENOSPC;
1195 if (error == -EDQUOT || error == -ENOSPC) {
/linux-master/drivers/s390/cio/
H A Dfcx.c290 * a pointer to the newly added dcw on success or -%ENOSPC if the new dcw
308 return ERR_PTR(-ENOSPC);
/linux-master/fs/ocfs2/
H A Dnamei.c303 if (status != -ENOSPC)
347 if (status != -ENOSPC)
354 if (status != -ENOSPC)
1879 if (status != -ENOSPC)
1919 if (status != -ENOSPC)
1973 if (status != -ENOSPC && status != -EINTR) {
1978 status = -ENOSPC;
2463 if (ret != -ENOSPC)
2536 if (status != -ENOSPC)
2652 if (status != -ENOSPC)
[all...]
/linux-master/drivers/video/
H A Dhdmi.c124 return -ENOSPC;
295 return -ENOSPC;
441 return -ENOSPC;
625 return -ENOSPC;
765 return -ENOSPC;

Completed in 247 milliseconds

1234567891011>>