Lines Matching full:aborted
537 bool aborted; in xfs_buf_item_put() local
545 * We dropped the last ref and must free the item if clean or aborted. in xfs_buf_item_put()
546 * If the bli is dirty and non-aborted, the buffer was clean in the in xfs_buf_item_put()
550 aborted = test_bit(XFS_LI_ABORTED, &lip->li_flags) || in xfs_buf_item_put()
553 if (dirty && !aborted) in xfs_buf_item_put()
557 * The bli is aborted or clean. An aborted item may be in the AIL in xfs_buf_item_put()
558 * regardless of dirty state. For example, consider an aborted in xfs_buf_item_put()
562 if (aborted) in xfs_buf_item_put()
599 bool aborted = test_bit(XFS_LI_ABORTED, in xfs_buf_item_release() local
629 ASSERT(!stale || aborted); in xfs_buf_item_release()
965 * because of the transaction was aborted forcibly. in xfs_buf_item_done()