Home
last modified time | relevance | path

Searched refs:first_sector (Results 1 – 6 of 6) sorted by path

/linux/block/partitions/
H A Dacorn.c26 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 Dmsdos.c131 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 Draid0.c275 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()
H A Draid5.c771 sector_t first_sector; member
5868 if (dev->sector < ctx->first_sector || in add_all_stripe_bios()
5888 if (dev->sector < ctx->first_sector || in add_all_stripe_bios()
5893 clear_bit((dev->sector - ctx->first_sector) >> in add_all_stripe_bios()
6102 ctx.first_sector = logical_sector; in raid5_make_request()
6168 logical_sector = ctx.first_sector + in raid5_make_request()
6203 sector_t first_sector, last_sector; in reshape_request() local
6392 first_sector = in reshape_request()
6401 while (first_sector <= last_sector) { in reshape_request()
6402 sh = raid5_get_active_stripe(conf, NULL, first_sector, in reshape_request()
[all …]
/linux/fs/
H A Ddirect-io.c397 sector_t first_sector, int nr_vecs) in dio_bio_alloc() argument
406 bio->bi_iter.bi_sector = first_sector; in dio_bio_alloc()
/linux/kernel/power/
H A Dswap.c99 sector_t first_sector; member
324 swsusp_header->image = handle->first_sector; in mark_swapfiles()
448 handle->first_sector = handle->cur_swap; in get_swap_writer()