Lines Matching defs:error
105 * either inserted in the AIL or aborted in the event of a log I/O error. In
108 * and commit the CUD or drop the CUD's reference in the event of error. Simply
259 int error;
261 error = xfs_refcount_finish_one(tp, ri, pcur);
264 * Mark the transaction dirty, even on error. This ensures the
273 return error;
397 int error;
400 error = xfs_trans_log_finish_refcount_update(tp, CUD_ITEM(done), ri,
404 if (!error && ri->ri_blockcount > 0) {
412 return error;
489 int error = 0;
519 error = xfs_trans_alloc(mp, &resv, mp->m_refc_maxlevels * 2, 0,
521 if (error)
522 return error;
543 error = -EFSCORRUPTED;
552 error = xfs_trans_log_finish_refcount_update(tp, cudp,
556 if (error == -EFSCORRUPTED)
560 if (error)
594 xfs_refcount_finish_one_cleanup(tp, rcur, error);
598 xfs_refcount_finish_one_cleanup(tp, rcur, error);
600 return error;