Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dvfs_cache.c159 struct ncmount_cache { struct
160 struct spinlock spin;
161 struct namecache *ncp;
162 struct mount *mp;
163 struct mount *mp_target;
164 int isneg;
188 static struct ncmount_cache ncmount_cache[NCMOUNT_NUMCACHE]; argument