Home
last modified time | relevance | path

Searched refs:nospace_error (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/xfs/
A Dxfs_inode.c1205 int error, nospace_error = 0; in xfs_link() local
1225 &tp, &nospace_error); in xfs_link()
1281 if (error == -ENOSPC && nospace_error) in xfs_link()
1282 error = nospace_error; in xfs_link()
2772 int error, nospace_error = 0; in xfs_rename() local
2798 nospace_error = 0; in xfs_rename()
2802 nospace_error = error; in xfs_rename()
2873 nospace_error = error; in xfs_rename()
3088 if (error == -ENOSPC && nospace_error) in xfs_rename()
3089 error = nospace_error; in xfs_rename()
A Dxfs_trans.c1367 int *nospace_error) in xfs_trans_alloc_dir() argument
1376 *nospace_error = 0; in xfs_trans_alloc_dir()
1380 *nospace_error = error; in xfs_trans_alloc_dir()
1418 *nospace_error = error; in xfs_trans_alloc_dir()
A Dxfs_trans.h272 struct xfs_trans **tpp, int *nospace_error);

Completed in 17 milliseconds