Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_export.c411 nfs_pub.np_handle.fh_fsid = mp->mnt_stat.f_fsid; in vfs_setpublicfs()
H A Dvfs_syscalls.c4346 fh.fh_fsid = vp->v_mount->mnt_stat.f_fsid; in kern_getfhat()
4402 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()
/f-stack/freebsd/sys/
H A Dmount.h533 fsid_t fh_fsid; /* Filesystem id of mount point */ member