Home
last modified time | relevance | path

Searched refs:rreq_debug_id (Results 1 – 6 of 6) sorted by relevance

/fs/smb/client/
A Dtrace.h110 TP_PROTO(unsigned int rreq_debug_id,
119 TP_ARGS(rreq_debug_id, rreq_debug_index,
122 __field(unsigned int, rreq_debug_id)
133 __entry->rreq_debug_id = rreq_debug_id;
151 TP_PROTO(unsigned int rreq_debug_id, \
326 TP_PROTO(unsigned int rreq_debug_id,
334 TP_ARGS(rreq_debug_id, rreq_debug_index,
337 __field(unsigned int, rreq_debug_id)
347 __entry->rreq_debug_id = rreq_debug_id;
364 TP_PROTO(unsigned int rreq_debug_id, \
[all …]
A Dsmb2pdu.c4530 .rreq_debug_id = rdata->rreq->debug_id, in smb2_readv_callback()
4534 unsigned int rreq_debug_id = rdata->rreq->debug_id; in smb2_readv_callback() local
4636 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, rdata->credits.value, in smb2_readv_callback()
4645 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, 0, in smb2_readv_callback()
4830 .rreq_debug_id = wdata->rreq->debug_id, in smb2_writev_callback()
4833 unsigned int rreq_debug_id = wdata->rreq->debug_id; in smb2_writev_callback() local
4925 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, wdata->credits.value, in smb2_writev_callback()
4931 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, 0, in smb2_writev_callback()
A Dcifssmb.c1311 .rreq_debug_id = rdata->rreq->debug_id, in cifs_readv_callback()
1694 .rreq_debug_id = wdata->rreq->debug_id, in cifs_writev_callback()
1746 trace_smb3_rw_credits(credits.rreq_debug_id, credits.rreq_debug_index, in cifs_writev_callback()
1753 trace_smb3_rw_credits(credits.rreq_debug_id, credits.rreq_debug_index, 0, in cifs_writev_callback()
A Dcifsglob.h890 unsigned int rreq_debug_id; member
A Dfile.c89 wdata->credits.rreq_debug_id = subreq->rreq->debug_id; in cifs_prepare_write()
180 rdata->credits.rreq_debug_id = rreq->debug_id; in cifs_prepare_read()
A Dsmb2ops.c100 credits->rreq_debug_id, credits->rreq_debug_index); in smb2_add_credits()
106 credits->rreq_debug_id, credits->rreq_debug_index); in smb2_add_credits()
107 trace_smb3_rw_credits(credits->rreq_debug_id, in smb2_add_credits()

Completed in 45 milliseconds