Searched refs:ENOSPC (Results 101 - 125 of 1165) sorted by path

1234567891011>>

/linux-master/drivers/base/
H A Dplatform.c357 return -ENOSPC;
361 return -ENOSPC;
/linux-master/drivers/block/drbd/
H A Ddrbd_bitmap.c681 err = -ENOSPC;
H A Ddrbd_main.c2752 if (id == -ENOSPC)
2760 if (id == -ENOSPC)
2780 if (id == -ENOSPC)
/linux-master/drivers/block/
H A Dloop.c2009 if (err == -ENOSPC)
H A Dnbd.c1274 return -ENOSPC;
1839 if (err == -ENOSPC)
2334 if (ret == -ENOSPC)
H A Dps3disk.c410 return -ENOSPC;
H A Dublk_drv.c2051 if (err == -ENOSPC)
H A Dvirtio_blk.c396 case -ENOSPC:
450 if (err == -ENOSPC)
H A Dxen-blkfront.c386 BUG_ON(gnt_list_entry->gref == -ENOSPC);
410 BUG_ON(gnt_list_entry->gref == -ENOSPC);
/linux-master/drivers/block/null_blk/
H A Dmain.c1086 return -ENOSPC;
/linux-master/drivers/block/zram/
H A Dzram_drv.c666 ret = -ENOSPC;
/linux-master/drivers/bus/fsl-mc/
H A Dfsl-mc-allocator.c472 return -ENOSPC;
/linux-master/drivers/bus/mhi/ep/
H A Dmain.c577 ret = -ENOSPC;
H A Dring.c130 return -ENOSPC;
/linux-master/drivers/cdx/controller/
H A Dmcdi.c303 return -ENOSPC;
/linux-master/drivers/char/
H A Dlp.c254 error = -ENOSPC;
529 ret = -ENOSPC;
H A Dmem.c556 return -ENOSPC;
H A Dvirtio_console.c1386 /* We can safely ignore ENOSPC because it means
1391 if (err < 0 && err != -ENOSPC) {
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c542 * @return 0 on success or -ENOSPC if there are no more descriptors available
554 return -ENOSPC;
574 * -ENOSPC if no more descriptors are available
587 return -ENOSPC;
746 return -ENOSPC;
/linux-master/drivers/crypto/caam/
H A Dcaamalg.c1552 if (ret == -ENOSPC && engine->retry_support)
1789 if (ret == -ENOSPC && engine->retry_support)
H A Dcaamhash.c772 if (ret == -ENOSPC && engine->retry_support)
H A Dcaampkc.c390 if (ret == -ENOSPC && engine->retry_support)
H A Djr.c397 * if OK, -ENOSPC if the queue is full, -EIO if it cannot map the caller's
448 return -ENOSPC;
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_reqmgr.c332 ret = -ENOSPC;
361 return -ENOSPC;
490 if (ret == -ENOSPC)
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-main.c216 ret = -ENOSPC;

Completed in 545 milliseconds

1234567891011>>