vtyp 1484 nfs/nfs_serv.c enum vtype vtyp;
vtyp 1511 nfs/nfs_serv.c vtyp = nfsv3tov_type(*tl);
vtyp 1512 nfs/nfs_serv.c if (vtyp != VCHR && vtyp != VBLK && vtyp != VSOCK && vtyp != VFIFO) {
vtyp 1522 nfs/nfs_serv.c if (vtyp == VCHR || vtyp == VBLK) {
vtyp 1540 nfs/nfs_serv.c va.va_type = vtyp;
vtyp 1541 nfs/nfs_serv.c if (vtyp == VSOCK) {
vtyp 1122 nfs/nfs_subs.c enum vtype vtyp;
vtyp 1135 nfs/nfs_subs.c vtyp = nfsv3tov_type(fp->fa_type);
vtyp 1141 nfs/nfs_subs.c vtyp = nfsv2tov_type(fp->fa_type);
vtyp 1143 nfs/nfs_subs.c if (vtyp == VNON || vtyp == VREG)
vtyp 1144 nfs/nfs_subs.c vtyp = IFTOVT(vmode);
vtyp 1151 nfs/nfs_subs.c if (vtyp == VCHR && rdev == 0xffffffff)
vtyp 1152 nfs/nfs_subs.c vtyp = VFIFO;
vtyp 1163 nfs/nfs_subs.c if (vp->v_type != vtyp) {
vtyp 1164 nfs/nfs_subs.c vp->v_type = vtyp;
vtyp 1198 nfs/nfs_subs.c vap->va_type = vtyp;