Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.c916 int error, nospace_error = 0; in xfs_link() local
942 &tp, &nospace_error); in xfs_link()
951 if (du.ppargs && nospace_error) { in xfs_link()
952 error = nospace_error; in xfs_link()
985 if (error == -ENOSPC && nospace_error) in xfs_link()
986 error = nospace_error; in xfs_link()
2149 int error, nospace_error = 0; in xfs_rename() local
2191 nospace_error = 0; in xfs_rename()
2196 nospace_error = error; in xfs_rename()
2208 if (du_src.ppargs && nospace_error) { in xfs_rename()
[all …]
H A Dxfs_trans.c1370 int *nospace_error) in xfs_trans_alloc_dir() argument
1379 *nospace_error = 0; in xfs_trans_alloc_dir()
1383 *nospace_error = error; in xfs_trans_alloc_dir()
1424 *nospace_error = error; in xfs_trans_alloc_dir()