Lines Matching refs:vpp
271 nullfs_root(mp, flags, vpp) in nullfs_root() argument
274 struct vnode **vpp;
291 *vpp = vp;
356 nullfs_vget(mp, ino, flags, vpp) in nullfs_vget() argument
360 struct vnode **vpp;
367 error = VFS_VGET(MOUNTTONULLMOUNT(mp)->nullm_vfs, ino, flags, vpp);
370 return (null_nodeget(mp, *vpp, vpp));
374 nullfs_fhtovp(mp, fidp, flags, vpp) in nullfs_fhtovp() argument
378 struct vnode **vpp;
383 vpp);
386 return (null_nodeget(mp, *vpp, vpp));