Home
last modified time | relevance | path

Searched refs:fh_fid (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/fs/nfs/
Dnfsdport.h89 bcmp(&(f1)->fh_fid, &(f2)->fh_fid, sizeof(struct fid)) == 0)
/freebsd-12-stable/sys/kern/
Dvfs_export.c422 if ((error = VOP_VPTOFH(rvp, &nfs_pub.np_handle.fh_fid))) in vfs_setpublicfs()
Dvfs_syscalls.c4248 error = VOP_VPTOFH(vp, &fh.fh_fid); in kern_getfhat()
4301 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_SHARED, &vp); in kern_fhlinkat()
4335 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_SHARED, &vp); in sys_fhreadlink()
4383 error = VFS_FHTOVP(mp, &fhp.fh_fid, LK_EXCLUSIVE, &vp); in sys_fhopen()
4469 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_EXCLUSIVE, &vp); in kern_fhstat()
4518 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_EXCLUSIVE, &vp); in kern_fhstatfs()
/freebsd-12-stable/sys/sys/
Dmount.h467 struct fid fh_fid; /* Filesys specific id */ member
/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_nfsdport.c336 error = VOP_VPTOFH(vp, &fhp->fh_fid); in nfsvno_getfh()
3042 error = VFS_FHTOVP(mp, &fhp->fh_fid, lktype, vpp); in nfsvno_fhtovp()
3309 error = VFS_FHTOVP(mp, &fhp->fh_fid, LK_EXCLUSIVE, &vp); in nfsvno_getvp()
3774 hashval = hash32_buf(&fhp->fh_fid, sizeof(struct fid), 0); in nfsrv_hashfh()
/freebsd-12-stable/sys/nlm/
Dnlm_prot_impl.c1766 error = VFS_FHTOVP(vs->vs_mp, &fhp->fh_fid, LK_EXCLUSIVE, &vs->vs_vp); in nlm_get_vfs_state()