Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dnamecache.h214 struct mount *cache_findmount(struct nchandle *nch);
/dragonfly/sys/kern/
H A Dvfs_nlookup.c1020 (mp = cache_findmount(&nch)) != NULL in nlookup()
H A Dvfs_syscalls.c200 (mp = cache_findmount(&nch)) != NULL) { in sys_mount()
1871 (mp = cache_findmount(&nch)) != NULL in sys_fchdir()
H A Dvfs_cache.c3949 cache_findmount(struct nchandle *nch) in cache_findmount() function