Searched refs:nospace_error (Results 1 – 1 of 1) sorted by relevance
922 int error, nospace_error = 0; in xfs_link() local948 &tp, &nospace_error); in xfs_link()957 if (du.ppargs && nospace_error) { in xfs_link()958 error = nospace_error; in xfs_link()991 if (error == -ENOSPC && nospace_error) in xfs_link()992 error = nospace_error; in xfs_link()2155 int error, nospace_error = 0; in xfs_rename() local2197 nospace_error = 0; in xfs_rename()2202 nospace_error = error; in xfs_rename()2214 if (du_src.ppargs && nospace_error) { in xfs_rename()[all …]