Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_cache.c104 struct namecache { struct
130 struct namecache nc_nc;
278 static struct namecache *
282 struct namecache *ncp; in cache_alloc()
569 struct namecache *ncp; in sysctl_debug_hashstat_rawnchash()
603 struct namecache *ncp; in sysctl_debug_hashstat_nchash()
756 struct namecache *ncp; in cache_negative_shrink_select()
1136 struct namecache *ncp; in cache_lookup_nomakeentry()
1256 struct namecache *ncp; in cache_lookup()
1542 struct namecache *ncp; in cache_enter_lock()
[all …]
/freebsd-12.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-12.1/sys/sys/
H A Dvnode.h66 struct namecache;
134 LIST_HEAD(, namecache) v_cache_src; /* c Cache entries from us */
135 TAILQ_HEAD(, namecache) v_cache_dst; /* c Cache entries to us */
136 struct namecache *v_cache_dd; /* c Cache entry for .. vnode */