Lines Matching defs:error
119 * either inserted in the AIL or aborted in the event of a log I/O error. In
122 * and commit the EFD or drop the EFD's reference in the event of error. Simply
370 int error;
374 error = __xfs_free_extent(tp, start_block, ext_len,
377 * Mark the transaction dirty, even on error. This ensures the
393 return error;
478 int error;
481 error = xfs_trans_free_extent(tp, EFD_ITEM(done),
486 return error;
533 int error;
545 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp);
546 if (!error)
547 error = xfs_free_agfl_block(tp, agno, agbno, agbp,
551 * Mark the transaction dirty, even on error. This ensures the
568 return error;
597 int error = 0;
615 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
616 if (error)
617 return error;
622 error = xfs_trans_free_extent(tp, efdp, extp->ext_start,
625 if (error)
634 return error;
700 int error;
705 error = xfs_efi_copy_format(&item->ri_buf[0], &efip->efi_format);
706 if (error) {
708 return error;