Lines Matching refs:clnt
101 TP_PROTO(struct p9_client *clnt, int8_t type, int tag),
103 TP_ARGS(clnt, type, tag),
106 __field( void *, clnt )
112 __entry->clnt = clnt;
118 (long)__entry->clnt, show_9p_op(__entry->type),
123 TP_PROTO(struct p9_client *clnt, int8_t type, int tag, int err),
125 TP_ARGS(clnt, type, tag, err),
128 __field( void *, clnt )
135 __entry->clnt = clnt;
142 (long)__entry->clnt, show_9p_op(__entry->type),
149 TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),
151 TP_ARGS(clnt, pdu),
154 __field( void *, clnt )
161 __entry->clnt = clnt;
167 (unsigned long)__entry->clnt, show_9p_op(__entry->type),