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

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h237 struct namecache { struct
238 TAILQ_ENTRY(namecache) nc_entry; /* chain of all entries */
239 LIST_ENTRY(namecache) nc_hash; /* hash chain */
240 LIST_ENTRY(namecache) nc_child; /* chain of ncp's that are children of a vp */
242 LIST_ENTRY(namecache) nc_link; /* chain of ncp's that 'name' a vp */
243 TAILQ_ENTRY(namecache) nc_negentry; /* chain of ncp's that 'name' a vp */
264 * namecache function prototypes
H A Dvnode_internal.h139 LIST_HEAD(, namecache) v_nclinks; /* name cache entries that name this vnode */
140 LIST_HEAD(, namecache) v_ncchildren; /* name cache entries that regard us as there parent */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c110 LIST_HEAD(nchashhead, namecache) *nchashtbl; /* Hash Table */
118 TAILQ_HEAD(, namecache) nchead; /* chain of all name cache entries */
119 TAILQ_HEAD(, namecache) neghead; /* chain of only negative cache entries */
163 static void cache_delete(struct namecache *, int);
581 struct namecache *ncp;
1319 struct namecache *ncp;
1395 struct namecache *ncp;
1565 struct namecache *ncp, *negp;
1594 ncp = (struct namecache *)_MALLOC_ZONE(sizeof(*ncp), M_CACHE, M_WAITOK);
1635 struct namecache *
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_malloc.c159 "namecache", /* 26 M_CACHE */
349 { SOS(namecache), KMZ_CREATEZONE, FALSE }, /* 26 M_CACHE */

Completed in 26 milliseconds