/linux-6.12.1/fs/netfs/ |
D | objects.c | 198 subreq->debug_index = atomic_inc_return(&rreq->subreq_counter); in netfs_alloc_subrequest() 210 trace_netfs_sreq_ref(subreq->rreq->debug_id, subreq->debug_index, r + 1, in netfs_get_subrequest() 230 unsigned int debug_index = subreq->debug_index; in netfs_put_subrequest() local 236 trace_netfs_sreq_ref(debug_id, debug_index, r - 1, what); in netfs_put_subrequest()
|
D | write_collect.c | 280 subreq->debug_index = atomic_inc_return(&wreq->subreq_counter); in netfs_retry_write_stream() 284 trace_netfs_sreq_ref(wreq->debug_id, subreq->debug_index, in netfs_retry_write_stream() 666 _enter("%x[%x] %zd", wreq->debug_id, subreq->debug_index, transferred_or_error); in netfs_write_subrequest_terminated() 704 wreq->debug_id, subreq->debug_index, in netfs_write_subrequest_terminated()
|
D | read_collect.c | 100 rreq->debug_id, subreq->debug_index, in netfs_consume_read_data() 113 rreq->debug_id, subreq->debug_index, in netfs_consume_read_data() 306 rreq->debug_id, subreq->debug_index, in netfs_consume_read_data()
|
D | write_issue.c | 173 _enter("R=%x[%x]", wreq->debug_id, subreq->debug_index); in netfs_prepare_write() 227 _enter("R=%x[%x],%zx", wreq->debug_id, subreq->debug_index, subreq->len); in netfs_do_issue_write() 281 _enter("R=%x[%x]", wreq->debug_id, subreq ? subreq->debug_index : 0); in netfs_advance_write()
|
D | read_retry.c | 99 rreq->debug_id, from->debug_index, in netfs_retry_read_subrequests()
|
D | buffered_read.c | 268 rreq->debug_id, subreq->debug_index, in netfs_read_to_pagecache()
|
/linux-6.12.1/include/trace/events/ |
D | netfs.h | 327 __entry->index = sreq->debug_index; 367 __entry->index = sreq ? sreq->debug_index : -1; 561 __entry->subreq = subreq->debug_index; 702 __entry->subreq = subreq->debug_index; 736 __entry->from = from->debug_index; 737 __entry->to = to ? to->debug_index : -1;
|
/linux-6.12.1/fs/afs/ |
D | write.c | 114 wreq->debug_id, subreq->debug_index, in afs_issue_write_worker() 122 if (subreq->debug_index == 3) in afs_issue_write_worker()
|
/linux-6.12.1/fs/cachefiles/ |
D | io.c | 632 _enter("W=%x[%x] %llx", wreq->debug_id, subreq->debug_index, subreq->start); in cachefiles_prepare_write_subreq() 658 wreq->debug_id, subreq->debug_index, start, start + len - 1); in cachefiles_issue_write()
|
/linux-6.12.1/fs/smb/client/ |
D | smb2pdu.c | 4454 rdata ? rdata->subreq.debug_index : 0, in smb2_new_read_req() 4537 .rreq_debug_index = rdata->subreq.debug_index, in smb2_readv_callback() 4541 unsigned int subreq_debug_index = rdata->subreq.debug_index; in smb2_readv_callback() 4605 rdata->subreq.debug_index, in smb2_readv_callback() 4614 rdata->subreq.debug_index, in smb2_readv_callback() 4717 subreq->debug_index, in smb2_async_readv() 4827 .rreq_debug_index = wdata->subreq.debug_index, in smb2_writev_callback() 4830 unsigned int subreq_debug_index = wdata->subreq.debug_index; in smb2_writev_callback() 4889 wdata->subreq.debug_index, in smb2_writev_callback() 4899 wdata->subreq.debug_index, in smb2_writev_callback() [all …]
|
D | file.c | 85 wdata->credits.rreq_debug_index = subreq->debug_index; in cifs_prepare_write() 88 wdata->subreq.debug_index, in cifs_prepare_write() 175 rdata->credits.rreq_debug_index = subreq->debug_index; in cifs_prepare_read() 178 rdata->subreq.debug_index, in cifs_prepare_read() 205 __func__, rreq->debug_id, subreq->debug_index, rreq->mapping, in cifs_issue_read() 319 rdata->subreq.debug_index, in cifs_free_subrequest()
|
D | smb2ops.c | 314 subreq->subreq.debug_index, in smb2_adjust_credits() 322 subreq->rreq->debug_id, subreq->subreq.debug_index, in smb2_adjust_credits() 336 subreq->subreq.debug_index, in smb2_adjust_credits() 345 subreq->rreq->debug_id, subreq->subreq.debug_index, in smb2_adjust_credits() 351 subreq->subreq.debug_index, in smb2_adjust_credits()
|
D | cifssmb.c | 1286 .rreq_debug_index = rdata->subreq.debug_index, in cifs_readv_callback() 1653 .rreq_debug_index = wdata->subreq.debug_index, in cifs_writev_callback()
|
/linux-6.12.1/include/linux/ |
D | netfs.h | 186 unsigned short debug_index; /* Index in list (for debugging output) */ member
|
/linux-6.12.1/Documentation/filesystems/ |
D | netfs_library.rst | 244 unsigned short debug_index; 283 * ``debug_index``
|