Lines Matching refs:error
113 int error;
126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip);
127 if (error) {
137 switch (error) {
141 error = -ESTALE;
146 return ERR_PTR(error);
209 int error;
212 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL);
213 if (unlikely(error))
214 return ERR_PTR(error);