Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_trans.h88 struct xfs_log_item *(*iop_intent)(struct xfs_log_item *intent_done); member
H A Dxfs_refcount_item.c227 .iop_intent = xfs_cud_item_intent,
H A Dxfs_bmap_item.c221 .iop_intent = xfs_bud_item_intent,
H A Dxfs_rmap_item.c225 .iop_intent = xfs_rud_item_intent,
H A Dxfs_attr_item.c947 .iop_intent = xfs_attrd_item_intent,
H A Dxfs_extfree_item.c303 .iop_intent = xfs_efd_item_intent,
H A Dxfs_log_cil.c1527 ilip = lip->li_ops->iop_intent(lip); in xlog_cil_process_intents()