Lines Matching full:sectors
998 /* read the sectors "in place" */
1045 /* write the sectors "in place" */
1143 /* return 0 as number of sectors if no device present or error */
1165 uint32_t nr_sects; /* nr of sectors in partition */
1173 int ret, i, heads, sectors, cylinders;
1193 sectors = p->end_sector & 63;
1194 if (sectors == 0)
1196 cylinders = nb_sectors / (heads * sectors);
1200 *psectors = sectors;
1204 cylinders, heads, sectors);
1490 * hence all their sectors are reported as allocated.
1492 * 'pnum' is set to the number of sectors (including and immediately following
2106 // filling up gaps with zero sectors.
2119 // even if there is a gap of some sectors between them. In this case,
2137 // overlapping, drop the last sectors of the first request.