Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dvfs_cache.c86 * Each cached name is stored in a struct namecache, along with a
90 * in struct namecache. If it is a "negative" entry, (i.e. for a name
102 * namecache and vnode_impl_t are laid out to keep cache footprint
107 * various vnodes and namecache structs would be connected like this
157 * struct namecache is mostly stable except for list and tree related
162 * Read access to namecache entries is made via tree, list, or LRU
164 * held. See definition of "struct namecache" in src/sys/namei.src,
221 CTASSERT(sizeof(struct namecache) == 128);
223 CTASSERT(sizeof(struct namecache) == 64);
227 static void cache_activate(struct namecache *);
[all...]
/netbsd-src/sys/sys/
H A Dnamei.h208 #define NCHNAMLEN sizeof(((struct namecache *)NULL)->nc_name)
237 struct namecache { struct
240 TAILQ_ENTRY(namecache) nc_list; /* v nc_vp's list of cache entries */ argument
241 TAILQ_ENTRY(namecache) nc_lru; /* l pseudo-lru chain */
H A Dvnode_impl.h36 struct namecache;
105 TAILQ_HEAD(,namecache) vi_nc_list; /* l namecaches (parent) */
H A Dnamei.src200 #define NCHNAMLEN sizeof(((struct namecache *)NULL)->nc_name)
224 * - stable throughout the lifetime of the namecache entry
229 struct namecache {
232 TAILQ_ENTRY(namecache) nc_list; /* v nc_vp's list of cache entries */
233 TAILQ_ENTRY(namecache) nc_lru; /* l pseudo-lru chain */
/netbsd-src/usr.bin/pmap/
H A Dpmap.h133 struct namecache namecache; member
H A Dmain.c109 void cache_enter(u_long, struct namecache *);
H A Dpmap.c854 struct namecache nc; in search_cache()
/netbsd-src/share/man/man9/
H A DMakefile42 mstohz.9 mutex.9 m_tag.9 namecache.9 \
587 MLINKS+=namecache.9 cache_lookup.9 \
588 namecache.9 cache_revlookup.9 \
589 namecache.9 cache_enter.9 \
590 namecache.9 cache_purge.9 \
591 namecache.9 cache_purgevfs.9 \
592 namecache.9 namecache_print.9
/netbsd-src/doc/
H A DBRANCHES395 Branch: ad-namecache
396 Description: Redo the namecache
400 Base Tag: ad-namecache-base
403 Notes: 1) Redo the namecache to focus on per-directory data
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt2621 namecache