Searched refs:debug_index (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/fs/netfs/ | 
| D | objects.c | 133 	trace_netfs_sreq_ref(subreq->rreq->debug_id, subreq->debug_index, r + 1,  in netfs_get_subrequest()151 	unsigned int debug_index = subreq->debug_index;  in netfs_put_subrequest()  local
 157 	trace_netfs_sreq_ref(debug_id, debug_index, r - 1, what);  in netfs_put_subrequest()
 
 | 
| D | io.c | 403 	       subreq->debug_index, subreq->start, subreq->flags,  in netfs_subreq_terminated()426 		 rreq->debug_id, subreq->debug_index,  in netfs_subreq_terminated()
 553 	subreq->debug_index	= (*_debug_index)++;  in netfs_rreq_submit_slice()
 606 	unsigned int debug_index = 0;  in netfs_begin_read()  local
 628 		if (!netfs_rreq_submit_slice(rreq, &debug_index))  in netfs_begin_read()
 
 | 
| /Linux-v6.6/include/trace/events/ | 
| D | netfs.h | 207 		    __entry->index	= sreq->debug_index;247 		    __entry->index	= sreq ? sreq->debug_index : -1;
 
 | 
| /Linux-v6.6/include/linux/ | 
| D | netfs.h | 156 	unsigned short		debug_index;	/* Index in list (for debugging output) */  member
 | 
| /Linux-v6.6/Documentation/filesystems/ | 
| D | netfs_library.rst | 244 		unsigned short		debug_index;283  * ``debug_index``
 
 |