Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/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);
1116 struct namecache *ncp; in vnode_update_identity()
2378 struct namecache *ncp; in cache_lookup_locked()
2416 struct namecache *ncp; in cache_lookup_smr()
2528 struct namecache *ncp; in cache_lookup_fallback()
2637 struct namecache *ncp; in cache_lookup_ext()
2835 struct namecache *ncp, *negp; in cache_enter_locked()
[all …]