Searched refs:iop_intent (Results 1 – 7 of 7) sorted by relevance
88 struct xfs_log_item *(*iop_intent)(struct xfs_log_item *intent_done); member
227 .iop_intent = xfs_cud_item_intent,
221 .iop_intent = xfs_bud_item_intent,
225 .iop_intent = xfs_rud_item_intent,
947 .iop_intent = xfs_attrd_item_intent,
303 .iop_intent = xfs_efd_item_intent,
1527 ilip = lip->li_ops->iop_intent(lip); in xlog_cil_process_intents()