Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/ !
H A Dnamei.h244 struct namecache { struct
245 TAILQ_ENTRY(namecache) nc_entry; /* chain of all entries */
246 TAILQ_ENTRY(namecache) nc_child; /* chain of ncp's that are children of a vp */
248 LIST_ENTRY(namecache) nc_link; /* chain of ncp's that 'name' a vp */ argument
249 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-8796.121.2/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);
1089 struct namecache *ncp; in vnode_update_identity()
2293 struct namecache *ncp; in cache_lookup_locked()
2331 struct namecache *ncp; in cache_lookup_smr()
2442 struct namecache *ncp; in cache_lookup_fallback()
2544 struct namecache *ncp; in cache_lookup()
2736 struct namecache *ncp, *negp; in cache_enter_locked()
[all …]