Searched refs:ENOSPC (Results 451 - 475 of 1173) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c780 status = -ENOSPC;
834 status = -ENOSPC;
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c699 return -ENOSPC;
717 return -ENOSPC;
H A Dpinctrl-nomadik.c584 return -ENOSPC;
602 return -ENOSPC;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c54 return -ENOSPC;
315 return -ENOSPC;
/linux-master/fs/pstore/
H A Dram.c361 return -ENOSPC;
364 return -ENOSPC;
/linux-master/net/ipv6/
H A Dcalipso.c623 return -ENOSPC;
733 return -ENOSPC;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmain.c49 ret = -ENOSPC;
353 return -ENOSPC;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c98 case -ENOSPC:
1335 * XXX: The ttm_bo_init_reserved() functions returns -ENOSPC if the size
1336 * is too big to add vma. The direct function that returns -ENOSPC is
1338 * that returns -E2BIG when the size is too large, it converts -ENOSPC to
1341 if (size >> PAGE_SHIFT > INT_MAX && ret == -ENOSPC)
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c334 ASSERT(error != -ENOSPC);
414 return -ENOSPC;
/linux-master/fs/nilfs2/
H A Dsufile.c299 * %-ENOSPC - No clean segment left.
392 ret = -ENOSPC;
778 * %-ENOSPC - Enough free space is not left for shrinking
798 ret = -ENOSPC;
/linux-master/fs/ext2/
H A Dxattr.c512 error = -ENOSPC;
782 /* In case sync failed due to ENOSPC the inode was actually
785 if (error && error != -ENOSPC) {
/linux-master/sound/hda/
H A Dhdac_device.c461 * given array size, it returns -ENOSPC.
538 return -ENOSPC;
546 return -ENOSPC;
/linux-master/fs/f2fs/
H A Ddir.c703 return -ENOSPC;
706 return -ENOSPC;
/linux-master/drivers/android/
H A Dbinder_alloc.c453 buffer = ERR_PTR(-ENOSPC);
478 buffer = ERR_PTR(-ENOSPC);
/linux-master/drivers/mtd/ubi/
H A Dvmt.c237 err = -ENOSPC;
493 err = -ENOSPC;
/linux-master/arch/x86/virt/vmx/tdx/
H A Dtdx.c451 return -ENOSPC;
733 return -ENOSPC;
/linux-master/drivers/s390/net/
H A Dism_drv.c62 int i, rc = -ENOSPC;
313 return -ENOSPC;
/linux-master/fs/hfsplus/
H A Dxattr.c189 err = -ENOSPC;
249 else if (err == -ENOSPC)
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c337 return -ENOSPC;
340 return -ENOSPC;
/linux-master/drivers/net/
H A Dbareudp.c327 err = -ENOSPC;
392 err = -ENOSPC;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dampdu.c502 * frame cannot be accomodated in the current session, -ENOSPC is
536 return -ENOSPC;
541 * so return -ENOSPC anyway.
548 return -ENOSPC;
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_rl.c485 * * -ENOSPC - all SLA slots are in use
495 return -ENOSPC;
507 * * -ENOSPC - all slots of that type are in use
546 return -ENOSPC;
646 * * -ENOSPC - all available SLAs are in use
819 * * -ENOSPC - all available SLAs are in use
905 * * -ENOSPC - all available SLAs are in use
/linux-master/drivers/crypto/hisilicon/
H A Ddebugfs.c534 ret = -ENOSPC;
769 return -ENOSPC;
/linux-master/sound/soc/sof/
H A Dipc4-control.c587 return -ENOSPC;
614 return -ENOSPC;
/linux-master/fs/ocfs2/
H A Dmove_extents.c296 ret = -ENOSPC;
668 ret = -ENOSPC;

Completed in 579 milliseconds

<<11121314151617181920>>