Searched refs:ENOSPC (Results 301 - 325 of 1165) sorted by relevance

<<11121314151617181920>>

/linux-master/kernel/power/
H A Duser.c376 error = -ENOSPC;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c55 return -ENOSPC;
279 return -ENOSPC;
285 return -ENOSPC;
300 return -ENOSPC;
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-vpu.c243 err = -ENOSPC; /* -ENOMEM */
/linux-master/crypto/
H A Dscompress.c165 ret = -ENOSPC;
/linux-master/include/trace/misc/
H A Dnfs.h214 { ENOSPC, "ENOSPC" }, \
/linux-master/drivers/staging/greybus/
H A Draw.c257 * fail with -ENOSPC.
301 retval = -ENOSPC;
/linux-master/fs/exfat/
H A Dnamei.c227 * to "p_dir->size * dentries_per_clu", it means ENOSPC.
231 return -ENOSPC;
276 return -ENOSPC;
286 return -ENOSPC;
320 return -ENOSPC;
488 ret = dentry; /* -EIO or -ENOSPC */
1003 ret = newentry; /* -EIO or -ENOSPC */
1064 ret = newentry; /* -EIO or -ENOSPC */
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c361 return -ENOSPC;
370 return -ENOSPC;
379 return -ENOSPC;
682 return -ENOSPC;
/linux-master/drivers/platform/chrome/
H A Dcros_ec_uart.c178 ret = -ENOSPC;
/linux-master/arch/x86/kernel/cpu/
H A Dtopology.c346 return -ENOSPC;
/linux-master/drivers/mtd/
H A Drfd_ftl.c456 return -ENOSPC;
520 rc = -ENOSPC;
624 rc = -ENOSPC;
/linux-master/drivers/misc/cxl/
H A Dguest.c241 return -ENOSPC;
299 irq = -ENOSPC;
341 return -ENOSPC;
/linux-master/drivers/scsi/cxlflash/
H A Dvlun.c531 rc = -ENOSPC;
917 rc = -ENOSPC;
942 rc = -ENOSPC;
/linux-master/drivers/net/dsa/
H A Dbcm_sf2_cfp.c391 return -ENOSPC;
688 return -ENOSPC;
698 ret = -ENOSPC;
/linux-master/kernel/
H A Dparams.c198 case -ENOSPC:
269 return -ENOSPC;
520 return -ENOSPC;
/linux-master/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c290 ret = (pinned < 0) ? pinned : -ENOSPC;
307 ret = -ENOSPC;
415 ret = -ENOSPC;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c145 return ERR_PTR(-ENOSPC);
176 return ERR_PTR(-ENOSPC);
284 err = -ENOSPC;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c383 return rmid_limbo_count ? ERR_PTR(-EBUSY) : ERR_PTR(-ENOSPC);
400 return ERR_PTR(-ENOSPC);
443 return -ENOSPC;
H A Dpseudo_lock.c135 return -ENOSPC;
1541 return -ENOSPC;
1555 return -ENOSPC;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c656 return -ENOSPC;
801 return -ENOSPC;
809 return -ENOSPC;
1236 * Returns the queue number, or -ENOSPC.
1243 int i, ret, free_queue = -ENOSPC;
1249 return -ENOSPC;
1615 return -ENOSPC;
1872 return -ENOSPC;
2179 return -ENOSPC;
2396 return -ENOSPC;
[all...]
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_main.c284 return ERR_PTR(-ENOSPC);
302 return ERR_PTR(-ENOSPC);
349 return ERR_PTR(-ENOSPC);
/linux-master/fs/ext2/
H A Dballoc.c1225 *errp = -ENOSPC;
1256 *errp = -ENOSPC;
1347 * We may end up a bogus earlier ENOSPC error due to
1360 *errp = -ENOSPC;
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c974 error = -ENOSPC;
1009 if (err2 != -ENOSPC)
1026 error = -ENOSPC;
/linux-master/fs/xfs/
H A Dxfs_mount.c934 if (error && error == -ENOSPC)
936 "ENOSPC reserving per-AG metadata pool, log recovery may fail.");
970 * when at ENOSPC. This is needed for operations like create with
971 * attr, unwritten extent conversion at ENOSPC, etc. Data allocations
974 * This may drive us straight to ENOSPC on mount, but that implies
985 if (error && error != -ENOSPC)
1184 * ENOSPC.
1201 * slightly premature -ENOSPC.
1214 * that took us to ENOSPC.
1232 return -ENOSPC;
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Draw_mode.c758 ret = -ENOSPC;
810 return -ENOSPC;
1281 return -ENOSPC;

Completed in 256 milliseconds

<<11121314151617181920>>