Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_syscalls.c4519 if ((mp = vfs_busyfs(&fh.fh_fsid)) == NULL) in kern_fhlinkat()
4554 if ((mp = vfs_busyfs(&fh.fh_fsid)) == NULL) in sys_fhreadlink()
4606 mp = vfs_busyfs(&fhp.fh_fsid); in kern_fhopen()
4692 if ((mp = vfs_busyfs(&fh.fh_fsid)) == NULL) in kern_fhstat()
4740 if ((mp = vfs_busyfs(&fh.fh_fsid)) == NULL) in kern_fhstatfs()
H A Dvfs_subr.c970 vfs_busyfs(fsid_t *fsid) in vfs_busyfs() function
/freebsd/sys/sys/
H A Dmount.h1038 struct mount *vfs_busyfs(fsid_t *);
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3375 mp = vfs_busyfs(&fhp->fh_fsid); in nfsd_fhtovp()
3611 mp = vfs_busyfs(&fhp->fh_fsid); in nfsvno_getvp()