Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c352 struct namecache { struct
381 struct namecache nc_nc;
757 struct namecache *ncp; in cache_alloc_uma()
1117 struct namecache *ncp; in sysctl_debug_hashstat_rawnchash()
1151 struct namecache *ncp; in sysctl_debug_hashstat_nchash()
1358 struct namecache *ncp; in cache_neg_promote_cond()
1799 struct namecache *ncp; in cache_remove_cnp()
1918 struct namecache *ncp; in cache_lookup_dotdot()
2040 struct namecache *ncp; in cache_lookup_fallback()
2117 struct namecache *ncp; in cache_lookup()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dnamecache.sh66 sed '1,/^EOF/d' < $odir/$0 > namecache.c
67 mycc -o namecache -Wall namecache.c
68 rm -f namecache.c
78 /tmp/namecache &
93 rm -f /tmp/namecache # /$dir/file.0*
H A Dnamecache2.sh85 * disk partition, to demonstrate a FreeBSD namecache bug. I have never seen
/freebsd/tools/diag/dumpvfscache/
H A Ddumpvfscache.c23 struct namecache { struct
24 LIST_ENTRY(namecache) nc_hash;
25 LIST_ENTRY(namecache) nc_src;
26 TAILQ_ENTRY(namecache) nc_dst;
71 LIST_HEAD(nchashhead, namecache) *nchashtbl; in main()
72 struct namecache *nc; in main()
/freebsd/sys/sys/
H A Dvnode.h89 struct namecache;
163 LIST_HEAD(, namecache) v_cache_src; /* c Cache entries from us */
164 TAILQ_HEAD(, namecache) v_cache_dst; /* c Cache entries to us */
165 struct namecache *v_cache_dd; /* c Cache entry for .. vnode */