Searched refs:first_sector (Results 1 – 8 of 8) sorted by relevance
/openbmc/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()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | fat16.py | 610 first_sector = self.boot_sector.first_sector_of_cluster(cluster) 611 first_sector_data = self.read_sectors(first_sector, 1) 612 self.write_sectors(first_sector, first_sector_data)
|
/openbmc/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()
|
H A D | raid5.c | 770 sector_t first_sector; member 5879 if (dev->sector < ctx->first_sector || in add_all_stripe_bios() 5899 if (dev->sector < ctx->first_sector || in add_all_stripe_bios() 5904 clear_bit((dev->sector - ctx->first_sector) >> in add_all_stripe_bios() 6196 ctx.first_sector = logical_sector; in raid5_make_request() 6227 s = (logical_sector - ctx.first_sector) >> RAID5_STRIPE_SHIFT(conf); in raid5_make_request() 6261 logical_sector = ctx.first_sector + in raid5_make_request() 6291 sector_t first_sector, last_sector; in reshape_request() local 6486 first_sector = in reshape_request() 6495 while (first_sector <= last_sector) { in reshape_request() [all …]
|
/openbmc/linux/kernel/power/ |
H A D | swap.c | 100 sector_t first_sector; member 324 swsusp_header->image = handle->first_sector; in mark_swapfiles() 441 handle->first_sector = handle->cur_swap; in get_swap_writer()
|
/openbmc/linux/fs/ |
H A D | direct-io.c | 397 sector_t first_sector, int nr_vecs) in dio_bio_alloc() argument 406 bio->bi_iter.bi_sector = first_sector; in dio_bio_alloc()
|
/openbmc/qemu/migration/ |
H A D | trace-events | 353 dirty_bitmap_load_bits_enter(uint64_t first_sector, uint32_t nr_sectors) "chunk: %" PRIu64 " %" PRI…
|