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

/freebsd-10.0-release/sys/kern/
H A Dvfs_cache.c65 SDT_PROBE_DEFINE3(vfs, namecache, enter, done, done, "struct vnode *", "char *",
67 SDT_PROBE_DEFINE2(vfs, namecache, enter_negative, done, done, "struct vnode *",
69 SDT_PROBE_DEFINE1(vfs, namecache, fullpath, entry, entry, "struct vnode *");
70 SDT_PROBE_DEFINE3(vfs, namecache, fullpath, hit, hit, "struct vnode *",
72 SDT_PROBE_DEFINE1(vfs, namecache, fullpath, miss, miss, "struct vnode *");
73 SDT_PROBE_DEFINE3(vfs, namecache, fullpath, return, return, "int",
75 SDT_PROBE_DEFINE3(vfs, namecache, lookup, hit, hit, "struct vnode *", "char *",
77 SDT_PROBE_DEFINE2(vfs, namecache, lookup, hit_negative, hit-negative,
79 SDT_PROBE_DEFINE2(vfs, namecache, lookup, miss, miss, "struct vnode *",
81 SDT_PROBE_DEFINE1(vfs, namecache, purg
94 struct namecache { struct
[all...]
/freebsd-10.0-release/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;
73 struct namecache *nc;
/freebsd-10.0-release/sys/sys/
H A Dvnode.h64 struct namecache;
77 * c - namecache mutex
132 LIST_HEAD(, namecache) v_cache_src; /* c Cache entries from us */
133 TAILQ_HEAD(, namecache) v_cache_dst; /* c Cache entries to us */
134 struct namecache *v_cache_dd; /* c Cache entry for .. vnode */

Completed in 335 milliseconds