Searched refs:sunrpc_cache_update (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/sunrpc/ |
H A D | cache.h | 183 sunrpc_cache_update(struct cache_detail *detail,
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4idmap.c | 287 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update() 452 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in nametoid_update()
|
H A D | export.c | 306 ch = sunrpc_cache_update(cd, &new->h, &old->h, hash); in svc_expkey_update() 926 ch = sunrpc_cache_update(old->cd, &new->h, &old->h, hash); in svc_export_update()
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | rpc-cache.rst | 101 with sunrpc_cache_update. 133 sunrpc_cache_update to set the content for the item. A second item is
|
/openbmc/linux/fs/nfs/ |
H A D | dns_resolve.c | 221 ch = sunrpc_cache_update(cd, in nfs_dns_update()
|
/openbmc/linux/net/sunrpc/ |
H A D | svcauth_unix.c | 319 ch = sunrpc_cache_update(cd, &ip.h, &ipm->h, in __ip_map_update() 541 ch = sunrpc_cache_update(cd, in unix_gid_parse()
|
H A D | cache.c | 202 struct cache_head *sunrpc_cache_update(struct cache_detail *detail, in sunrpc_cache_update() function 244 EXPORT_SYMBOL_GPL(sunrpc_cache_update);
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 338 ch = sunrpc_cache_update(cd, &new->h, in rsi_update() 615 ch = sunrpc_cache_update(cd, &new->h, in rsc_update()
|