Searched refs:rreq_debug_id (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | trace.h | 242 TP_PROTO(unsigned int rreq_debug_id, 251 TP_ARGS(rreq_debug_id, rreq_debug_index, 254 __field(unsigned int, rreq_debug_id) 265 __entry->rreq_debug_id = rreq_debug_id; 276 __entry->rreq_debug_id, __entry->rreq_debug_index, 283 TP_PROTO(unsigned int rreq_debug_id, \ 292 TP_ARGS(rreq_debug_id, rreq_debug_index, xid, fid, tid, sesid, offset, len, rc)) 458 TP_PROTO(unsigned int rreq_debug_id, 466 TP_ARGS(rreq_debug_id, rreq_debug_inde [all...] |
| H A D | smb2pdu.c | 4596 .rreq_debug_id = rdata->rreq->debug_id, in smb2_readv_callback() 4600 unsigned int rreq_debug_id = rdata->rreq->debug_id; in smb2_readv_callback() local 4703 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, rdata->credits.value, in smb2_readv_callback() 4712 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, 0, in smb2_readv_callback() 4897 .rreq_debug_id = wdata->rreq->debug_id, in smb2_writev_callback() 4900 unsigned int rreq_debug_id = wdata->rreq->debug_id; in smb2_writev_callback() local 4993 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, wdata->credits.value, in smb2_writev_callback() 4999 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, 0, in smb2_writev_callback()
|
| H A D | cifssmb.c | 1333 .rreq_debug_id = rdata->rreq->debug_id, in cifs_readv_callback() 1336 unsigned int rreq_debug_id = rdata->rreq->debug_id; in cifs_readv_callback() local 1417 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, rdata->credits.value, in cifs_readv_callback() 1427 trace_smb3_rw_credits(rreq_debug_id, subreq_debug_index, 0, in cifs_readv_callback() 1750 .rreq_debug_id = wdata->rreq->debug_id, in cifs_writev_callback() 1803 trace_smb3_rw_credits(credits.rreq_debug_id, credits.rreq_debug_index, in cifs_writev_callback() 1810 trace_smb3_rw_credits(credits.rreq_debug_id, credits.rreq_debug_index, 0, in cifs_writev_callback()
|
| H A D | cifsglob.h | 862 unsigned int rreq_debug_id; member
|
| H A D | file.c | 90 wdata->credits.rreq_debug_id = subreq->rreq->debug_id; in cifs_prepare_write() 185 rdata->credits.rreq_debug_id = rreq->debug_id; in cifs_prepare_read()
|
| H A D | smb2ops.c | 100 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()
|
| /linux/include/trace/events/ |
| H A D | netfs.h | 431 TP_PROTO(unsigned int rreq_debug_id, int ref, 434 TP_ARGS(rreq_debug_id, ref, what), 443 __entry->rreq = rreq_debug_id; 455 TP_PROTO(unsigned int rreq_debug_id, unsigned int subreq_debug_index, 458 TP_ARGS(rreq_debug_id, subreq_debug_index, ref, what), 468 __entry->rreq = rreq_debug_id;
|