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