Home
last modified time | relevance | path

Searched refs:namecache (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dvfs_cache.c269 struct namecache { struct
298 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 …]
/freebsd-13.1/tools/diag/dumpvfscache/
H A Ddumpvfscache.c24 struct namecache { struct
25 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()
/freebsd-13.1/sys/sys/
H A Dvnode.h68 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 */