Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_trans.h55 #define XFS_LI_ABORTED 1 macro
61 { (1 << XFS_LI_ABORTED), "ABORTED" }, \
A Dxfs_buf_item.c618 aborted = test_bit(XFS_LI_ABORTED, &lip->li_flags) || in xfs_buf_item_put()
667 bool aborted = test_bit(XFS_LI_ABORTED, in xfs_buf_item_release()
A Dxfs_trans.c686 set_bit(XFS_LI_ABORTED, &lip->li_flags); in xfs_trans_free_items()
757 set_bit(XFS_LI_ABORTED, &lip->li_flags); in xfs_trans_committed_bulk()

Completed in 9 milliseconds