Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/chfs/
H A Dchfs.h269 struct chfs_vnode_cache { struct
288 struct chfs_vnode_cache* next; /* next element of vnode cache */ argument
289 uint32_t nlink; /* number of links to the file */
H A Dchfs_malloc.c38 pool_cache_t chfs_vnode_cache; variable