ops_chain          36 source3/modules/perfcount_onefs.c 	struct onefs_op_counter *ops_chain;
ops_chain          48 source3/modules/perfcount_onefs.c 	if (ctxt->ops_chain) {
ops_chain          52 source3/modules/perfcount_onefs.c 		return &ctxt->ops_chain->iod;
ops_chain          97 source3/modules/perfcount_onefs.c 	DLIST_ADD(ctxt->ops_chain, oc);
ops_chain         193 source3/modules/perfcount_onefs.c 	if (ctxt->ops_chain)
ops_chain         194 source3/modules/perfcount_onefs.c 		ctxt->ops_chain->iod.out_bytes = out_bytes;
ops_chain         306 source3/modules/perfcount_onefs.c 	for (tmp = ctxt->ops_chain; tmp; tmp = tmp->next) {