Searched refs:nospace_error (Results 1 – 4 of 4) 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 …]
1359 int *nospace_error) in xfs_trans_alloc_dir() argument1368 *nospace_error = 0; in xfs_trans_alloc_dir()1372 *nospace_error = error; in xfs_trans_alloc_dir()1413 *nospace_error = error; in xfs_trans_alloc_dir()
267 struct xfs_trans **tpp, int *nospace_error);
326 int nospace_error = 0; in xfs_metadir_start_link() local339 &resblks, &upd->tp, &nospace_error); in xfs_metadir_start_link()348 error = nospace_error; in xfs_metadir_start_link()