iod 26 source3/modules/perfcount_onefs.c struct isp_op_delta iod;
iod 33 source3/modules/perfcount_onefs.c struct isp_op_delta iod;
iod 39 source3/modules/perfcount_onefs.c const char *onefs_stat_debug(struct isp_op_delta *iod);
iod 52 source3/modules/perfcount_onefs.c return &ctxt->ops_chain->iod;
iod 54 source3/modules/perfcount_onefs.c return &ctxt->iod;
iod 62 source3/modules/perfcount_onefs.c if (g_context.iod.op) {
iod 64 source3/modules/perfcount_onefs.c onefs_stat_debug(&g_context.iod), g_context.iod.op));
iod 69 source3/modules/perfcount_onefs.c ISP_OP_BEG(&g_context.iod, ISP_PROTO_CIFS, 0);
iod 71 source3/modules/perfcount_onefs.c if (g_context.iod.enabled)
iod 98 source3/modules/perfcount_onefs.c ISP_OP_BEG(&oc->iod, ISP_PROTO_CIFS, 0);
iod 104 source3/modules/perfcount_onefs.c struct isp_op_delta *iod;
iod 110 source3/modules/perfcount_onefs.c iod = onefs_stats_get_op_delta(ctxt);
iod 111 source3/modules/perfcount_onefs.c iod->op = isp_cifs_op_id(op);
iod 114 source3/modules/perfcount_onefs.c DEBUG(0,("***********SET op %s(%d)\n", onefs_stat_debug(iod), op));
iod 126 source3/modules/perfcount_onefs.c struct isp_op_delta *iod;
iod 132 source3/modules/perfcount_onefs.c iod = onefs_stats_get_op_delta(ctxt);
iod 133 source3/modules/perfcount_onefs.c iod->op = isp_cifs_sub_op_id(iod->op, subop);
iod 137 source3/modules/perfcount_onefs.c onefs_stat_debug(iod), subop));
iod 152 source3/modules/perfcount_onefs.c struct isp_op_delta *iod;
iod 162 source3/modules/perfcount_onefs.c iod = onefs_stats_get_op_delta(ctxt);
iod 163 source3/modules/perfcount_onefs.c iod->op = isp_cifs_sub_op_id(iod->op, ISP_CIFS_NTRN_IOCTL_FGSCD);
iod 166 source3/modules/perfcount_onefs.c onefs_stat_debug(iod), io_ctl));
iod 174 source3/modules/perfcount_onefs.c struct isp_op_delta *iod;
iod 180 source3/modules/perfcount_onefs.c iod = onefs_stats_get_op_delta(ctxt);
iod 181 source3/modules/perfcount_onefs.c iod->in_bytes = in_bytes;
iod 194 source3/modules/perfcount_onefs.c ctxt->ops_chain->iod.out_bytes = out_bytes;
iod 196 source3/modules/perfcount_onefs.c ctxt->iod.out_bytes = out_bytes;
iod 229 source3/modules/perfcount_onefs.c onefs_stat_debug(&ctxt->iod), ctxt->iod.op));
iod 268 source3/modules/perfcount_onefs.c onefs_stat_debug(&ctxt->iod), ctxt->iod.op));
iod 307 source3/modules/perfcount_onefs.c tmp->iod.out_bytes = ctxt->iod.out_bytes;
iod 308 source3/modules/perfcount_onefs.c ISP_OP_END(&tmp->iod);
iod 311 source3/modules/perfcount_onefs.c onefs_stat_debug(&tmp->iod),
iod 312 source3/modules/perfcount_onefs.c tmp->iod.in_bytes, tmp->iod.out_bytes));
iod 317 source3/modules/perfcount_onefs.c ISP_OP_END(&ctxt->iod);
iod 320 source3/modules/perfcount_onefs.c onefs_stat_debug(&ctxt->iod),
iod 321 source3/modules/perfcount_onefs.c ctxt->iod.in_bytes, ctxt->iod.out_bytes));
iod 442 source3/modules/perfcount_onefs.c const char *onefs_stat_debug(struct isp_op_delta *iod)
iod 447 source3/modules/perfcount_onefs.c if (iod->op == op_debug_table[i].type)