Home
last modified time | relevance | path

Searched refs:XFS_LI_ABORTED (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/xfs/
Dxfs_trans.h57 #define XFS_LI_ABORTED 1 macro
64 { (1u << XFS_LI_ABORTED), "ABORTED" }, \
Dxfs_buf_item.c661 aborted = test_bit(XFS_LI_ABORTED, &lip->li_flags) || in xfs_buf_item_put()
710 bool aborted = test_bit(XFS_LI_ABORTED, in xfs_buf_item_release()
Dxfs_trans.c714 set_bit(XFS_LI_ABORTED, &lip->li_flags); in xfs_trans_free_items()
785 set_bit(XFS_LI_ABORTED, &lip->li_flags); in xfs_trans_committed_bulk()