Searched refs:iop_intent (Results 1 – 7 of 7) sorted by relevance
86 struct xfs_log_item *(*iop_intent)(struct xfs_log_item *intent_done); member
220 .iop_intent = xfs_bud_item_intent,
226 .iop_intent = xfs_cud_item_intent,
224 .iop_intent = xfs_rud_item_intent,
875 .iop_intent = xfs_attrd_item_intent,
303 .iop_intent = xfs_efd_item_intent,
1585 ilip = lip->li_ops->iop_intent(lip); in xlog_cil_process_intents()