Home
last modified time | relevance | path

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

/linux-4.4.14/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.c121 sector_t first_sector, sector_t first_size, in parse_extended() argument
133 this_sector = first_sector; in parse_extended()
176 if (next < first_sector) in parse_extended()
178 if (next + size > first_sector + first_size) in parse_extended()
204 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended()
/linux-4.4.14/fs/
Dmpage.c68 sector_t first_sector, int nr_vecs, in mpage_alloc() argument
82 bio->bi_iter.bi_sector = first_sector; in mpage_alloc()
Ddirect-io.c360 sector_t first_sector, int nr_vecs) in dio_bio_alloc() argument
371 bio->bi_iter.bi_sector = first_sector; in dio_bio_alloc()
/linux-4.4.14/kernel/power/
Dswap.c91 sector_t first_sector; member
303 swsusp_header->image = handle->first_sector; in mark_swapfiles()
414 handle->first_sector = handle->cur_swap; in get_swap_writer()
/linux-4.4.14/fs/btrfs/
Dextent_io.h348 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs,
Dextent_io.c2752 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs, in btrfs_bio_alloc() argument
2769 bio->bi_iter.bi_sector = first_sector; in btrfs_bio_alloc()
Dinode.c8100 u64 first_sector, gfp_t gfp_flags) in btrfs_dio_bio_alloc() argument
8103 bio = btrfs_bio_alloc(bdev, first_sector, BIO_MAX_PAGES, gfp_flags); in btrfs_dio_bio_alloc()
/linux-4.4.14/drivers/md/
Draid5.c5345 sector_t first_sector, last_sector; in reshape_request() local
5524 first_sector = in reshape_request()
5533 while (first_sector <= last_sector) { in reshape_request()
5534 sh = raid5_get_active_stripe(conf, first_sector, 1, 0, 1); in reshape_request()
5538 first_sector += STRIPE_SECTORS; in reshape_request()