Searched refs:fh_fsid (Results 1 – 3 of 3) sorted by relevance
411 nfs_pub.np_handle.fh_fsid = mp->mnt_stat.f_fsid; in vfs_setpublicfs()
4346 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()
533 fsid_t fh_fsid; /* Filesystem id of mount point */ member