idtoname_cache 38 fs/nfsd/netns.h struct cache_detail *idtoname_cache; idtoname_cache 455 fs/nfsd/nfs4idmap.c nn->idtoname_cache = cache_create_net(&idtoname_cache_template, net); idtoname_cache 456 fs/nfsd/nfs4idmap.c if (IS_ERR(nn->idtoname_cache)) idtoname_cache 457 fs/nfsd/nfs4idmap.c return PTR_ERR(nn->idtoname_cache); idtoname_cache 458 fs/nfsd/nfs4idmap.c rv = cache_register_net(nn->idtoname_cache, net); idtoname_cache 474 fs/nfsd/nfs4idmap.c cache_unregister_net(nn->idtoname_cache, net); idtoname_cache 476 fs/nfsd/nfs4idmap.c cache_destroy_net(nn->idtoname_cache, net); idtoname_cache 485 fs/nfsd/nfs4idmap.c cache_unregister_net(nn->idtoname_cache, net); idtoname_cache 487 fs/nfsd/nfs4idmap.c cache_destroy_net(nn->idtoname_cache, net); idtoname_cache 574 fs/nfsd/nfs4idmap.c ret = idmap_lookup(rqstp, idtoname_lookup, &key, nn->idtoname_cache, &item); idtoname_cache 585 fs/nfsd/nfs4idmap.c cache_put(&item->h, nn->idtoname_cache);