FDISK_SECT_TO_CYL
first_free_cyl = FDISK_SECT_TO_CYL(epp, first_free_sec);
last_free_cyl = FDISK_SECT_TO_CYL(epp, last_free_sec);
epp->ext_beg_cyl = FDISK_SECT_TO_CYL(epp, epp->ext_beg_sec);
epp->ext_end_cyl = FDISK_SECT_TO_CYL(epp, epp->ext_end_sec);
FDISK_SECT_TO_CYL(epp, epp->ext_beg_sec);
FDISK_SECT_TO_CYL(epp, epp->ext_end_sec);
FDISK_SECT_TO_CYL(epp, temp->abs_secnum);
temp->endcyl = FDISK_SECT_TO_CYL(epp,
first_free_cyl = FDISK_SECT_TO_CYL(epp, first_free_sec);
temp->begcyl = FDISK_SECT_TO_CYL(epp, begsec);
temp->endcyl = FDISK_SECT_TO_CYL(epp, endsec);
#define FDISK_ABS_CYL_NUM(epp, x) (FDISK_SECT_TO_CYL(x) +\