Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_trans.h84 struct xfs_log_item *(*iop_intent)(struct xfs_log_item *intent_done); member
H A Dxfs_exchmaps_item.c210 .iop_intent = xfs_xmd_item_intent,
H A Dxfs_bmap_item.c222 .iop_intent = xfs_bud_item_intent,
H A Dxfs_refcount_item.c235 .iop_intent = xfs_cud_item_intent,
H A Dxfs_rmap_item.c236 .iop_intent = xfs_rud_item_intent,
H A Dxfs_extfree_item.c309 .iop_intent = xfs_efd_item_intent,
H A Dxfs_attr_item.c1253 .iop_intent = xfs_attrd_item_intent,
H A Dxfs_log_cil.c1707 ilip = lip->li_ops->iop_intent(lip); in xlog_cil_process_intents()