Home
last modified time | relevance | path

Searched refs:enospc (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_file.c825 int enospc = 0; in xfs_file_buffered_aio_write() local
853 if (ret == -EDQUOT && !enospc) { in xfs_file_buffered_aio_write()
854 enospc = xfs_inode_free_quota_eofblocks(ip); in xfs_file_buffered_aio_write()
855 if (enospc) in xfs_file_buffered_aio_write()
857 } else if (ret == -ENOSPC && !enospc) { in xfs_file_buffered_aio_write()
860 enospc = 1; in xfs_file_buffered_aio_write()
/linux-4.4.14/fs/btrfs/
Dctree.c1931 goto enospc; in balance_level()
1940 goto enospc; in balance_level()
1974 goto enospc; in balance_level()
1985 goto enospc; in balance_level()
2034 goto enospc; in balance_level()
2039 goto enospc; in balance_level()
2087 enospc: in balance_level()