Lines Matching refs:vpp
299 nullfs_root(struct mount *mp, int flags, struct vnode **vpp)
313 *vpp = vp;
396 nullfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
403 error = VFS_VGET(MOUNTTONULLMOUNT(mp)->nullm_vfs, ino, flags, vpp);
406 return (null_nodeget(mp, *vpp, vpp));
410 nullfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp)
415 vpp);
418 return (null_nodeget(mp, *vpp, vpp));