Lines Matching full:vpp
1194 ext2_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in ext2_vget() argument
1206 error = vfs_hash_get(mp, ino, flags, td, vpp, NULL, NULL); in ext2_vget()
1207 if (error || *vpp != NULL) in ext2_vget()
1215 *vpp = NULL; in ext2_vget()
1230 *vpp = NULL; in ext2_vget()
1233 error = vfs_hash_insert(vp, ino, flags, td, vpp, NULL, NULL); in ext2_vget()
1234 if (error || *vpp != NULL) in ext2_vget()
1248 *vpp = NULL; in ext2_vget()
1257 *vpp = NULL; in ext2_vget()
1286 *vpp = NULL; in ext2_vget()
1297 *vpp = NULL; in ext2_vget()
1306 *vpp = vp; in ext2_vget()
1321 ext2_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in ext2_fhtovp() argument
1337 *vpp = NULLVP; in ext2_fhtovp()
1344 *vpp = NULLVP; in ext2_fhtovp()
1347 *vpp = nvp; in ext2_fhtovp()
1348 vnode_create_vobject(*vpp, ip->i_size, curthread); in ext2_fhtovp()
1438 ext2_root(struct mount *mp, int flags, struct vnode **vpp) in ext2_root() argument
1446 *vpp = nvp; in ext2_root()