Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDvfs_cache.c159 struct ncmount_cache { struct
188 static struct ncmount_cache ncmount_cache[NCMOUNT_NUMCACHE]; argument
3877 struct ncmount_cache *
3887 return (&ncmount_cache[hash]); in ncmount_cache_lookup4()
3891 struct ncmount_cache *
3894 struct ncmount_cache *ncc; in ncmount_cache_lookup()
3895 struct ncmount_cache *best; in ncmount_cache_lookup()
3952 struct ncmount_cache *ncc; in cache_findmount()
3953 struct ncmount_cache ncc_copy; in cache_findmount()
4124 struct ncmount_cache *ncc; in cache_ismounting()
[all …]