Home | History | Annotate | Download | only in stage2

Lines Matching full:buf_geom

1924   dest_geom = buf_geom;
1969 src_geom = buf_geom;
2801 sector = lba % buf_geom.sectors + 1;
2802 head = (lba / buf_geom.sectors) % buf_geom.heads;
2803 cylinder = lba / (buf_geom.sectors * buf_geom.heads);
2805 if (cylinder >= buf_geom.cylinders)
2806 cylinder = buf_geom.cylinders - 1;
2861 if (new_start + new_len > buf_geom.total_sectors)