Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/aacraid/
Dlinit.c336 unsigned char end_head, end_sec; in aac_biosparm() local
340 end_sec = entry->end_sector & 0x3f; in aac_biosparm()
360 end_sec = first->end_sector & 0x3f; in aac_biosparm()
364 if (num < 4 && end_sec == param->sectors) { in aac_biosparm()
369 } else if (end_head > 0 || end_sec > 0) { in aac_biosparm()
371 end_head + 1, end_sec, num)); in aac_biosparm()
/Linux-v6.6/mm/
Dsparse.c195 int end_sec = pfn_to_section_nr(pfn + nr_pages - 1); in subsection_map_init() local
201 for (nr = start_sec; nr <= end_sec; nr++) { in subsection_map_init()
/Linux-v6.6/drivers/scsi/
Dscsi_debug.c5404 int heads_by_sects, start_sec, end_sec; in sdebug_build_parts() local
5433 end_sec = starts[k] + max_part_secs - 1; in sdebug_build_parts()
5441 pp->end_cyl = end_sec / heads_by_sects; in sdebug_build_parts()
5442 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects)) in sdebug_build_parts()
5444 pp->end_sector = (end_sec % sdebug_sectors_per) + 1; in sdebug_build_parts()
5447 pp->nr_sects = cpu_to_le32(end_sec - start_sec + 1); in sdebug_build_parts()
/Linux-v6.6/fs/f2fs/
Ddata.c3902 unsigned int end_sec = secidx + blkcnt / blk_per_sec; in f2fs_migrate_blocks() local
3911 for (; secidx < end_sec; secidx++) { in f2fs_migrate_blocks()