Searched refs:debug_index (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/netfs/
H A Dobjects.c164 trace_netfs_sreq_ref(subreq->rreq->debug_id, subreq->debug_index, r + 1,
184 unsigned int debug_index = subreq->debug_index; local
190 trace_netfs_sreq_ref(debug_id, debug_index, r - 1, what);
H A Dio.c85 rreq->debug_id, subreq->debug_index,
273 rreq->debug_id, subreq->debug_index,
467 rreq->debug_id, subreq->debug_index,
490 rreq->debug_id, subreq->debug_index,
622 rreq->debug_id, subreq->debug_index,
656 subreq->debug_index = (*_debug_index)++;
710 unsigned int debug_index = 0; local
741 if (!netfs_rreq_submit_slice(rreq, &io_iter, &debug_index))
H A Doutput.c40 subreq->debug_index = wreq->subreq_counter++;
57 trace_netfs_sreq_ref(wreq->debug_id, subreq->debug_index,
159 _enter("%x[%x] %zd", wreq->debug_id, subreq->debug_index, transferred_or_error);
183 wreq->debug_id, subreq->debug_index,
192 wreq->debug_id, subreq->debug_index,
/linux-master/include/trace/events/
H A Dnetfs.h272 __entry->index = sreq->debug_index;
312 __entry->index = sreq ? sreq->debug_index : -1;
/linux-master/fs/afs/
H A Dwrite.c168 subreq->rreq->debug_id, subreq->debug_index, subreq->io_iter.count);
/linux-master/include/linux/
H A Dnetfs.h217 unsigned short debug_index; /* Index in list (for debugging output) */ member in struct:netfs_io_subrequest
265 unsigned int subreq_counter; /* Next subreq->debug_index */

Completed in 279 milliseconds