Lines Matching defs:error
86 * cycles at inode writeback time. Avoid the need to add error handling to every
87 * xfs_trans_log_inode() call by shutting down on read error. This will cause
88 * transactions to fail and everything to error out, just like if we return a
89 * read error in a dirty transaction and cancel it.
155 int error;
167 error = xfs_imap_to_bp(ip->i_mount, tp, &ip->i_imap, NULL,
169 if (error) {
204 int error;
207 error = xfs_trans_roll(tpp);
208 if (!error)
210 return error;