Searched refs:ENOSPC (Results 476 - 500 of 1165) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c65 return -ENOSPC;
69 return -ENOSPC;
1651 return -ENOSPC;
1655 return -ENOSPC;
1693 return -ENOSPC;
/linux-master/net/tls/
H A Dtls_sw.c878 err = -ENOSPC;
1077 if (ret != -ENOSPC)
1123 else if (ctx->open_rec && ret == -ENOSPC)
1142 if (ret != -ENOSPC)
1178 if (ret == -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);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c353 if (ret == -ENOSPC)
751 if (ret == -ENOSPC)
901 if (ret == -ENOSPC)
/linux-master/drivers/tty/
H A Dn_tty.c620 return -ENOSPC;
645 return -ENOSPC;
661 return -ENOSPC;
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c431 return ERR_PTR(-ENOSPC);
996 return -ENOSPC;
1135 return -ENOSPC;
/linux-master/drivers/i3c/master/
H A Dsvc-i3c-master.c361 return -ENOSPC;
650 return -ENOSPC;
1468 return -ENOSPC;
H A Ddw-i3c-master.c322 return -ENOSPC;
495 ret = -ENOSPC;
798 return -ENOSPC;
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c84 return -ENOSPC;
465 err = -ENOSPC;
1129 return -ENOSPC;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c189 ret = -ENOSPC;
195 ret = -ENOSPC;
676 return -ENOSPC;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c224 ret = -ENOSPC;
230 ret = -ENOSPC;
750 return -ENOSPC;
/linux-master/drivers/dax/
H A Dbus.c394 rc = -ENOSPC;
1066 return -ENOSPC;
1085 rc = -ENOSPC;
/linux-master/fs/fuse/
H A Dvirtio_fs.c445 if (ret == -ENOMEM || ret == -ENOSPC) {
492 if (ret == -ENOMEM || ret == -ENOSPC) {
1314 if (ret == -ENOMEM || ret == -ENOSPC) {
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c586 ret = -ENOSPC;
603 ret = -ENOSPC;
1537 return -ENOSPC;
/linux-master/drivers/thunderbolt/
H A Dtunnel.c247 return -ENOSPC;
1267 return -ENOSPC;
1532 return -ENOSPC;
/linux-master/fs/ubifs/
H A Dlpt_commit.c146 * Otherwise the function returns -ENOSPC. Note however, that LPT is designed
173 return -ENOSPC;
330 * the function returns %0. Otherwise the function returns -ENOSPC.
351 return -ENOSPC;
1167 return -ENOSPC;
/linux-master/fs/btrfs/
H A Dvolumes.c1645 ret = -ENOSPC;
1743 ret = -ENOSPC;
3265 * Normally we should not get -ENOSPC since we reserved space before
3276 * So if we get -ENOSPC, allocate a new system chunk and retry once.
3278 if (ret == -ENOSPC) {
3481 if (ret == -ENOSPC)
3498 ret = -ENOSPC;
4156 if (ret == -ENOSPC) {
4187 ret = -ENOSPC;
5100 if (ret == -ENOSPC) {
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.c844 return -ENOSPC;
864 return -ENOSPC;
1632 if (err != -ENOSPC) {
/linux-master/fs/hfsplus/
H A Dbrec.c283 return ERR_PTR(-ENOSPC);
/linux-master/fs/hfs/
H A Dbrec.c279 return ERR_PTR(-ENOSPC);
/linux-master/fs/nfs/blocklayout/
H A Dextent_tree.c538 ret = -ENOSPC;
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c335 ret = -ENOSPC;
/linux-master/drivers/misc/ocxl/
H A Dcore.c375 return -ENOSPC;
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c391 ret = -ENOSPC;
/linux-master/drivers/media/rc/
H A Drc-ir-raw.c82 return -ENOSPC;

Completed in 357 milliseconds

<<11121314151617181920>>