Searched refs:debug_index (Results 1 – 15 of 15) sorted by relevance
| /fs/netfs/ |
| A D | objects.c | 192 subreq->debug_index = atomic_inc_return(&rreq->subreq_counter); in netfs_alloc_subrequest() 204 trace_netfs_sreq_ref(subreq->rreq->debug_id, subreq->debug_index, r + 1, in netfs_get_subrequest() 223 unsigned int debug_index = subreq->debug_index; in netfs_put_subrequest() local 229 trace_netfs_sreq_ref(debug_id, debug_index, r - 1, what); in netfs_put_subrequest()
|
| A D | write_collect.c | 45 sreq->stream_nr, sreq->debug_index, sreq->source, in netfs_dump_request() 480 _enter("%x[%x] %zd", wreq->debug_id, subreq->debug_index, transferred_or_error); in netfs_write_subrequest_terminated() 516 wreq->debug_id, subreq->debug_index, in netfs_write_subrequest_terminated()
|
| A D | read_retry.c | 91 rreq->debug_id, from->debug_index, in netfs_retry_read_subrequests() 198 trace_netfs_sreq_ref(rreq->debug_id, subreq->debug_index, in netfs_retry_read_subrequests()
|
| A D | write_issue.c | 179 _enter("R=%x[%x]", wreq->debug_id, subreq->debug_index); in netfs_prepare_write() 233 _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()
|
| A D | read_single.c | 80 _enter("R=%08x[%x]", rreq->debug_id, subreq->debug_index); in netfs_single_read_cache()
|
| A D | write_retry.c | 152 trace_netfs_sreq_ref(wreq->debug_id, subreq->debug_index, in netfs_retry_write_stream()
|
| A D | internal.h | 101 trace_netfs_sreq_ref(subreq->rreq->debug_id, subreq->debug_index, in netfs_see_subrequest()
|
| A D | read_collect.c | 214 front->debug_index, front->start, front->transferred, front->len); in netfs_collect_read_results()
|
| A D | buffered_read.c | 254 rreq->debug_id, subreq->debug_index, in netfs_read_to_pagecache()
|
| /fs/afs/ |
| A 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()
|
| /fs/smb/client/ |
| A D | smb2pdu.c | 4456 rdata ? rdata->subreq.debug_index : 0, in smb2_new_read_req() 4531 .rreq_debug_index = rdata->subreq.debug_index, in smb2_readv_callback() 4607 rdata->subreq.debug_index, in smb2_readv_callback() 4616 rdata->subreq.debug_index, in smb2_readv_callback() 4721 subreq->debug_index, in smb2_async_readv() 4831 .rreq_debug_index = wdata->subreq.debug_index, in smb2_writev_callback() 4909 wdata->subreq.debug_index, in smb2_writev_callback() 4919 wdata->subreq.debug_index, in smb2_writev_callback() 4998 wdata->subreq.debug_index, in smb2_async_writev() 5080 wdata->subreq.debug_index, in smb2_async_writev() [all …]
|
| A D | file.c | 90 wdata->credits.rreq_debug_index = subreq->debug_index; in cifs_prepare_write() 93 wdata->subreq.debug_index, in cifs_prepare_write() 181 rdata->credits.rreq_debug_index = subreq->debug_index; in cifs_prepare_read() 184 rdata->subreq.debug_index, in cifs_prepare_read() 211 __func__, rreq->debug_id, subreq->debug_index, rreq->mapping, in cifs_issue_read() 326 rdata->subreq.debug_index, in cifs_free_subrequest()
|
| A 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()
|
| A D | cifssmb.c | 1312 .rreq_debug_index = rdata->subreq.debug_index, in cifs_readv_callback() 1695 .rreq_debug_index = wdata->subreq.debug_index, in cifs_writev_callback()
|
| /fs/cachefiles/ |
| A 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()
|
Completed in 50 milliseconds