Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_file.c776 int enospc = 0; in xfs_file_buffered_aio_write() local
804 if (ret == -EDQUOT && !enospc) { in xfs_file_buffered_aio_write()
805 enospc = xfs_inode_free_quota_eofblocks(ip); in xfs_file_buffered_aio_write()
806 if (enospc) in xfs_file_buffered_aio_write()
808 } else if (ret == -ENOSPC && !enospc) { in xfs_file_buffered_aio_write()
811 enospc = 1; in xfs_file_buffered_aio_write()
/linux-4.1.27/fs/btrfs/
Dctree.c1925 goto enospc; in balance_level()
1934 goto enospc; in balance_level()
1968 goto enospc; in balance_level()
1979 goto enospc; in balance_level()
2028 goto enospc; in balance_level()
2033 goto enospc; in balance_level()
2081 enospc: in balance_level()