| /linux/drivers/md/ |
| H A D | dm-stripe.c | 32 uint32_t stripes; member 47 struct stripe stripe[] __counted_by(stripes); 92 uint32_t stripes; in stripe_ctr() local 102 if (kstrtouint(argv[0], 10, &stripes) || !stripes) { in stripe_ctr() 113 if (sector_div(width, stripes)) { in stripe_ctr() 127 if (argc != (2 + 2 * stripes)) { in stripe_ctr() 132 sc = kmalloc_flex(*sc, stripe, stripes); in stripe_ctr() 142 sc->stripes = stripes; in stripe_ctr() 145 if (stripes & (stripes - 1)) in stripe_ctr() 148 sc->stripes_shift = __ffs(stripes); in stripe_ctr() [all …]
|
| H A D | dm-unstripe.c | 16 uint32_t stripes; member 57 if (kstrtouint(argv[0], 10, &uc->stripes) || !uc->stripes) { in unstripe_ctr() 72 if (uc->unstripe > uc->stripes && uc->stripes > 1) { in unstripe_ctr() 89 uc->unstripe_width = (sector_t)(uc->stripes - 1) * uc->chunk_size; in unstripe_ctr() 157 uc->stripes, (unsigned long long)uc->chunk_size, uc->unstripe, in unstripe_status()
|
| H A D | raid5.c | 6253 struct list_head stripes; in reshape_request() local 6395 INIT_LIST_HEAD(&stripes); in reshape_request() 6426 list_add(&sh->lru, &stripes); in reshape_request() 6459 while (!list_empty(&stripes)) { in reshape_request() 6460 sh = list_entry(stripes.next, struct stripe_head, lru); in reshape_request() 7658 int stripes = max_t(int, in setup_conf() local 7661 conf->min_nr_stripes = max(NR_STRIPES, stripes); in setup_conf()
|
| /linux/fs/btrfs/tests/ |
| H A D | raid-stripe-tree-tests.c | 68 struct btrfs_io_stripe *stripe = &bioc->stripes[i]; in test_punch_hole_3extents() 89 struct btrfs_io_stripe *stripe = &bioc->stripes[i]; in test_punch_hole_3extents() 110 struct btrfs_io_stripe *stripe = &bioc->stripes[i]; in test_punch_hole_3extents() 244 struct btrfs_io_stripe *stripe = &bioc->stripes[i]; in test_delete_two_extents() 265 struct btrfs_io_stripe *stripe = &bioc->stripes[i]; in test_delete_two_extents() 286 struct btrfs_io_stripe *stripe = &bioc->stripes[i]; in test_delete_two_extents() 387 struct btrfs_io_stripe *stripe = &bioc->stripes[i]; in test_punch_hole() 527 struct btrfs_io_stripe *stripe = &bioc->stripes[i]; in test_front_delete_prev_item() 548 struct btrfs_io_stripe *stripe = &bioc->stripes[i]; in test_front_delete_prev_item() 667 struct btrfs_io_stripe *stripe = &bioc->stripes[i]; in test_front_delete() [all …]
|
| H A D | extent-map-tests.c | 1044 map->stripes[i].dev = dev; in test_rmap_block() 1045 map->stripes[i].physical = test->data_stripe_phys_start[i]; in test_rmap_block()
|
| /linux/fs/btrfs/ |
| H A D | volumes.c | 3340 ret = btrfs_update_device(trans, map->stripes[i].dev); in remove_chunk_item() 3367 struct btrfs_device *device = map->stripes[i].dev; in btrfs_remove_dev_extents() 3369 map->stripes[i].physical, in btrfs_remove_dev_extents() 5711 struct btrfs_io_stripe *stripe = &map->stripes[i]; in chunk_map_device_set_bits() 5723 struct btrfs_io_stripe *stripe = &map->stripes[i]; in btrfs_chunk_map_device_clear_bits() 5821 map->stripes[s].dev = devices_info[i].dev; in create_chunk() 5822 map->stripes[s].physical = devices_info[i].dev_offset + in create_chunk() 5843 struct btrfs_device *dev = map->stripes[i].dev; in create_chunk() 5973 struct btrfs_device *device = map->stripes[i].dev; in btrfs_chunk_alloc_add_chunk_item() 5982 struct btrfs_device *device = map->stripes[i].dev; in btrfs_chunk_alloc_add_chunk_item() [all …]
|
| H A D | scrub.c | 194 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES]; member 438 release_scrub_stripe(&sctx->stripes[i]); in scrub_free_ctx() 471 ret = init_scrub_stripe(fs_info, &sctx->stripes[i]); in scrub_setup_ctx() 474 sctx->stripes[i].sctx = sctx; in scrub_setup_ctx() 1041 physical = bioc->stripes[stripe_index].physical; in scrub_stripe_report_errors() 1042 dev = bioc->stripes[stripe_index].dev; in scrub_stripe_report_errors() 1237 btrfs_repair_one_zone(fs_info, sctx->stripes[0].bg->start); in scrub_stripe_read_repair_worker() 1445 last_offset = (physical - map->stripes[num].physical) * data_stripes; in get_raid56_logic_offset() 1949 scrub_throttle_dev_io(sctx, sctx->stripes[0].dev, in submit_initial_group_read() 1953 struct scrub_stripe *stripe = &sctx->stripes[first_slot + i]; in submit_initial_group_read() [all …]
|
| H A D | raid56.c | 56 i, bioc->stripes[i].dev->devid, in dump_bioc() 57 bioc->stripes[i].physical); in dump_bioc() 1260 stripe = &rbio->bioc->stripes[stripe_nr]; in rbio_add_io_paddrs() 1358 if (bio->bi_bdev != bioc->stripes[i].dev->bdev) in bio_get_trace_info() 1361 trace_info->devid = bioc->stripes[i].dev->devid; in bio_get_trace_info() 1363 bioc->stripes[i].physical; in bio_get_trace_info() 1587 if (!rbio->bioc->stripes[stripe_nr].dev->bdev) { in set_rbio_range_error() 2178 if (!rbio->bioc->stripes[stripe].dev->bdev || in recover_rbio() 2587 if (bioc->stripes[i].dev == scrub_dev) { in raid56_parity_alloc_scrub_rbio()
|
| H A D | zoned.c | 1310 info->physical = map->stripes[zone_idx].physical; in btrfs_load_zone_info() 1313 device = map->stripes[zone_idx].dev; in btrfs_load_zone_info() 2308 u64 physical = bioc->stripes[i].physical; in read_zone_info() 2309 struct btrfs_device *dev = bioc->stripes[i].dev; in read_zone_info() 2404 device = map->stripes[i].dev; in btrfs_zone_activate() 2405 physical = map->stripes[i].physical; in btrfs_zone_activate() 2590 ret = call_zone_finish(block_group, &map->stripes[i]); in do_zone_finish() 3061 map->stripes[i].dev->zone_info->reserved_active_zones--; in btrfs_check_active_zone_reservation() 3142 struct btrfs_io_stripe *stripe = &map->stripes[i]; in btrfs_reset_unused_block_groups()
|
| H A D | bio.c | 553 bio->bi_private = &bioc->stripes[dev_nr]; in btrfs_submit_mirrored_bio() 554 bio->bi_iter.bi_sector = bioc->stripes[dev_nr].physical >> SECTOR_SHIFT; in btrfs_submit_mirrored_bio() 555 bioc->stripes[dev_nr].bioc = bioc; in btrfs_submit_mirrored_bio() 557 btrfs_submit_dev_bio(bioc->stripes[dev_nr].dev, bio); in btrfs_submit_mirrored_bio()
|
| H A D | volumes.h | 584 struct btrfs_io_stripe stripes[]; member 624 struct btrfs_io_stripe stripes[]; member
|
| H A D | block-group.c | 2216 if (!in_range(physical, map->stripes[i].physical, in btrfs_rmap_block() 2220 stripe_nr = (physical - map->stripes[i].physical) >> in btrfs_rmap_block() 2222 offset = (physical - map->stripes[i].physical) & in btrfs_rmap_block() 2814 device = map->stripes[i].dev; in insert_dev_extents() 2815 dev_offset = map->stripes[i].physical; in insert_dev_extents()
|
| H A D | extent-tree.c | 1396 struct btrfs_discard_stripe *stripes; in btrfs_discard_extent() local 1401 stripes = btrfs_map_discard(fs_info, cur, &num_bytes, &num_stripes, in btrfs_discard_extent() 1403 if (IS_ERR(stripes)) { in btrfs_discard_extent() 1404 ret = PTR_ERR(stripes); in btrfs_discard_extent() 1411 struct btrfs_discard_stripe *stripe = stripes + i; in btrfs_discard_extent() 1436 kfree(stripes); in btrfs_discard_extent()
|
| H A D | inode.c | 10452 device = map->stripes[0].dev; in btrfs_swap_activate() 10458 } else if (device != map->stripes[0].dev) { in btrfs_swap_activate() 10464 physical_block_start = (map->stripes[0].physical + in btrfs_swap_activate()
|
| H A D | relocation.c | 4732 ret = btrfs_update_device(trans, chunk_map->stripes[i].dev); in btrfs_last_identity_remap_gone()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | unstriped.rst | 14 <number of stripes> <chunk size> <stripe #> <dev_path> <offset> 16 <number of stripes> 17 The number of stripes in the RAID 0.
|
| H A D | dm-ima.rst | 644 target_attributes := <target_name> "," <target_version> "," <stripes> "," <chunk_size> "," 649 stripes := "stripes=" <NS> 654 where <X> ranges from 0 to (<NS> -1) - for <NS> described in <stripes>. 656 where <X> ranges from 0 to (<NS> -1) - for <NS> described in <stripes>. 658 where <X> ranges from 0 to (<NS> -1) - for <NS> described in <stripes>. 669 …target_index=0,target_begin=0,target_len=640,target_name=striped,target_version=1.6.0,stripes=2,ch…
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-abi.h | 1222 struct imgu_abi_af_stripe_config stripes[IPU3_UAPI_MAX_STRIPES]; member 1234 } stripes[IPU3_UAPI_MAX_STRIPES]; member 1249 struct ipu3_uapi_awb_fr_config_s stripes[IPU3_UAPI_MAX_STRIPES]; member 1268 struct ipu3_uapi_awb_config_s stripes[IPU3_UAPI_MAX_STRIPES]; member
|
| H A D | ipu3-css.c | 696 const unsigned int stripes = bi->info.isp.sp.iterator.num_stripes; in imgu_css_pipeline_init() local 991 sp_stage->num_stripes = stripes; in imgu_css_pipeline_init() 2109 unsigned int stripes, i; in imgu_css_set_parameters() local 2131 stripes = bi->info.isp.sp.iterator.num_stripes ? : 1; in imgu_css_set_parameters() 2242 for (i = 0; i < stripes; i++) { in imgu_css_set_parameters() 2245 map->daddr + (obgrid_size / stripes) * i; in imgu_css_set_parameters()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_actlog.c | 300 const unsigned int stripes = device->ldev->md.al_stripes; in al_tr_number_to_on_disk_sector() local 307 t = ((t % stripes) * stripe_size_4kB) + t/stripes; in al_tr_number_to_on_disk_sector()
|
| /linux/Documentation/driver-api/md/ |
| H A D | raid5-cache.rst | 26 shutdown can cause data in some stripes to not be in consistent state, eg, data
|
| /linux/drivers/block/ |
| H A D | Kconfig | 320 Say Y here if you want include the Rados block device, which stripes
|