Home | History | Annotate | Download | only in coda

Lines Matching refs:vpp

352 coda_root(struct mount *vfsp, int lktype, struct vnode **vpp)
366 *vpp = mi->mi_rootvp;
368 vref(*vpp);
369 vn_lock(*vpp, lktype);
392 *vpp = mi->mi_rootvp;
393 vref(*vpp);
394 vn_lock(*vpp, lktype);
407 *vpp = mi->mi_rootvp;
408 vref(*vpp);
409 vn_lock(*vpp, lktype);
482 struct vnode **vpp)
520 struct vnode **vpp, int *exflagsp,
535 *vpp = coda_ctlvp;
545 *vpp = (struct vnode *)0;
552 *vpp = CTOV(cp);
609 getNewVnode(struct vnode **vpp)
612 struct coda_mntinfo *mi = vftomi((*vpp)->v_mount);
617 cfid.cfid_fid = VTOC(*vpp)->c_fid; /* Structure assignment. */
626 return coda_fhtovp(mi->mi_vfsp, (struct fid*)&cfid, NULL, vpp,