Searched refs:rump_pub_vfs_fhtovp (Results 1 – 3 of 3) sorted by relevance
29 int rump_pub_vfs_fhtovp(struct mount *, struct fid *, struct vnode **);
237 rump_pub_vfs_fhtovp(struct mount *arg1, struct fid *arg2, struct vnode **arg3) in rump_pub_vfs_fhtovp() function
663 rv = rump_pub_vfs_fhtovp(mp, fid, &vp); in p2k_fs_fhtonode()