Searched refs:cache_req (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/soc/qcom/ |
| D | rpmh.c | 50 struct cache_req { struct 102 static struct cache_req *__find_req(struct rpmh_ctrlr *ctrlr, u32 addr) in __find_req() 104 struct cache_req *p, *req = NULL; in __find_req() 116 static struct cache_req *cache_rpm_request(struct rpmh_ctrlr *ctrlr, in cache_rpm_request() 120 struct cache_req *req; in cache_rpm_request() 178 struct cache_req *req; in __rpmh_write() 423 static int is_req_valid(struct cache_req *req) in is_req_valid() 459 struct cache_req *p; in rpmh_flush()
|
| /Linux-v5.4/include/linux/sunrpc/ |
| D | cache.h | 127 struct cache_req { struct 128 struct cache_deferred_req *(*defer)(struct cache_req *req); argument 213 struct cache_head *h, struct cache_req *rqstp);
|
| D | svc.h | 290 struct cache_req rq_chandle; /* handle passed to caches for
|
| /Linux-v5.4/fs/nfs/ |
| D | cache_lib.h | 16 struct cache_req req;
|
| D | cache_lib.c | 84 static struct cache_deferred_req *nfs_dns_cache_defer(struct cache_req *req) in nfs_dns_cache_defer()
|
| /Linux-v5.4/include/linux/lockd/ |
| D | lockd.h | 186 struct cache_req * b_cache_req; /* deferred request handling */
|
| /Linux-v5.4/net/sunrpc/ |
| D | cache.c | 39 static bool cache_defer_req(struct cache_req *req, struct cache_head *item); 280 struct cache_head *h, struct cache_req *rqstp) in cache_check() 623 static void cache_wait_req(struct cache_req *req, struct cache_head *item) in cache_wait_req() 683 static bool cache_defer_req(struct cache_req *req, struct cache_head *item) in cache_defer_req()
|
| D | svc_xprt.c | 31 static struct cache_deferred_req *svc_defer(struct cache_req *req); 1173 static struct cache_deferred_req *svc_defer(struct cache_req *req) in svc_defer()
|
| /Linux-v5.4/fs/nfsd/ |
| D | export.c | 819 u32 *fsidv, struct cache_req *reqp) in exp_find_key() 842 const struct path *path, struct cache_req *reqp) in exp_get_by_name() 937 u32 *fsidv, struct cache_req *reqp) in exp_find()
|
| /Linux-v5.4/Documentation/filesystems/nfs/ |
| D | rpc-cache.txt | 110 cache_check can be passed a "struct cache_req *". This structure is
|