svc_expkey_cache 941 fs/nfsd/export.c struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); svc_expkey_cache 946 fs/nfsd/export.c cache_put(&ek->h, nn->svc_expkey_cache); svc_expkey_cache 1258 fs/nfsd/export.c nn->svc_expkey_cache = cache_create_net(&svc_expkey_cache_template, net); svc_expkey_cache 1259 fs/nfsd/export.c if (IS_ERR(nn->svc_expkey_cache)) { svc_expkey_cache 1260 fs/nfsd/export.c rv = PTR_ERR(nn->svc_expkey_cache); svc_expkey_cache 1263 fs/nfsd/export.c rv = cache_register_net(nn->svc_expkey_cache, net); svc_expkey_cache 1269 fs/nfsd/export.c cache_destroy_net(nn->svc_expkey_cache, net); svc_expkey_cache 1285 fs/nfsd/export.c cache_purge(nn->svc_expkey_cache); svc_expkey_cache 1299 fs/nfsd/export.c cache_unregister_net(nn->svc_expkey_cache, net); svc_expkey_cache 1301 fs/nfsd/export.c cache_destroy_net(nn->svc_expkey_cache, net); svc_expkey_cache 35 fs/nfsd/netns.h struct cache_detail *svc_expkey_cache;