PART_BITS
vblk->disk->minors = 1 << PART_BITS;
return index << PART_BITS;
return minor >> PART_BITS;
.part_bits = PART_BITS,