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
221 .iop_intent = xfs_bud_item_intent,
227 .iop_intent = xfs_cud_item_intent,
225 .iop_intent = xfs_rud_item_intent,
876 .iop_intent = xfs_attrd_item_intent,
303 .iop_intent = xfs_efd_item_intent,
1530 ilip = lip->li_ops->iop_intent(lip); in xlog_cil_process_intents()