Lines Matching refs:clnt
100 TP_PROTO(struct p9_client *clnt, int8_t type, int tag),
102 TP_ARGS(clnt, type, tag),
105 __field( void *, clnt )
111 __entry->clnt = clnt;
117 (long)__entry->clnt, show_9p_op(__entry->type),
122 TP_PROTO(struct p9_client *clnt, int8_t type, int tag, int err),
124 TP_ARGS(clnt, type, tag, err),
127 __field( void *, clnt )
134 __entry->clnt = clnt;
141 (long)__entry->clnt, show_9p_op(__entry->type),
148 TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),
150 TP_ARGS(clnt, pdu),
153 __field( void *, clnt )
160 __entry->clnt = clnt;
166 (unsigned long)__entry->clnt, show_9p_op(__entry->type),