Searched refs:nospace_error (Results 1 – 3 of 3) sorted by relevance
1211 int error, nospace_error = 0; in xfs_link() local1231 &tp, &nospace_error); in xfs_link()1298 if (error == -ENOSPC && nospace_error) in xfs_link()1299 error = nospace_error; in xfs_link()2872 int error, nospace_error = 0; in xfs_rename() local2898 nospace_error = 0; in xfs_rename()2902 nospace_error = error; in xfs_rename()2973 nospace_error = error; in xfs_rename()3188 if (error == -ENOSPC && nospace_error) in xfs_rename()3189 error = nospace_error; in xfs_rename()
1374 int *nospace_error) in xfs_trans_alloc_dir() argument1383 *nospace_error = 0; in xfs_trans_alloc_dir()1387 *nospace_error = error; in xfs_trans_alloc_dir()1425 *nospace_error = error; in xfs_trans_alloc_dir()
274 struct xfs_trans **tpp, int *nospace_error);