Searched refs:ENOSPC (Results 76 - 100 of 1165) sorted by path

1234567891011>>

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c1850 return -ENOSPC;
1863 return -ENOSPC;
2733 return -ENOSPC;
6578 r = -ENOSPC;
/linux-master/arch/x86/kvm/
H A Dxen.c2107 if (ret == -ENOSPC)
/linux-master/arch/x86/virt/vmx/tdx/
H A Dtdx.c452 return -ENOSPC;
734 return -ENOSPC;
/linux-master/block/
H A Dbadblocks.c1568 return -ENOSPC;
H A Dblk-cgroup.c1695 ret = -ENOSPC;
H A Dblk-core.c156 [BLK_STS_NOSPC] = { -ENOSPC, "critical space allocation" },
H A Dbsg.c205 if (ret == -ENOSPC)
H A Dfops.c687 return -ENOSPC;
H A Dgenhd.c312 if (idx == -ENOSPC)
H A Dsed-opal.c348 ret = -ENOSPC;
1417 return -ENOSPC;
/linux-master/block/partitions/
H A Dcore.c156 err = -ENOSPC;
590 if (PTR_ERR(state) == -ENOSPC) {
/linux-master/crypto/
H A Dalgapi.c958 err = -ENOSPC;
H A Dcryptd.c143 if (err == -ENOSPC)
H A Dcrypto_engine.c166 * If hardware queue is full (-ENOSPC), requeue request
171 (ret != -ENOSPC)) {
H A Dscompress.c165 ret = -ENOSPC;
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs_drv.c422 if (id == -ENOSPC)
/linux-master/drivers/accel/qaic/
H A Dqaic_control.c371 return -ENOSPC;
649 return -ENOSPC;
733 return -ENOSPC;
842 return -ENOSPC;
864 return -ENOSPC;
940 return -ENOSPC;
H A Dqaic_data.c929 return -ENOSPC;
H A Dqaic_drv.c466 if (ret == -ENOSPC) {
/linux-master/drivers/acpi/apei/
H A Derst.c96 return -ENOSPC;
/linux-master/drivers/acpi/nfit/
H A Dcore.c158 return -ENOSPC;
2734 if (rc < 0 && rc != -ENOSPC)
2757 case -ENOSPC:
2823 if (query_rc == -ENOSPC) {
/linux-master/drivers/acpi/
H A Dsysfs.c168 return -ENOSPC;
/linux-master/drivers/android/
H A Dbinder.c3246 : (ret == -ENOSPC) ? ": no space left"
H A Dbinder_alloc.c453 buffer = ERR_PTR(-ENOSPC);
478 buffer = ERR_PTR(-ENOSPC);
H A Dbinderfs.c136 minor = -ENOSPC;

Completed in 401 milliseconds

1234567891011>>