VFS_FHTOVP        205 compat/common/vfs_syscalls_35.c 	if ((error = VFS_FHTOVP(mp, &fh.fh_fid, &vp)))
VFS_FHTOVP       1008 kern/vfs_syscalls.c 	if ((error = VFS_FHTOVP(mp, &fh.fh_fid, &vp)) != 0) {
VFS_FHTOVP       1110 kern/vfs_syscalls.c 	if ((error = VFS_FHTOVP(mp, &fh.fh_fid, &vp)))
VFS_FHTOVP       1145 kern/vfs_syscalls.c 	if ((error = VFS_FHTOVP(mp, &fh.fh_fid, &vp)))
VFS_FHTOVP       1643 nfs/nfs_subs.c 	error = VFS_FHTOVP(mp, &fhp->fh_fid, vpp);
VFS_FHTOVP        385 xfs/xfs_vfsops-bsd.c 	if ((error = VFS_FHTOVP(mp, &fh->fh_fid, vpp)) != 0) {