| /linux/fs/netfs/ |
| H A D | objects.c | 216 subreq->debug_index = atomic_inc_return(&rreq->subreq_counter); in netfs_alloc_subrequest() 228 trace_netfs_sreq_ref(subreq->rreq->debug_id, subreq->debug_index, r + 1, in netfs_get_subrequest() 247 unsigned int debug_index = subreq->debug_index; in netfs_put_subrequest() local 253 trace_netfs_sreq_ref(debug_id, debug_index, r - 1, what); in netfs_put_subrequest()
|
| H A D | write_collect.c | 45 sreq->stream_nr, sreq->debug_index, sreq->source, in netfs_dump_request() 464 _enter("%x[%x] %zd", wreq->debug_id, subreq->debug_index, transferred_or_error); in netfs_write_subrequest_terminated() 500 wreq->debug_id, subreq->debug_index, in netfs_write_subrequest_terminated()
|
| H A D | read_retry.c | 92 rreq->debug_id, from->debug_index, in netfs_retry_read_subrequests() 204 trace_netfs_sreq_ref(rreq->debug_id, subreq->debug_index, in netfs_retry_read_subrequests()
|
| H A D | read_single.c | 80 _enter("R=%08x[%x]", rreq->debug_id, subreq->debug_index); in netfs_single_read_cache()
|
| H A D | write_issue.c | 178 _enter("R=%x[%x]", wreq->debug_id, subreq->debug_index); in netfs_prepare_write() 232 _enter("R=%x[%x],%zx", wreq->debug_id, subreq->debug_index, subreq->len); in netfs_do_issue_write() 290 _enter("R=%x[%x]", wreq->debug_id, subreq ? subreq->debug_index : 0); in netfs_advance_write()
|
| H A D | write_retry.c | 153 trace_netfs_sreq_ref(wreq->debug_id, subreq->debug_index, in netfs_retry_write_stream()
|
| H A D | internal.h | 104 trace_netfs_sreq_ref(subreq->rreq->debug_id, subreq->debug_index, in netfs_see_subrequest()
|
| H A D | read_collect.c | 217 front->debug_index, front->start, front->transferred, front->len); in netfs_collect_read_results()
|
| H A D | buffered_read.c | 250 rreq->debug_id, subreq->debug_index, in netfs_read_to_pagecache()
|
| /linux/fs/afs/ |
| H A D | write.c | 113 wreq->debug_id, subreq->debug_index, in afs_issue_write_worker() 121 if (subreq->debug_index == 3) in afs_issue_write_worker()
|
| /linux/include/trace/events/ |
| H A D | netfs.h | 380 __entry->index = sreq->debug_index; 421 __entry->index = sreq ? sreq->debug_index : -1; 644 __entry->subreq = subreq->debug_index;
|
| H A D | afs.h | 1824 __entry->sreq = op->fetch.subreq->debug_index;
|
| /linux/fs/smb/client/ |
| H A D | smb2pdu.c | 4544 rdata ? rdata->subreq.debug_index : 0, in smb2_new_read_req() 4616 .rreq_debug_index = rdata->subreq.debug_index, in smb2_readv_callback() 4620 unsigned int subreq_debug_index = rdata->subreq.debug_index; in smb2_readv_callback() 4703 rdata->subreq.debug_index, in smb2_readv_callback() 4712 rdata->subreq.debug_index, in smb2_readv_callback() 4832 subreq->debug_index, in smb2_async_readv() 4953 .rreq_debug_index = wdata->subreq.debug_index, in smb2_writev_callback() 4956 unsigned int subreq_debug_index = wdata->subreq.debug_index; in smb2_writev_callback() 5039 wdata->subreq.debug_index, in smb2_writev_callback() 5049 wdata->subreq.debug_index, in smb2_writev_callback() [all...] |
| H A D | file.c | 89 wdata->credits.rreq_debug_index = subreq->debug_index; in cifs_prepare_write() 92 wdata->subreq.debug_index, in cifs_prepare_write() 184 rdata->credits.rreq_debug_index = subreq->debug_index; in cifs_prepare_read() 187 rdata->subreq.debug_index, in cifs_prepare_read() 218 __func__, rreq->debug_id, subreq->debug_index, rreq->mapping, in cifs_issue_read() 333 rdata->subreq.debug_index, in cifs_free_subrequest()
|
| H A D | cifssmb.c | 1476 .rreq_debug_index = rdata->subreq.debug_index, in cifs_readv_callback() 1479 unsigned int subreq_debug_index = rdata->subreq.debug_index; in cifs_readv_callback() 1532 rdata->subreq.debug_index, in cifs_readv_callback() 1551 rdata->subreq.debug_index, in cifs_readv_callback() 1629 rdata->subreq.debug_index, in cifs_async_readv() 1893 .rreq_debug_index = wdata->subreq.debug_index, in cifs_writev_callback()
|
| H A D | smb2ops.c | 325 subreq->subreq.debug_index, in smb2_adjust_credits() 333 subreq->rreq->debug_id, subreq->subreq.debug_index, in smb2_adjust_credits() 347 subreq->subreq.debug_index, in smb2_adjust_credits() 356 subreq->rreq->debug_id, subreq->subreq.debug_index, in smb2_adjust_credits() 362 subreq->subreq.debug_index, in smb2_adjust_credits()
|
| /linux/include/linux/ |
| H A D | netfs.h | 183 unsigned short debug_index; /* Index in list (for debugging output) */ member
|