Searched refs:ENOSPC (Results 26 - 50 of 1164) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-cxl.c47 return -ENOSPC;
116 return -ENOSPC;
/linux-master/fs/afs/
H A Dmisc.c34 case VDISKFULL: return -ENOSPC;
79 case UAENOSPC: return -ENOSPC;
/linux-master/fs/bfs/
H A Dfile.c97 return -ENOSPC;
121 err = -ENOSPC;
/linux-master/lib/842/
H A D842_decompress.c137 return -ENOSPC;
316 return -ENOSPC;
330 return -ENOSPC;
391 return -ENOSPC;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_debugfs.c51 return -ENOSPC;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtask_fd_query_rawtp.c64 if (CHECK(err >= 0 || errno != ENOSPC, "bpf_task_fd_query (len = 3)",
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dcentaur.c45 return -ENOSPC;
/linux-master/net/netfilter/
H A Dnf_conntrack_labels.c39 return -ENOSPC;
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h103 -ENOSPC, /* IAVF_AQ_RC_ENOSPC */
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h103 -ENOSPC, /* I40E_AQ_RC_ENOSPC */
/linux-master/drivers/s390/cio/
H A Ditcw.c149 return ERR_PTR(-ENOSPC);
288 * a pointer to the newly added dcw on success or -%ENOSPC if the new dcw
311 * the new tidaw on success or -%ENOSPC if the new tidaw would exceed the
323 return ERR_PTR(-ENOSPC);
335 return ERR_PTR(-ENOSPC);
/linux-master/fs/minix/
H A Dbitmap.c237 return ERR_PTR(-ENOSPC);
243 return ERR_PTR(-ENOSPC);
250 return ERR_PTR(-ENOSPC);
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c401 return ERR_PTR(-ENOSPC);
470 return ERR_PTR(-ENOSPC);
524 err = -ENOSPC;
530 err = -ENOSPC;
552 err = -ENOSPC;
573 if (err == -ENOSPC && total_allocated_on_err) {
617 return -ENOSPC;
621 return -ENOSPC;
628 if (!err || err != -ENOSPC)
642 } else if (err != -ENOSPC) {
[all...]
/linux-master/fs/ramfs/
H A Dinode.c102 int error = -ENOSPC;
141 int error = -ENOSPC;
176 return -ENOSPC;
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c186 return -ENOSPC;
219 return -ENOSPC;
318 return -ENOSPC;
337 return -ENOSPC;
420 return -ENOSPC;
/linux-master/kernel/irq/
H A Dmatrix.c242 return -ENOSPC;
303 return -ENOSPC;
311 return -ENOSPC;
398 return -ENOSPC;
403 return -ENOSPC;
/linux-master/fs/ocfs2/
H A Dlocalalloc.c645 status = -ENOSPC;
670 if (status != -ENOSPC)
679 * here and return -ENOSPC if necessary.
681 status = -ENOSPC;
736 status = -ENOSPC;
1052 * ENOSPC and fragmentation are treated similarly for now.
1113 if (status == -ENOSPC) {
1172 if (status == -ENOSPC) {
1188 if (status == -ENOSPC)
1202 if (status != -ENOSPC)
[all...]
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c341 * we start max_vlans at 0 until we hit the ENOSPC error.
348 err = -ENOSPC;
355 err = -ENOSPC;
359 if (err != -ENOSPC)
370 /* If -ENOSPC we won't waste time trying to sync again
373 if (err != -ENOSPC)
380 if (err == -ENOSPC &&
389 case -ENOSPC:
/linux-master/fs/ocfs2/cluster/
H A Dmasklog.h177 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
/linux-master/fs/jffs2/
H A Dbackground.c155 if (jffs2_garbage_collect_pass(c) == -ENOSPC) {
/linux-master/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c124 return -ENOSPC;
143 return -ENOSPC;
382 return -ENOSPC;
447 return -ENOSPC;
H A Dmsi.c108 return -ENOSPC;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dgm20b.c41 return -ENOSPC;
/linux-master/samples/bpf/
H A Dxdp_sample.bpf.h17 #define ENOSPC 28 macro
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci_init.c60 return -ENOSPC;

Completed in 361 milliseconds

1234567891011>>