Searched refs:rreq (Results 1 – 4 of 4) sorted by relevance
/include/trace/events/ |
D | netfs.h | 126 TP_PROTO(struct netfs_read_request *rreq, 130 TP_ARGS(rreq, start, len, what), 133 __field(unsigned int, rreq ) 141 __entry->rreq = rreq->debug_id; 142 __entry->cookie = rreq->cache_resources.debug_id; 149 __entry->rreq, 156 TP_PROTO(struct netfs_read_request *rreq, 159 TP_ARGS(rreq, what), 162 __field(unsigned int, rreq ) 168 __entry->rreq = rreq->debug_id; [all …]
|
/include/linux/ |
D | netfs.h | 112 struct netfs_read_request *rreq; /* Supervising read request */ member 165 void (*init_rreq)(struct netfs_read_request *rreq, struct file *file); 166 int (*begin_cache_operation)(struct netfs_read_request *rreq); 167 void (*expand_readahead)(struct netfs_read_request *rreq); 170 bool (*is_still_valid)(struct netfs_read_request *rreq); 173 void (*done)(struct netfs_read_request *rreq);
|
D | fscache.h | 530 int fscache_begin_read_operation(struct netfs_read_request *rreq, in fscache_begin_read_operation() argument 534 return __fscache_begin_read_operation(rreq, cookie); in fscache_begin_read_operation()
|
D | fscache-cache.h | 308 int (*begin_read_operation)(struct netfs_read_request *rreq,
|