Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsdport.h89 (fsidcmp(&(f1)->fh_fsid, &(f2)->fh_fsid) == 0 && \
/freebsd/sys/kern/
H A Dvfs_export.c564 nfs_pub.np_handle.fh_fsid = mp->mnt_stat.f_fsid; in vfs_setpublicfs()
H A Dvfs_syscalls.c4463 fh.fh_fsid = vp->v_mount->mnt_stat.f_fsid; in kern_getfhat()
4519 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()
/freebsd/sys/compat/linux/
H A Dlinux_file.c258 mount_id = (fh.fh_fsid.val[0] ^ fh.fh_fsid.val[1]); in linux_name_to_handle_at()
/freebsd/sys/sys/
H A Dmount.h568 fsid_t fh_fsid; /* Filesystem id of mount point */ member
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1760 vs->vs_mp = vfs_getvfs(&fhp->fh_fsid); in nlm_get_vfs_state()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c447 fhp->fh_fsid = vp->v_mount->mnt_stat.f_fsid; in nfsvno_getfh()
3377 mp = vfs_busyfs(&fhp->fh_fsid); in nfsd_fhtovp()
3613 mp = vfs_busyfs(&fhp->fh_fsid); in nfsvno_getvp()