Searched refs:end_sec (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/aacraid/
H A Dlinit.c335 unsigned char end_head, end_sec; local
339 end_sec = entry->end_sector & 0x3f;
359 end_sec = first->end_sector & 0x3f;
363 if (num < 4 && end_sec == param->sectors) {
368 } else if (end_head > 0 || end_sec > 0) {
370 end_head + 1, end_sec, num));
/linux-master/mm/
H A Dsparse.c195 int end_sec = pfn_to_section_nr(pfn + nr_pages - 1); local
201 for (nr = start_sec; nr <= end_sec; nr++) {
/linux-master/fs/f2fs/
H A Ddata.c3830 unsigned int end_sec; local
3835 end_sec = end_blk / blk_per_sec;
3843 for (; secidx <= end_sec; secidx++) {
3844 unsigned int blkofs_end = secidx == end_sec ?
/linux-master/drivers/scsi/
H A Dscsi_debug.c5962 int heads_by_sects, start_sec, end_sec; local
5991 end_sec = starts[k] + max_part_secs - 1;
5999 pp->end_cyl = end_sec / heads_by_sects;
6000 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects))
6002 pp->end_sector = (end_sec % sdebug_sectors_per) + 1;
6005 pp->nr_sects = cpu_to_le32(end_sec - start_sec + 1);

Completed in 151 milliseconds