DT_BLK
DT_BLK, /* VBLK */
case DT_BLK: return S_IFBLK;
case DT_BLK:
dp->d_type = DT_BLK;
curent.d_type = DT_BLK;
[VBLK] = DT_BLK,
{ DT_BLK, N("rootdev"), &rootdev, KFSdevice, VBLK, UREAD_MODE },
case VBLK: return DT_BLK;
dent.d_type = DT_BLK;
return DT_BLK;