Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.c922 int error, nospace_error = 0; in xfs_link() local
948 &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() local
2197 nospace_error = 0; in xfs_rename()
2202 nospace_error = error; in xfs_rename()
2214 if (du_src.ppargs && nospace_error) { in xfs_rename()
[all …]
H A Dxfs_trans.c1359 int *nospace_error) in xfs_trans_alloc_dir() argument
1368 *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()
H A Dxfs_trans.h267 struct xfs_trans **tpp, int *nospace_error);
/linux/fs/xfs/libxfs/
H A Dxfs_metadir.c326 int nospace_error = 0; in xfs_metadir_start_link() local
339 &resblks, &upd->tp, &nospace_error); in xfs_metadir_start_link()
348 error = nospace_error; in xfs_metadir_start_link()