Searched refs:nospace_error (Results 1 – 1 of 1) sorted by relevance
916 int error, nospace_error = 0; in xfs_link() local942 &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()2162 int error, nospace_error = 0; in xfs_rename() local2204 nospace_error = 0; in xfs_rename()2209 nospace_error = error; in xfs_rename()2221 if (du_src.ppargs && nospace_error) { in xfs_rename()[all …]