Searched refs:ENOSPC (Results 1 - 25 of 1164) sorted by last modified time

1234567891011>>

/linux-master/virt/kvm/
H A Dkvm_main.c4761 return -ENOSPC;
5928 return -ENOSPC;
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2292 case -ENOSPC:
3850 rc = -ENOSPC;
4106 return -ENOSPC;
4354 if (rc == -ENOSPC)
4379 if (rc > 0 || rc == -ENOSPC)
6936 else if (err == -ENOSPC || err == -EFBIG)
7606 else if (ret == -EFBIG || ret == -ENOSPC)
7670 return -ENOSPC;
8272 else if (ret == -ENOSPC)
/linux-master/fs/smb/client/
H A Dsmb2pdu.c4768 wdata->result = -ENOSPC;
4803 if (wdata->result == -ENOSPC)
H A Dsmb2ops.c1191 rc = -ENOSPC;
/linux-master/fs/bcachefs/
H A Dbtree_update_interior.c1245 if (bch2_err_matches(ret, ENOSPC) ||
1253 if (bch2_err_matches(ret, ENOSPC) &&
1284 if (!bch2_err_matches(ret, ENOSPC) &&
H A Dfs-io.c333 * Bit of a hack - we don't want truncate to fail due to -ENOSPC.
689 if (bch2_err_matches(ret, ENOSPC) && (mode & FALLOC_FL_ZERO_RANGE)) {
736 * On -ENOSPC in ZERO_RANGE mode, we still want to do the inode update,
740 !(bch2_err_matches(ret, ENOSPC) && (mode & FALLOC_FL_ZERO_RANGE)))
H A Dbtree_trans_commit.c940 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOSPC) &&
/linux-master/drivers/android/
H A Dbinder.c3246 : (ret == -ENOSPC) ? ": no space left"
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c1850 return -ENOSPC;
1863 return -ENOSPC;
2733 return -ENOSPC;
6578 r = -ENOSPC;
/linux-master/net/unix/
H A Daf_unix.c1177 err = -ENOSPC;
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c705 return -ENOSPC;
1324 return -ENOSPC;
H A Dnf_tables_api.c1770 return -ENOSPC;
5952 return -ENOSPC;
/linux-master/mm/
H A Dshmem.c192 * shmem_get_folio reports shmem_acct_blocks failure as -ENOSPC not -ENOMEM,
214 int err = -ENOSPC;
346 return -ENOSPC;
2507 return ERR_PTR(-ENOSPC);
3144 error = -ENOSPC;
3657 return -ENOSPC;
3726 return -ENOSPC;
4825 return inode ? inode : ERR_PTR(-ENOSPC);
H A Dhugetlb.c3296 return ERR_PTR(-ENOSPC);
/linux-master/drivers/s390/net/
H A Dism_drv.c62 int i, rc = -ENOSPC;
313 return -ENOSPC;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c3158 return vport->metadata ? 0 : -ENOSPC;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm.c2818 return -ENOSPC;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c1491 err = -ENOSPC;
/linux-master/fs/btrfs/
H A Dextent-tree.c4124 return -ENOSPC;
4222 /* Do not bail out on ENOSPC since we can do more. */
4223 if (ret == -ENOSPC) {
4239 return -ENOSPC;
4247 return -ENOSPC;
4253 return -ENOSPC;
4279 * for free space, simply return ENOSPC with our max_extent_size so we
4292 return -ENOSPC;
4441 return -ENOSPC;
4550 * error that caused problems, not ENOSPC
[all...]
/linux-master/kernel/
H A Dcpu.c2325 return -ENOSPC;
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c2070 int err = -ENOSPC;
2178 err = -ENOSPC;
3505 return -ENOSPC;
/linux-master/arch/x86/kernel/cpu/
H A Dtopology.c346 return -ENOSPC;
/linux-master/fs/ceph/
H A Dmds_client.c4368 return -ENOSPC;
4589 if (err == -ENOSPC)
4834 err = -ENOSPC;
/linux-master/drivers/iommu/intel/
H A Diommu.c1763 int num, ret = -ENOSPC;
/linux-master/drivers/iommu/amd/
H A Diommu.c3036 index = -ENOSPC;

Completed in 885 milliseconds

1234567891011>>