Home
last modified time | relevance | path

Searched defs:namecache (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/sys/
H A Dnamei.h237 struct namecache { struct
240 TAILQ_ENTRY(namecache) nc_list; /* v nc_vp's list of cache entries */ argument
242 struct vnode *nc_dvp; /* - vnode of parent of name */
243 struct vnode *nc_vp; /* - vnode the name refers to */
244 u_char nc_lrulist; /* l LRU list entry is on */
245 u_char nc_whiteout; /* - whiteout indicator */
247 char nc_name[46]; /* - segment name */
249 char nc_name[22]; /* - segment name */
/netbsd-src/usr.bin/pmap/
H A Dpmap.h133 struct namecache namecache; member