Searched refs:cache_req (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/soc/qcom/ |
D | rpmh.c | 51 struct cache_req { struct 103 static struct cache_req *__find_req(struct rpmh_ctrlr *ctrlr, u32 addr) in __find_req() 105 struct cache_req *p, *req = NULL; in __find_req() 117 static struct cache_req *cache_rpm_request(struct rpmh_ctrlr *ctrlr, in cache_rpm_request() 121 struct cache_req *req; in cache_rpm_request() 181 struct cache_req *req; in __rpmh_write() 406 static int is_req_valid(struct cache_req *req) in is_req_valid() 438 struct cache_req *p; in rpmh_flush()
|
/linux-5.19.10/include/linux/sunrpc/ |
D | cache.h | 128 struct cache_req { struct 129 struct cache_deferred_req *(*defer)(struct cache_req *req); argument 222 struct cache_head *h, struct cache_req *rqstp);
|
D | svc.h | 306 struct cache_req rq_chandle; /* handle passed to caches for
|
/linux-5.19.10/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-5.19.10/include/linux/lockd/ |
D | lockd.h | 187 struct cache_req * b_cache_req; /* deferred request handling */
|
/linux-5.19.10/net/sunrpc/ |
D | cache.c | 42 static bool cache_defer_req(struct cache_req *req, struct cache_head *item); 299 struct cache_head *h, struct cache_req *rqstp) in cache_check() 634 static void cache_wait_req(struct cache_req *req, struct cache_head *item) in cache_wait_req() 707 static bool cache_defer_req(struct cache_req *req, struct cache_head *item) in cache_defer_req()
|
D | svc_xprt.c | 32 static struct cache_deferred_req *svc_defer(struct cache_req *req); 1205 static struct cache_deferred_req *svc_defer(struct cache_req *req) in svc_defer()
|
/linux-5.19.10/fs/nfsd/ |
D | export.c | 898 u32 *fsidv, struct cache_req *reqp) in exp_find_key() 923 const struct path *path, struct cache_req *reqp) in exp_get_by_name() 1020 u32 *fsidv, struct cache_req *reqp) in exp_find()
|
/linux-5.19.10/Documentation/filesystems/nfs/ |
D | rpc-cache.rst | 123 cache_check can be passed a "struct cache_req\*". This structure is
|