Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.c916 int error, nospace_error = 0; in xfs_link() local
942 &tp, &nospace_error); in xfs_link()
951 if (du.ppargs && nospace_error) { in xfs_link()
952 error = nospace_error; in xfs_link()
985 if (error == -ENOSPC && nospace_error) in xfs_link()
986 error = nospace_error; in xfs_link()
2162 int error, nospace_error = 0; in xfs_rename() local
2204 nospace_error = 0; in xfs_rename()
2209 nospace_error = error; in xfs_rename()
2221 if (du_src.ppargs && nospace_error) { in xfs_rename()
[all …]