Searched refs:sunrpc_cache_pipe_upcall (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | cache.h | 183 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | cache.h | 187 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | export.c | 56 return sunrpc_cache_pipe_upcall(cd, h); in expkey_upcall() 346 return sunrpc_cache_pipe_upcall(cd, h); in svc_export_upcall()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | export.c | 56 return sunrpc_cache_pipe_upcall(cd, h); in expkey_upcall() 363 return sunrpc_cache_pipe_upcall(cd, h); in svc_export_upcall()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | cache.c | 1249 int sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) in sunrpc_cache_pipe_upcall() function 1255 EXPORT_SYMBOL_GPL(sunrpc_cache_pipe_upcall); variable 1265 return sunrpc_cache_pipe_upcall(detail, h); in sunrpc_cache_pipe_upcall_timeout()
|
H A D | svcauth_unix.c | 153 return sunrpc_cache_pipe_upcall(cd, h); in ip_map_upcall()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | cache.c | 1246 int sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) in sunrpc_cache_pipe_upcall() function 1252 EXPORT_SYMBOL_GPL(sunrpc_cache_pipe_upcall); variable 1262 return sunrpc_cache_pipe_upcall(detail, h); in sunrpc_cache_pipe_upcall_timeout()
|
H A D | svcauth_unix.c | 155 return sunrpc_cache_pipe_upcall(cd, h); in ip_map_upcall()
|
Completed in 14 milliseconds