Home | History | Annotate | Download | only in nfs

Lines Matching defs:vtyp

155 	enum vtype vtyp;
166 vtyp = nfsv3tov_type(fp->fa_type);
173 vtyp = nfsv2tov_type(fp->fa_type);
175 if (vtyp == VNON || vtyp == VREG)
176 vtyp = IFTOVT(vmode);
186 if (vtyp == VCHR && rdev == 0xffffffff)
187 vtyp = VFIFO;
201 vp->v_type = vtyp;
225 vap->va_type = vtyp;
233 switch (vtyp) {