Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_inode.c1204 int error, nospace_error = 0; in xfs_link() local
1224 &tp, &nospace_error); in xfs_link()
1280 if (error == -ENOSPC && nospace_error) in xfs_link()
1281 error = nospace_error; in xfs_link()
2854 int error, nospace_error = 0; in xfs_rename() local
2880 nospace_error = 0; in xfs_rename()
2884 nospace_error = error; in xfs_rename()
2955 nospace_error = error; in xfs_rename()
3170 if (error == -ENOSPC && nospace_error) in xfs_rename()
3171 error = nospace_error; in xfs_rename()
Dxfs_trans.c1374 int *nospace_error) in xfs_trans_alloc_dir() argument
1383 *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()
Dxfs_trans.h272 struct xfs_trans **tpp, int *nospace_error);