Home
last modified time | relevance | path

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

/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()
/linux/fs/xfs/
H 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()
1421 *nospace_error = error; in xfs_trans_alloc_dir()
H A Dxfs_trans.h267 struct xfs_trans **tpp, int *nospace_error);