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 RUD or drop the RUD's reference in the event of error. Simply
300 int error;
302 error = xfs_rmap_finish_one(tp, ri, pcur);
305 * Mark the transaction dirty, even on error. This ensures the
314 return error;
422 int error;
426 error = xfs_trans_log_finish_rmap_update(tp, RUD_ITEM(done), ri,
431 return error;
517 int error = 0;
535 error = xfs_trans_alloc(mp, &resv, mp->m_rmap_maxlevels, 0,
537 if (error)
538 return error;
575 error = -EFSCORRUPTED;
589 error = xfs_trans_log_finish_rmap_update(tp, rudp, &fake,
591 if (error == -EFSCORRUPTED)
595 if (error)
600 xfs_rmap_finish_one_cleanup(tp, rcur, error);
604 xfs_rmap_finish_one_cleanup(tp, rcur, error);
606 return error;