Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dnamei.h224 struct namecache { struct
225 TAILQ_ENTRY(namecache) nc_entry; /* chain of all entries */
226 TAILQ_ENTRY(namecache) nc_child; /* chain of ncp's that are children of a vp */
228 LIST_ENTRY(namecache) nc_link; /* chain of ncp's that 'name' a vp */ argument
229 TAILQ_ENTRY(namecache) nc_negentry; /* chain of ncp's that 'name' a vp */
H A Dvnode_internal.h163 TAILQ_HEAD(, namecache) v_ncchildren; /* name cache entries that regard us as their parent */
164 LIST_HEAD(, namecache) v_nclinks; /* name cache entries that name this vnode */
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_cache.c112 ZONE_DEFINE_TYPE(namecache_zone, "namecache", struct namecache, ZC_NONE);
127 TAILQ_HEAD(, namecache) nchead; /* chain of all name cache entries */
128 TAILQ_HEAD(, namecache) neghead; /* chain of only negative cache entries */
241 static void cache_delete(struct namecache *, int);
1114 struct namecache *ncp; in vnode_update_identity()
2376 struct namecache *ncp; in cache_lookup_locked()
2414 struct namecache *ncp; in cache_lookup_smr()
2525 struct namecache *ncp; in cache_lookup_fallback()
2627 struct namecache *ncp; in cache_lookup()
2819 struct namecache *ncp, *negp; in cache_enter_locked()
[all …]