Home
last modified time | relevance | path

Searched refs:debug_index (Results 1 – 12 of 12) sorted by relevance

/linux/fs/netfs/
H A Dwrite_collect.c45 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()
H A Dwrite_issue.c179 _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()
H A Dwrite_retry.c152 trace_netfs_sreq_ref(wreq->debug_id, subreq->debug_index, in netfs_retry_write_stream()
H A Dinternal.h101 trace_netfs_sreq_ref(subreq->rreq->debug_id, subreq->debug_index, in netfs_see_subrequest()
H A Dread_collect.c214 front->debug_index, front->start, front->transferred, front->len); in netfs_collect_read_results()
/linux/include/trace/events/
H A Dnetfs.h370 __entry->index = sreq->debug_index;
411 __entry->index = sreq ? sreq->debug_index : -1;
634 __entry->subreq = subreq->debug_index;
H A Dafs.h1818 __entry->sreq = op->fetch.subreq->debug_index;
/linux/fs/cachefiles/
H A Dio.c632 _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/fs/smb/client/
H A Dsmb2pdu.c4456 rdata ? rdata->subreq.debug_index : 0, in smb2_new_read_req()
4531 .rreq_debug_index = rdata->subreq.debug_index, in smb2_readv_callback()
4535 unsigned int subreq_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()
4834 unsigned int subreq_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()
[all …]
H A Dfile.c90 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()
H A Dcifssmb.c1312 .rreq_debug_index = rdata->subreq.debug_index, in cifs_readv_callback()
1695 .rreq_debug_index = wdata->subreq.debug_index, in cifs_writev_callback()
/linux/include/linux/
H A Dnetfs.h184 unsigned short debug_index; /* Index in list (for debugging output) */ member