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.c893 int error, nospace_error = 0; in xfs_link() local
919 &tp, &nospace_error); in xfs_link()
928 if (du.ppargs && nospace_error) { in xfs_link()
929 error = nospace_error; in xfs_link()
980 if (error == -ENOSPC && nospace_error) in xfs_link()
981 error = nospace_error; in xfs_link()
1929 * Ignore EDQUOT and ENOSPC being returned via nospace_error because in xfs_remove()
2136 int error, nospace_error = 0; in xfs_rename() local
2178 nospace_error = 0; in xfs_rename()
2183 nospace_error in xfs_rename()
[all...]
/linux/fs/xfs/libxfs/ !
H A Dxfs_metadir.c326 int nospace_error = 0; in xfs_metadir_start_link() local
339 &resblks, &upd->tp, &nospace_error); in xfs_metadir_start_link()
348 error = nospace_error; in xfs_metadir_start_link()