Searched refs:ENOSPC (Results 576 - 600 of 1173) sorted by relevance

<<21222324252627282930>>

/linux-master/fs/ocfs2/
H A Dfile.c641 if (status != -ENOSPC)
1212 if (status != -ENOSPC)
1214 status = -ENOSPC;
1494 if (ret != -ENOSPC)
/linux-master/fs/notify/inotify/
H A Dinotify_user.c615 ret = -ENOSPC;
/linux-master/drivers/s390/crypto/
H A Dpkey_api.c1145 rc = -ENOSPC;
1213 rc = -ENOSPC;
1671 if (rc && rc != -ENOSPC) {
1713 if (rc && rc != -ENOSPC) {
/linux-master/drivers/char/
H A Dmem.c558 return -ENOSPC;
/linux-master/mm/
H A Dmprotect.c867 ret = -ENOSPC;
H A Dzswap.c963 if (comp_ret == -ENOSPC || alloc_ret == -ENOSPC)
/linux-master/fs/proc/
H A Dtask_mmu.c2091 ret = -ENOSPC;
2097 ret = -ENOSPC;
2499 if (ret != -ENOSPC)
2506 /* ENOSPC signifies early stop (buffer full) from the walk. */
2507 if (!ret || ret == -ENOSPC)
/linux-master/include/linux/
H A Dpci.h790 return -ENOSPC;
1713 return -ENOSPC;
2067 return -ENOSPC;
2073 return -ENOSPC;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c348 return -ENOSPC;
714 * ENOSPC: HWRM resource allocation error.
/linux-master/fs/jffs2/
H A Dgc.c183 return -ENOSPC;
473 ret = -ENOSPC;
/linux-master/drivers/usb/class/
H A Dusblp.c800 if (rv == -ENOSPC) {
922 rc = -ENOSPC;
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Ddma.c1064 return -ENOSPC;
1071 return -ENOSPC;
/linux-master/drivers/staging/media/av7110/
H A Dav7110_hw.c445 return -ENOSPC;
449 return -ENOSPC;
/linux-master/drivers/mtd/
H A Dmtdchar.c232 return -ENOSPC;
281 * Return -ENOSPC only if no data could be written at all.
285 if ((ret == -ENOSPC) && (total_retlen))
/linux-master/fs/affs/
H A Dfile.c128 return ERR_PTR(-ENOSPC);
371 return -ENOSPC;
/linux-master/drivers/fsi/
H A Dfsi-core.c929 if (id != -ENOSPC)
966 if (id != -ENOSPC)
/linux-master/fs/ext4/
H A Dialloc.c743 * want to report ENOSPC or skew allocation patterns because of that.
1021 err = -ENOSPC;
1119 err = -ENOSPC;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c1349 if (ret == -ENOSPC) {
1426 return -ENOSPC;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c334 return -ENOSPC;
384 return -ENOSPC;
/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c1221 dprintf2("%s() errno: %d ENOSPC: %d\n", __func__, errno, ENOSPC);
1222 if ((new_pkey == -1) && (errno == ENOSPC)) {
/linux-master/net/core/
H A Dnet_namespace.c491 return ERR_PTR(-ENOSPC);
823 } else if (err == -ENOSPC && nsid >= 0) {
/linux-master/drivers/net/dsa/
H A Dlan9303-core.c712 return -ENOSPC;
1233 return -ENOSPC;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c300 ret = -ENOSPC;
800 return -ENOSPC;
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dtx.c201 return -ENOSPC;
210 return -ENOSPC;
/linux-master/arch/powerpc/kernel/
H A Dfadump.c901 return -ENOSPC;
1494 return -ENOSPC;

Completed in 322 milliseconds

<<21222324252627282930>>