Searched refs:ENOSPC (Results 51 - 75 of 1164) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_gem_evict.c65 if (vma == ERR_PTR(-ENOSPC))
127 if (err != -ENOSPC) {
179 if (vma != ERR_PTR(-ENOSPC)) {
211 if (err != -ENOSPC) {
/linux-master/arch/x86/hyperv/
H A Dnested.c69 return -ENOSPC;
/linux-master/drivers/nvdimm/
H A Dnd_virtio.c64 * If virtqueue_add_sgs returns -ENOSPC then req_vq virtual
70 GFP_ATOMIC)) == -ENOSPC) {
84 * virtqueue_add_sgs failed with error different than -ENOSPC, we can't
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-secvar.c36 err = -ENOSPC;
/linux-master/fs/udf/
H A Dialloc.c66 err = -ENOSPC;
/linux-master/drivers/video/fbdev/core/
H A Dfb_sys_fops.c91 err = -ENOSPC;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ttm_sys_mgr.c46 r = -ENOSPC;
/linux-master/fs/btrfs/
H A Dblock-rsv.c67 * truncate() in order to help users recover from ENOSPC conditions.
98 * ENOSPC from btrfs_use_block_rsv() to signal that we need to unwind and try
234 int ret = -ENOSPC;
249 int ret = -ENOSPC;
300 int ret = -ENOSPC;
545 * pessimistic, so instead of possibly having an ENOSPC abort here, try
569 ret = -ENOSPC;
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_utils.c83 return -ENOSPC;
/linux-master/fs/hpfs/
H A Dnamei.c40 err = -ENOSPC;
144 err = -ENOSPC;
230 err = -ENOSPC;
306 err = -ENOSPC;
400 err = -ENOSPC;
456 err = -ENOSPC;
564 err = -ENOSPC;
572 err = r == 1 ? -ENOSPC : -EFSERROR;
586 err = r == 2 ? -ENOSPC : -EFSERROR;
/linux-master/fs/jfs/
H A Djfs_dmap.c722 * -ENOSPC - insufficient disk resources
817 != -ENOSPC) {
844 != -ENOSPC) {
856 != -ENOSPC) {
872 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) != -ENOSPC)
888 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) == -ENOSPC)
931 * -ENOSPC - insufficient disk resources
946 if (rc != -ENOSPC)
980 * -ENOSPC - insufficient disk resources
999 return -ENOSPC;
[all...]
H A Djfs_extent.c67 * -ENOSPC - insufficient disk resources.
250 * -ENOSPC - insufficient disk resources.
296 * -ENOSPC - insufficient disk resources.
317 return -ENOSPC;
330 if (rc != -ENOSPC)
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c235 return -ENOSPC;
258 return -ENOSPC;
/linux-master/net/core/
H A Dnetprio_cgroup.c65 return -ENOSPC;
152 return -ENOSPC;
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dhtab_map_batch_ops.c163 if (err && errno == ENOSPC) {
226 if (err && errno == ENOSPC) {
/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-disk.c140 if (r == -ENOSPC)
191 return -ENOSPC;
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag_resv.c30 * that data structure do not encounter ENOSPC because errors during a btree
40 * refcount btree, we can reserve space for it and avoid ENOSPC.
217 error = -ENOSPC;
341 error = -ENOSPC;
H A Dxfs_attr.c341 * xfs_attr_shortform_addname() will convert to leaf format and return -ENOSPC.
359 if (error == -ENOSPC)
384 if (error != -ENOSPC) {
446 if (error == -ENOSPC) {
495 if (error == -ENOSPC) {
1095 return -ENOSPC;
1102 return -ENOSPC;
1146 * the attr data is converted to node format and -ENOSPC is returned. Caller is
1378 if (error == -ENOSPC) {
/linux-master/fs/xfs/
H A Dxfs_trans.c140 * This will return ENOSPC if there are not enough blocks available.
168 return -ENOSPC;
215 error = -ENOSPC;
285 if (error == -ENOSPC && want_retry) {
1220 if ((error == -EDQUOT || error == -ENOSPC) && !retried) {
1245 * fail due to ENOSPC, so the caller must be able to cancel the transaction
1325 if ((error == -EDQUOT || error == -ENOSPC) && !retried) {
1405 if ((error == -EDQUOT || error == -ENOSPC) && !retried) {
1453 if (error == -ENOSPC) {
1484 if (error == -EDQUOT || error == -ENOSPC) {
[all...]
/linux-master/drivers/crypto/nx/
H A Dnx-842.c93 return -ENOSPC;
175 return -ENOSPC;
223 if (ret == -ENOSPC && dst != ctx->dbounce)
294 ret = -ENOSPC;
357 return -ENOSPC;
/linux-master/fs/hfsplus/
H A Dextents.c103 /* Fail early and avoid ENOSPC during the btree operation */
322 return -ENOSPC;
454 return -ENOSPC;
472 res = -ENOSPC;
497 if (res == -ENOSPC)
512 } else if (res == -ENOSPC)
/linux-master/fs/ext4/
H A Dinline.c305 if (error == -ENOSPC)
401 return -ENOSPC;
405 return -ENOSPC;
635 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
689 if (ret && ret != -ENOSPC)
693 if (ret == -ENOSPC) {
915 if (ret && ret != -ENOSPC)
918 if (ret == -ENOSPC) {
923 if (ret == -ENOSPC &&
1001 * It will return -ENOSPC i
[all...]
/linux-master/drivers/usb/dwc2/
H A Dhcd_queue.c61 status = -ENOSPC;
105 status = -ENOSPC;
199 * Returns either -ENOSPC or a >= 0 start bit which should be passed to the
212 return -ENOSPC;
222 return -ENOSPC;
289 return -ENOSPC;
946 return -ENOSPC;
1312 status = -ENOSPC;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_stolen.c521 return -ENOSPC;
528 return -ENOSPC;
532 return -ENOSPC;
535 return -ENOSPC;
540 return -ENOSPC;
556 return -ENOSPC;
759 return -ENOSPC;
/linux-master/fs/ubifs/
H A Dfind.c165 return ERR_PTR(-ENOSPC);
218 * of success, %-ENOSPC if no dirty LEB was found and a negative error code in
445 return ERR_PTR(-ENOSPC);
478 * This function returns found LEB number in case of success, %-ENOSPC if it
659 * If no LEB is found %-ENOSPC is returned. For other failures another negative
693 err = -ENOSPC;
812 * failure. In particular, -ENOSPC is returned if a dirty index LEB is not
845 return -ENOSPC;
912 return -ENOSPC;
954 if (err == -ENOSPC)
[all...]

Completed in 309 milliseconds

1234567891011>>