Lines Matching defs:error
101 * either inserted in the AIL or aborted in the event of a log I/O error. In
104 * and commit the RUD or drop the RUD's reference in the event of error. Simply
318 int error;
320 error = xfs_rmap_finish_one(tp, type, owner, whichfork, startoff,
324 * Mark the transaction dirty, even on error. This ensures the
333 return error;
422 int error;
425 error = xfs_trans_log_finish_rmap_update(tp, RUD_ITEM(done),
431 return error;
484 int error = 0;
518 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate,
520 if (error)
521 return error;
557 error = -EFSCORRUPTED;
560 error = xfs_trans_log_finish_rmap_update(tp, rudp, type,
564 if (error)
569 xfs_rmap_finish_one_cleanup(tp, rcur, error);
573 xfs_rmap_finish_one_cleanup(tp, rcur, error);
575 return error;
636 int error;
644 error = xfs_rui_copy_format(&item->ri_buf[0], &ruip->rui_format);
645 if (error) {
647 return error;