Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_export.c416 if ((error = VOP_VPTOFH(rvp, &nfs_pub.np_handle.fh_fid))) in vfs_setpublicfs()
H A Dvfs_syscalls.c4347 error = VOP_VPTOFH(vp, &fh.fh_fid); in kern_getfhat()
4404 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_SHARED, &vp); in kern_fhlinkat()
4439 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_SHARED, &vp); in sys_fhreadlink()
4493 error = VFS_FHTOVP(mp, &fhp.fh_fid, LK_EXCLUSIVE, &vp); in kern_fhopen()
4577 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_EXCLUSIVE, &vp); in kern_fhstat()
4625 error = VFS_FHTOVP(mp, &fh.fh_fid, LK_EXCLUSIVE, &vp); in kern_fhstatfs()
/f-stack/freebsd/sys/
H A Dmount.h534 struct fid fh_fid; /* Filesys specific id */ member