Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_syscalls.c4402 if ((mp = vfs_busyfs(&fh.fh_fsid)) == NULL) in kern_fhlinkat()
4437 if ((mp = vfs_busyfs(&fh.fh_fsid)) == NULL) in sys_fhreadlink()
4489 mp = vfs_busyfs(&fhp.fh_fsid); in kern_fhopen()
4575 if ((mp = vfs_busyfs(&fh.fh_fsid)) == NULL) in kern_fhstat()
4623 if ((mp = vfs_busyfs(&fh.fh_fsid)) == NULL) in kern_fhstatfs()
H A Dvfs_subr.c866 vfs_busyfs(fsid_t *fsid) in vfs_busyfs() function
/f-stack/freebsd/sys/
H A Dmount.h994 struct mount *vfs_busyfs(fsid_t *);