Lines Matching defs:vtyp
991 enum vtype vtyp;
1008 vtyp = IFTOVT(fxdr_unsigned(u_int32_t, sp->sa_mode));
1009 if (vtyp == VNON)
1010 vtyp = VREG;
1011 NFSVNO_SETATTRVAL(&nva, type, vtyp);
1155 enum vtype vtyp = VNON;
1179 vtyp = nfsv34tov_type(*tl);
1218 vtyp = nfsv34tov_type(*tl);
1223 nva.na_type = vtyp;
1225 (vtyp == VCHR || vtyp == VBLK)) {
1259 if (vtyp == VLNK)
1265 if (vtyp == VDIR)
1286 if ((nd->nd_flag & ND_NFSV4) && (vtyp == VDIR || vtyp == VLNK)) {
1287 if (vtyp == VDIR) {
1295 } else if (vtyp == VLNK) {