Searched defs:ncmount_cache (Results 1 – 1 of 1) sorted by relevance
159 struct ncmount_cache { struct160 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