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.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 …]