Lines Matching full:vpp
103 struct smbfattr *fap, struct vnode **vpp) in smbfs_node_alloc() argument
127 *vpp = vp; in smbfs_node_alloc()
139 vpp, smbfs_vnode_cmp, &sc); in smbfs_node_alloc()
142 if (*vpp) { in smbfs_node_alloc()
143 np = VTOSMB(*vpp); in smbfs_node_alloc()
145 (void)VOP_GETATTR(*vpp, &vattr, td->td_ucred); in smbfs_node_alloc()
152 if (((*vpp)->v_type == VDIR && in smbfs_node_alloc()
154 ((*vpp)->v_type == VREG && in smbfs_node_alloc()
156 vgone(*vpp); in smbfs_node_alloc()
157 vput(*vpp); in smbfs_node_alloc()
171 error = getnewvnode("smbfs", mp, &smbfs_vnodeops, vpp); in smbfs_node_alloc()
174 vp = *vpp; in smbfs_node_alloc()
224 *vpp = vp2; in smbfs_node_alloc()
230 struct smbfattr *fap, struct vnode **vpp) in smbfs_nget() argument
250 *vpp = vp; in smbfs_nget()