Lines Matching refs:clnt
125 TP_PROTO(struct p9_client *clnt, int8_t type, int tag),
127 TP_ARGS(clnt, type, tag),
130 __field( void *, clnt )
136 __entry->clnt = clnt;
142 (long)__entry->clnt, show_9p_op(__entry->type),
147 TP_PROTO(struct p9_client *clnt, int8_t type, int tag, int err),
149 TP_ARGS(clnt, type, tag, err),
152 __field( void *, clnt )
159 __entry->clnt = clnt;
166 (long)__entry->clnt, show_9p_op(__entry->type),
173 TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),
175 TP_ARGS(clnt, pdu),
178 __field( void *, clnt )
185 __entry->clnt = clnt;
191 (unsigned long)__entry->clnt, show_9p_op(__entry->type),