Lines Matching refs:PARTS_PER_DISK
240 #define PARTS_PER_DISK 16
1009 *minor = ((*minor / 64) * PARTS_PER_DISK) +
1014 *minor = (((*minor / 64) + 2) * PARTS_PER_DISK) +
1018 *offset = (*minor / PARTS_PER_DISK) + EMULATED_SD_DISK_NAME_OFFSET;
1028 *offset = (*minor / PARTS_PER_DISK) +
1032 ((major - XEN_SCSI_DISK1_MAJOR + 1) * 16 * PARTS_PER_DISK) +
1043 *offset = (*minor / PARTS_PER_DISK) +
1047 ((major - XEN_SCSI_DISK8_MAJOR + 8) * 16 * PARTS_PER_DISK) +
1051 *offset = *minor / PARTS_PER_DISK;
1094 nr_parts = PARTS_PER_DISK;