Searched refs:fh_fid (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfsdport.h | 90 bcmp(&(f1)->fh_fid, &(f2)->fh_fid, sizeof(struct fid)) == 0)
|
/freebsd/sys/kern/ |
H A D | vfs_export.c | 570 if ((error = VOP_VPTOFH(rvp, &nfs_pub.np_handle.fh_fid))) in vfs_setpublicfs()
|
H A D | vfs_syscalls.c | 4503 error = VOP_VPTOFH(vp, &fh.fh_fid); in kern_getfhat() 4560 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_SHARED, &vp); in kern_fhlinkat() 4595 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_SHARED, &vp); in sys_fhreadlink() 4649 error = VFS_FHTOVP(mp, &fhp.fh_fid, LK_EXCLUSIVE, &vp); in kern_fhopen() 4733 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_EXCLUSIVE, &vp); in kern_fhstat() 4781 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_EXCLUSIVE, &vp); in kern_fhstatfs()
|
/freebsd/sys/sys/ |
H A D | mount.h | 569 struct fid fh_fid; /* Filesys specific id */ member
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 479 error = VOP_VPTOFH(vp, &fhp->fh_fid); in nfsvno_getfh() 3385 error = VFS_FHTOVP(mp, &fhp->fh_fid, lktype, vpp); in nfsvno_fhtovp() 3680 error = VFS_FHTOVP(mp, &fhp->fh_fid, LK_EXCLUSIVE, &vp); in nfsvno_getvp() 4248 hashval = hash32_buf(&fhp->fh_fid, sizeof(struct fid), 0); in nfsrv_hashfh()
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 1785 error = VFS_FHTOVP(vs->vs_mp, &fhp->fh_fid, LK_EXCLUSIVE, &vs->vs_vp); in nlm_get_vfs_state()
|