Searched refs:namecache (Results 1 – 3 of 3) sorted by relevance
269 struct namecache { struct298 struct namecache nc_nc;684 struct namecache *ncp; in cache_alloc_uma()1044 struct namecache *ncp; in sysctl_debug_hashstat_rawnchash()1078 struct namecache *ncp; in sysctl_debug_hashstat_nchash()1285 struct namecache *ncp; in cache_neg_promote_cond()1715 struct namecache *ncp; in cache_remove_cnp()1826 struct namecache *ncp; in cache_lookup_dotdot()1949 struct namecache *ncp; in cache_lookup_fallback()2026 struct namecache *ncp; in cache_lookup()[all …]
24 struct namecache { struct25 LIST_ENTRY(namecache) nc_hash;26 LIST_ENTRY(namecache) nc_src;27 TAILQ_ENTRY(namecache) nc_dst;72 LIST_HEAD(nchashhead, namecache) *nchashtbl; in main()73 struct namecache *nc; in main()
68 struct namecache;140 LIST_HEAD(, namecache) v_cache_src; /* c Cache entries from us */141 TAILQ_HEAD(, namecache) v_cache_dst; /* c Cache entries to us */142 struct namecache *v_cache_dd; /* c Cache entry for .. vnode */