Searched refs:ENOSPC (Results 301 - 325 of 1048) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_mount.c1008 if (error == ENOSPC)
1026 if (error == ENOSPC)
1399 * when at ENOSPC. This is needed for operations like create with
1400 * attr, unwritten extent conversion at ENOSPC, etc. Data allocations
1403 * This may drive us straight to ENOSPC on mount, but that implies
1725 return XFS_ERROR(ENOSPC);
1736 return XFS_ERROR(ENOSPC);
1745 return XFS_ERROR(ENOSPC);
2074 * Difficulties arise in that the incore sb is used for ENOSPC checking, and
2081 * ENOSPC), the
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Dattrib.c1420 * -ENOSPC - Not enough space in the mft record @m to perform the resize.
1439 return -ENOSPC;
1464 * -ENOSPC - Not enough space in the mft record @m to perform the resize.
1479 return -ENOSPC;
2036 if (unlikely(err != -EPERM && err != -ENOSPC)) {
2057 if (err == -ENOSPC)
2149 if (err != -ENOMEM && err != -ENOSPC)
2203 BUG_ON(err != -ENOSPC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Dattrib.c1420 * -ENOSPC - Not enough space in the mft record @m to perform the resize.
1439 return -ENOSPC;
1464 * -ENOSPC - Not enough space in the mft record @m to perform the resize.
1479 return -ENOSPC;
2036 if (unlikely(err != -EPERM && err != -ENOSPC)) {
2057 if (err == -ENOSPC)
2149 if (err != -ENOMEM && err != -ENOSPC)
2203 BUG_ON(err != -ENOSPC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_leaf.c282 return XFS_ERROR(ENOSPC);
307 return use_block == -1 ? XFS_ERROR(ENOSPC) : 0;
315 return XFS_ERROR(ENOSPC);
1527 if (error == ENOSPC && args->total == 0) {
1728 ASSERT(error != ENOSPC);
1868 ASSERT(error != ENOSPC);
H A Dxfs_dir2_node.c221 return XFS_ERROR(ENOSPC);
1027 * We can get ENOSPC if there's no space reservation.
1031 else if (error == ENOSPC && args->total == 0)
1078 } else if (error != ENOSPC || args->total != 0)
1081 * It's possible to get ENOSPC if there is no
1413 ASSERT(rval == ENOSPC);
1597 return XFS_ERROR(ENOSPC);
2068 * Can't fail with ENOSPC since that only happens with no
2072 ASSERT(error != ENOSPC);
H A Dxfs_mount.c1008 if (error == ENOSPC)
1026 if (error == ENOSPC)
1399 * when at ENOSPC. This is needed for operations like create with
1400 * attr, unwritten extent conversion at ENOSPC, etc. Data allocations
1403 * This may drive us straight to ENOSPC on mount, but that implies
1725 return XFS_ERROR(ENOSPC);
1736 return XFS_ERROR(ENOSPC);
1745 return XFS_ERROR(ENOSPC);
2074 * Difficulties arise in that the incore sb is used for ENOSPC checking, and
2081 * ENOSPC), the
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/partitions/
H A Dcheck.c201 err = -ENOSPC;
608 if (PTR_ERR(state) == -ENOSPC) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dxattr.c111 return -ENOSPC;
120 return -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Darcfb.c459 return -ENOSPC;
464 err = -ENOSPC;
H A Depson1355fb.c426 return -ENOSPC;
432 err = -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext2/
H A Dialloc.c451 err = -ENOSPC;
499 err = -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext3/
H A Dialloc.c443 err = -ENOSPC;
499 err = -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/fat/
H A Dfatent.c469 return -ENOSPC;
523 err = -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jfs/
H A Djfs_imap.c1341 * -ENOSPC - insufficient disk resources.
1571 if (rc == -ENOSPC)
1613 if (rc != -ENOSPC)
1649 * -ENOSPC - insufficient disk resources.
1688 if ((rc = diAllocExt(imap, agno, ip)) != -ENOSPC)
1719 * -ENOSPC - insufficient disk resources.
1739 if (rc != -ENOSPC)
1752 if (rc != -ENOSPC)
1758 return -ENOSPC;
1784 * -ENOSPC
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nilfs2/
H A Dalloc.c380 return -ENOSPC;
476 return -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Didr.c295 * return -ENOSPC.
326 * return -ENOSPC.
769 * return -ENOSPC.
789 return -ENOSPC;
823 return -ENOSPC;
855 * return -ENOSPC.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/misc/
H A Dkgdbts.c993 return -ENOSPC;
1075 return -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dnvram_64.c324 return -ENOSPC;
412 return -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Darcfb.c459 return -ENOSPC;
464 err = -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/mm/
H A Dpmb.c232 pos = -ENOSPC;
255 ret = ERR_PTR(-ENOSPC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dnvram_64.c324 return -ENOSPC;
412 return -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/misc/
H A Dkgdbts.c993 return -ENOSPC;
1075 return -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/mrst-touchscreen/
H A Dintel-mid-touch.c185 return -ENOSPC;
188 return -ENOSPC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Didr.c295 * return -ENOSPC.
326 * return -ENOSPC.
769 * return -ENOSPC.
789 return -ENOSPC;
823 return -ENOSPC;
855 * return -ENOSPC.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext2/
H A Dialloc.c451 err = -ENOSPC;
499 err = -ENOSPC;

Completed in 320 milliseconds

<<11121314151617181920>>