Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_inode.c881 int error, nospace_error = 0; in xfs_link() local
907 &tp, &nospace_error); in xfs_link()
917 error = nospace_error; in xfs_link()
969 error = nospace_error; in xfs_link()
2165 nospace_error = 0; in xfs_rename()
2170 nospace_error = error; in xfs_rename()
2183 error = nospace_error; in xfs_rename()
2255 nospace_error = error; in xfs_rename()
2268 error = nospace_error; in xfs_rename()
2321 nospace_error = 0; in xfs_rename()
[all …]
A Dxfs_trans.c1317 int *nospace_error) in xfs_trans_alloc_dir() argument
1326 *nospace_error = 0; in xfs_trans_alloc_dir()
1330 *nospace_error = error; in xfs_trans_alloc_dir()
1371 *nospace_error = error; in xfs_trans_alloc_dir()
A Dxfs_trans.h266 struct xfs_trans **tpp, int *nospace_error);

Completed in 12 milliseconds