Searched refs:first_sector (Results 1 – 5 of 5) sorted by relevance
/linux/block/partitions/ |
H A D | acorn.c | 26 unsigned long first_sector, int slot) in adfs_partition() argument 47 put_partition(state, slot, first_sector, nr_sects); in adfs_partition() 161 unsigned long first_sector = 0; in adfspart_check_CUMANA() local 193 dr = adfs_partition(state, name, data, first_sector, slot++); in adfspart_check_CUMANA() 207 first_sector += nr_sects; in adfspart_check_CUMANA() 218 slot = riscix_partition(state, first_sector, slot, in adfspart_check_CUMANA() 224 slot = linux_partition(state, first_sector, slot, in adfspart_check_CUMANA()
|
H A D | msdos.c | 131 sector_t first_sector, sector_t first_size, in parse_extended() argument 144 this_sector = first_sector; in parse_extended() 187 if (next < first_sector) in parse_extended() 189 if (next + size > first_sector + first_size) in parse_extended() 215 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended()
|
/linux/drivers/md/ |
H A D | raid0.c | 275 sector_t first_sector = conf->strip_zone[i-1].zone_end; in create_strip_zones() local 277 sector_div(first_sector, mddev->chunk_sectors); in create_strip_zones() 280 zone->disk_shift = sector_div(first_sector, in create_strip_zones()
|
/linux/kernel/power/ |
H A D | swap.c | 99 sector_t first_sector; member 323 swsusp_header->image = handle->first_sector; in mark_swapfiles() 443 handle->first_sector = handle->cur_swap; in get_swap_writer()
|
/linux/fs/ |
H A D | direct-io.c | 396 sector_t first_sector, int nr_vecs) in dio_bio_alloc() argument 405 bio->bi_iter.bi_sector = first_sector; in dio_bio_alloc()
|