Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dobjects.c216 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 Dread_single.c80 _enter("R=%08x[%x]", rreq->debug_id, subreq->debug_index); in netfs_single_read_cache()
H A Dinternal.h102 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()
H A Dbuffered_read.c254 rreq->debug_id, subreq->debug_index, in netfs_read_to_pagecache()
/linux/fs/afs/
H A Dwrite.c114 wreq->debug_id, subreq->debug_index, in afs_issue_write_worker()
122 if (subreq->debug_index == 3) in afs_issue_write_worker()
/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.h1824 __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.c4553 rdata ? rdata->subreq.debug_index : 0, in smb2_new_read_req()
4626 .rreq_debug_index = rdata->subreq.debug_index, in smb2_readv_callback()
4630 unsigned int subreq_debug_index = rdata->subreq.debug_index; in smb2_readv_callback()
4713 rdata->subreq.debug_index, in smb2_readv_callback()
4722 rdata->subreq.debug_index, in smb2_readv_callback()
4842 subreq->debug_index, in smb2_async_readv()
4963 .rreq_debug_index = wdata->subreq.debug_index, in smb2_writev_callback()
4966 unsigned int subreq_debug_index = wdata->subreq.debug_index; in smb2_writev_callback()
5049 wdata->subreq.debug_index, in smb2_writev_callback()
5059 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()
185 rdata->credits.rreq_debug_index = subreq->debug_index; in cifs_prepare_read()
188 rdata->subreq.debug_index, in cifs_prepare_read()
219 __func__, rreq->debug_id, subreq->debug_index, rreq->mapping, in cifs_issue_read()
334 rdata->subreq.debug_index, in cifs_free_subrequest()
H A Dsmb2ops.c314 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()
/linux/include/linux/
H A Dnetfs.h184 unsigned short debug_index; /* Index in list (for debugging output) */ member