Searched refs:nospace_error (Results 1 – 3 of 3) sorted by relevance
1215 int error, nospace_error = 0; in xfs_link() local1235 &tp, &nospace_error); in xfs_link()1302 if (error == -ENOSPC && nospace_error) in xfs_link()1303 error = nospace_error; in xfs_link()2888 int error, nospace_error = 0; in xfs_rename() local2914 nospace_error = 0; in xfs_rename()2918 nospace_error = error; in xfs_rename()2989 nospace_error = error; in xfs_rename()3204 if (error == -ENOSPC && nospace_error) in xfs_rename()3205 error = nospace_error; in xfs_rename()
1366 int *nospace_error) in xfs_trans_alloc_dir() argument1375 *nospace_error = 0; in xfs_trans_alloc_dir()1379 *nospace_error = error; in xfs_trans_alloc_dir()1417 *nospace_error = error; in xfs_trans_alloc_dir()
274 struct xfs_trans **tpp, int *nospace_error);