Lines Matching defs:error
102 * either inserted in the AIL or aborted in the event of a log I/O error. In
105 * and commit the CUD or drop the CUD's reference in the event of error. Simply
250 int error;
252 error = xfs_refcount_finish_one(tp, type, startblock,
256 * Mark the transaction dirty, even on error. This ensures the
265 return error;
372 int error;
375 error = xfs_trans_log_finish_refcount_update(tp, CUD_ITEM(done),
380 if (!error && new_aglen > 0) {
388 return error;
444 int error = 0;
486 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate,
488 if (error)
489 return error;
505 error = -EFSCORRUPTED;
512 error = xfs_trans_log_finish_refcount_update(tp, cudp,
515 if (error)
546 xfs_refcount_finish_one_cleanup(tp, rcur, error);
550 xfs_refcount_finish_one_cleanup(tp, rcur, error);
552 return error;
637 int error;
645 error = xfs_cui_copy_format(&item->ri_buf[0], &cuip->cui_format);
646 if (error) {
648 return error;