HomeSort by: relevance | last modified time | path
    Searched defs:vtyp (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/nfs/
nfs_clntsubs.c 155 enum vtype vtyp; local in function:nfs_loadattrcache
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;
    [all...]
nfs_serv.c 1677 enum vtype vtyp; local in function:nfsrv_mknod
1706 vtyp = nfsv3tov_type(*tl);
1707 if (vtyp != VCHR && vtyp != VBLK && vtyp != VSOCK && vtyp != VFIFO) {
1714 if (vtyp == VCHR || vtyp == VBLK) {
1743 va.va_type = vtyp;
1744 if (vtyp == VSOCK)
    [all...]
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 891 enum vtype vtyp; local in function:nfsvno_mknod
893 vtyp = nvap->na_type;
905 if (vtyp != VCHR && vtyp != VBLK && vtyp != VSOCK && vtyp != VFIFO) {
912 if (vtyp == VSOCK) {
nfs_nfsdserv.c 991 enum vtype vtyp; local in function:nfsrvd_create
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; local in function:nfsrvd_mknod
1179 vtyp = nfsv34tov_type(*tl);
1218 vtyp = nfsv34tov_type(*tl);
1223 nva.na_type = vtyp;
1225 (vtyp == VCHR || vtyp == VBLK))
    [all...]

Completed in 38 milliseconds