Lines Matching defs:error
104 * either inserted in the AIL or aborted in the event of a log I/O error. In
107 * and commit the BUD or drop the BUD's reference in the event of error. Simply
246 int error;
248 error = xfs_bmap_finish_one(tp, ip, type, whichfork, startoff,
252 * Mark the transaction dirty, even on error. This ensures the
261 return error;
372 int error;
376 error = xfs_trans_log_finish_bmap_update(tp, BUD_ITEM(done),
383 if (!error && count > 0) {
389 return error;
442 int error = 0;
479 error = xfs_iget(mp, NULL, bmap->me_owner, 0, 0, &ip);
480 if (error)
481 return error;
483 error = xfs_qm_dqattach(ip);
484 if (error)
491 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate,
493 if (error)
501 error = xfs_trans_log_finish_bmap_update(tp, budp, bui_type, ip,
504 if (error)
520 error = xfs_defer_ops_capture_and_commit(tp, ip, capture_list);
521 if (error)
534 return error;
619 int error;
631 error = xfs_bui_copy_format(&item->ri_buf[0], &buip->bui_format);
632 if (error) {
634 return error;