Lines Matching refs:aborted
524 bool aborted;
532 * We dropped the last ref and must free the item if clean or aborted.
533 * If the bli is dirty and non-aborted, the buffer was clean in the
537 aborted = test_bit(XFS_LI_ABORTED, &lip->li_flags) ||
540 if (dirty && !aborted)
544 * The bli is aborted or clean. An aborted item may be in the AIL
545 * regardless of dirty state. For example, consider an aborted
549 if (aborted)
586 bool aborted = test_bit(XFS_LI_ABORTED,
616 ASSERT(!stale || aborted);
952 * because of the transaction was aborted forcibly.