Searched refs:first_sector (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/block/partitions/ |
D | acorn.c | 32 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()
|
D | msdos.c | 121 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.1.27/fs/ |
D | mpage.c | 68 sector_t first_sector, int nr_vecs, in mpage_alloc() argument 82 bio->bi_iter.bi_sector = first_sector; in mpage_alloc()
|
D | direct-io.c | 357 sector_t first_sector, int nr_vecs) in dio_bio_alloc() argument 368 bio->bi_iter.bi_sector = first_sector; in dio_bio_alloc()
|
/linux-4.1.27/kernel/power/ |
D | swap.c | 91 sector_t first_sector; member 230 swsusp_header->image = handle->first_sector; in mark_swapfiles() 341 handle->first_sector = handle->cur_swap; in get_swap_writer()
|
/linux-4.1.27/fs/btrfs/ |
D | extent_io.h | 329 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs,
|
D | extent_io.c | 2691 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs, in btrfs_bio_alloc() argument 2708 bio->bi_iter.bi_sector = first_sector; in btrfs_bio_alloc()
|
D | inode.c | 8009 u64 first_sector, gfp_t gfp_flags) in btrfs_dio_bio_alloc() argument 8012 return btrfs_bio_alloc(bdev, first_sector, nr_vecs, gfp_flags); in btrfs_dio_bio_alloc()
|
/linux-4.1.27/drivers/md/ |
D | raid5.c | 5341 sector_t first_sector, last_sector; in reshape_request() local 5511 first_sector = in reshape_request() 5520 while (first_sector <= last_sector) { in reshape_request() 5521 sh = get_active_stripe(conf, first_sector, 1, 0, 1); in reshape_request() 5525 first_sector += STRIPE_SECTORS; in reshape_request()
|