Home
last modified time | relevance | path

Searched refs:XFS_ITEM_INTENT_DONE (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/fs/xfs/
Dxfs_trans.h98 #define XFS_ITEM_INTENT_DONE (1 << 2) macro
109 return lip->li_ops->flags & XFS_ITEM_INTENT_DONE; in xlog_item_is_intent_done()
Dxfs_bmap_item.c216 XFS_ITEM_INTENT_DONE,
Dxfs_refcount_item.c222 XFS_ITEM_INTENT_DONE,
Dxfs_rmap_item.c220 XFS_ITEM_INTENT_DONE,
Dxfs_attr_item.c871 XFS_ITEM_INTENT_DONE,
Dxfs_extfree_item.c299 XFS_ITEM_INTENT_DONE,
Dxfs_log_cil.c1582 if (!(lip->li_ops->flags & XFS_ITEM_INTENT_DONE)) in xlog_cil_process_intents()