Searched refs:cache_request (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/sunrpc/ |
H A D | cache.c | 802 struct cache_request { struct 815 struct cache_request *crq) in cache_request() 830 struct cache_request *rq; in cache_read() 861 err = cache_request(cd, rq); in cache_read() 1012 struct cache_request *cr = in cache_ioctl() 1013 container_of(cq, struct cache_request, q); in cache_ioctl() 1061 container_of(cq, struct cache_request, q) in cache_release() 1087 struct cache_request *cr; in cache_dequeue() 1094 cr = container_of(cq, struct cache_request, q); in cache_dequeue() 1208 struct cache_request *crq; in cache_pipe_upcall() [all …]
|
H A D | svcauth_unix.c | 591 .cache_request = unix_gid_request, 1025 .cache_request = ip_map_request,
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | cache.h | 82 void (*cache_request)(struct cache_detail *cd, member
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4idmap.c | 195 .cache_request = idtoname_request, 365 .cache_request = nametoid_request,
|
H A D | export.c | 263 .cache_request = expkey_request, 887 .cache_request = svc_export_request,
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | rpc-cache.rst | 88 int cache_request(struct cache_detail \*cd, struct cache_head \*h, char \*\*bpp, int \*blen) 190 Each cache should also define a "cache_request" method which
|
/openbmc/linux/fs/nfs/ |
H A D | dns_resolve.c | 372 .cache_request = nfs_dns_request,
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 313 .cache_request = rsi_request,
|