Searched refs:iop_intent (Results 1 – 8 of 8) sorted by relevance
84 struct xfs_log_item *(*iop_intent)(struct xfs_log_item *intent_done); member
210 .iop_intent = xfs_xmd_item_intent,
229 .iop_intent = xfs_cud_item_intent,
228 .iop_intent = xfs_rud_item_intent,
222 .iop_intent = xfs_bud_item_intent,
303 .iop_intent = xfs_efd_item_intent,
1253 .iop_intent = xfs_attrd_item_intent,
1711 ilip = lip->li_ops->iop_intent(lip); in xlog_cil_process_intents()
Completed in 22 milliseconds