Home
last modified time | relevance | path

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

/linux-6.6.21/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.c217 XFS_ITEM_INTENT_DONE,
Dxfs_refcount_item.c223 XFS_ITEM_INTENT_DONE,
Dxfs_rmap_item.c221 XFS_ITEM_INTENT_DONE,
Dxfs_attr_item.c872 XFS_ITEM_INTENT_DONE,
Dxfs_extfree_item.c299 XFS_ITEM_INTENT_DONE,
Dxfs_log_cil.c1527 if (!(lip->li_ops->flags & XFS_ITEM_INTENT_DONE)) in xlog_cil_process_intents()