Home
last modified time | relevance | path

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

/Linux-v4.19/block/partitions/
Dacorn.c32 unsigned long first_sector, int slot) in adfs_partition() argument
53 put_partition(state, slot, first_sector, nr_sects); in adfs_partition()
167 unsigned long first_sector = 0; in adfspart_check_CUMANA() local
199 dr = adfs_partition(state, name, data, first_sector, slot++); in adfspart_check_CUMANA()
213 first_sector += nr_sects; in adfspart_check_CUMANA()
224 slot = riscix_partition(state, first_sector, slot, in adfspart_check_CUMANA()
230 slot = linux_partition(state, first_sector, slot, in adfspart_check_CUMANA()
Dmsdos.c122 sector_t first_sector, sector_t first_size, in parse_extended() argument
134 this_sector = first_sector; in parse_extended()
177 if (next < first_sector) in parse_extended()
179 if (next + size > first_sector + first_size) in parse_extended()
205 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended()
/Linux-v4.19/fs/
Dmpage.c72 sector_t first_sector, int nr_vecs, in mpage_alloc() argument
88 bio->bi_iter.bi_sector = first_sector; in mpage_alloc()
Ddirect-io.c430 sector_t first_sector, int nr_vecs) in dio_bio_alloc() argument
441 bio->bi_iter.bi_sector = first_sector; in dio_bio_alloc()
/Linux-v4.19/kernel/power/
Dswap.c101 sector_t first_sector; member
317 swsusp_header->image = handle->first_sector; in mark_swapfiles()
433 handle->first_sector = handle->cur_swap; in get_swap_writer()
/Linux-v4.19/drivers/md/
Draid5.c5753 sector_t first_sector, last_sector; in reshape_request() local
5941 first_sector = in reshape_request()
5950 while (first_sector <= last_sector) { in reshape_request()
5951 sh = raid5_get_active_stripe(conf, first_sector, 1, 0, 1); in reshape_request()
5955 first_sector += STRIPE_SECTORS; in reshape_request()