Lines Matching refs:error
30 * If the readahead buffer is invalid, we need to mark it with an error and
32 * from disk. We don't report the error otherwise to avoid warnings during log
35 * the error to, so this will distinguish it from a non-ra verifier failure.
36 * Changes to this readahead error behaviour also need to be reflected in
176 int error;
246 error = xfs_iformat_data_fork(ip, from);
247 if (error)
248 return error;
250 error = xfs_iformat_attr_fork(ip, from);
251 if (error)
260 return error;