/Linux-v5.15/drivers/md/ |
D | dm-stripe.c | 29 uint32_t stripes; member 89 uint32_t stripes; in stripe_ctr() local 99 if (kstrtouint(argv[0], 10, &stripes) || !stripes) { in stripe_ctr() 110 if (sector_div(width, stripes)) { in stripe_ctr() 126 if (argc != (2 + 2 * stripes)) { in stripe_ctr() 132 sc = kmalloc(struct_size(sc, stripe, stripes), GFP_KERNEL); in stripe_ctr() 143 sc->stripes = stripes; in stripe_ctr() 146 if (stripes & (stripes - 1)) in stripe_ctr() 149 sc->stripes_shift = __ffs(stripes); in stripe_ctr() 157 ti->num_flush_bios = stripes; in stripe_ctr() [all …]
|
D | dm-unstripe.c | 15 uint32_t stripes; member 56 if (kstrtouint(argv[0], 10, &uc->stripes) || !uc->stripes) { in unstripe_ctr() 71 if (uc->unstripe > uc->stripes && uc->stripes > 1) { in unstripe_ctr() 88 uc->unstripe_width = (uc->stripes - 1) * uc->chunk_size; in unstripe_ctr() 156 uc->stripes, (unsigned long long)uc->chunk_size, uc->unstripe, in unstripe_status()
|
D | raid5.c | 5968 struct list_head stripes; in reshape_request() local 6104 INIT_LIST_HEAD(&stripes); in reshape_request() 6134 list_add(&sh->lru, &stripes); in reshape_request() 6166 while (!list_empty(&stripes)) { in reshape_request() 6167 sh = list_entry(stripes.next, struct stripe_head, lru); in reshape_request() 7358 int stripes = max_t(int, in setup_conf() local 7361 conf->min_nr_stripes = max(NR_STRIPES, stripes); in setup_conf()
|
/Linux-v5.15/drivers/staging/media/ipu3/ |
D | ipu3-css-params.c | 361 struct imgu_css *css, unsigned int stripes, in imgu_css_osys_calc_frame_and_stripe_params() argument 546 for (s = 0; s < stripes; s++) { in imgu_css_osys_calc_frame_and_stripe_params() 571 if (stripes > 1) { in imgu_css_osys_calc_frame_and_stripe_params() 575 output_width * s / stripes; in imgu_css_osys_calc_frame_and_stripe_params() 689 if (s < stripes - 1) { in imgu_css_osys_calc_frame_and_stripe_params() 695 next_offset = output_width * (s + 1) / stripes; in imgu_css_osys_calc_frame_and_stripe_params() 736 if (s >= stripes - 1) { in imgu_css_osys_calc_frame_and_stripe_params() 849 unsigned int stripes, in imgu_css_osys_calc() argument 864 if (imgu_css_osys_calc_frame_and_stripe_params(css, stripes, osys, in imgu_css_osys_calc() 873 for (s = 0; s < stripes; s++) { in imgu_css_osys_calc() [all …]
|
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
|
D | ipu3-css.c | 708 const unsigned int stripes = bi->info.isp.sp.iterator.num_stripes; in imgu_css_pipeline_init() local 1003 sp_stage->num_stripes = stripes; in imgu_css_pipeline_init() 2124 unsigned int stripes, i; in imgu_css_set_parameters() local 2146 stripes = bi->info.isp.sp.iterator.num_stripes ? : 1; in imgu_css_set_parameters() 2257 for (i = 0; i < stripes; i++) { in imgu_css_set_parameters() 2260 map->daddr + (obgrid_size / stripes) * i; in imgu_css_set_parameters()
|
/Linux-v5.15/fs/btrfs/ |
D | volumes.c | 2992 ret = btrfs_update_device(trans, map->stripes[i].dev); in remove_chunk_item() 3033 struct btrfs_device *device = map->stripes[i].dev; in btrfs_remove_chunk() 3035 map->stripes[i].physical, in btrfs_remove_chunk() 5308 map->stripes[s].dev = devices_info[i].dev; in create_chunk() 5309 map->stripes[s].physical = devices_info[i].dev_offset + in create_chunk() 5349 struct btrfs_device *dev = map->stripes[i].dev; in create_chunk() 5502 struct btrfs_device *device = map->stripes[i].dev; in btrfs_chunk_alloc_add_chunk_item() 5511 struct btrfs_device *device = map->stripes[i].dev; in btrfs_chunk_alloc_add_chunk_item() 5512 const u64 dev_offset = map->stripes[i].physical; in btrfs_chunk_alloc_add_chunk_item() 5615 &map->stripes[i].dev->dev_state)) { in btrfs_chunk_readonly() [all …]
|
D | volumes.h | 364 struct btrfs_bio_stripe stripes[]; member 399 struct btrfs_bio_stripe stripes[]; member
|
D | zoned.c | 1078 device = map->stripes[i].dev; in btrfs_load_block_group_zone_info() 1079 physical = map->stripes[i].physical; in btrfs_load_block_group_zone_info() 1462 u64 physical = bbio->stripes[i].physical; in read_zone_info() 1463 struct btrfs_device *dev = bbio->stripes[i].dev; in read_zone_info() 1527 device = map->stripes[0].dev; in btrfs_zoned_get_device()
|
D | scrub.c | 1359 spage->physical = bbio->stripes[stripe_index].physical + in scrub_setup_recheck_block() 1361 spage->dev = bbio->stripes[stripe_index].dev; in scrub_setup_recheck_block() 2750 last_offset = (physical - map->stripes[num].physical) * data_stripes; in get_raid56_logic_offset() 3059 extent_physical = bbio->stripes[0].physical; in scrub_raid56_parity() 3061 extent_dev = bbio->stripes[0].dev; in scrub_raid56_parity() 3206 physical = map->stripes[num].physical; in scrub_stripe() 3547 sctx->stat.last_physical = map->stripes[num].physical + in scrub_stripe() 3570 map->stripes[num].physical, in scrub_stripe() 3617 if (map->stripes[i].dev->bdev == scrub_dev->bdev && in scrub_chunk() 3618 map->stripes[i].physical == dev_offset) { in scrub_chunk() [all …]
|
D | dev-replace.c | 619 if (srcdev != map->stripes[i].dev) in btrfs_finish_block_group_to_copy() 623 if (physical == map->stripes[i].physical) in btrfs_finish_block_group_to_copy() 866 if (srcdev == map->stripes[i].dev) in btrfs_dev_replace_update_device_in_mapping_tree() 867 map->stripes[i].dev = tgtdev; in btrfs_dev_replace_update_device_in_mapping_tree()
|
D | extent_map.c | 363 struct btrfs_bio_stripe *stripe = &map->stripes[i]; in extent_map_device_set_bits() 378 struct btrfs_bio_stripe *stripe = &map->stripes[i]; in extent_map_device_clear_bits()
|
D | reada.c | 280 zone->devs[i] = bbio->stripes[i].dev; in reada_find_zone() 363 dev = bbio->stripes[nzones].dev; in reada_find_extent()
|
D | block-group.c | 1760 if (!in_range(physical, map->stripes[i].physical, in btrfs_rmap_block() 1764 if (bdev && map->stripes[i].dev->bdev != bdev) in btrfs_rmap_block() 1767 stripe_nr = physical - map->stripes[i].physical; in btrfs_rmap_block() 2341 device = map->stripes[i].dev; in insert_dev_extents() 2342 dev_offset = map->stripes[i].physical; in insert_dev_extents()
|
D | raid56.c | 1083 stripe = &rbio->bbio->stripes[stripe_nr]; in rbio_add_io_page() 1347 stripe = &rbio->bbio->stripes[i]; in find_bio_stripe() 2250 if (bbio->stripes[i].dev == scrub_dev) { in raid56_parity_alloc_scrub_rbio()
|
D | check-integrity.c | 1477 device = multi->stripes[0].dev; in btrfsic_map_block() 1484 block_ctx_out->dev_bytenr = multi->stripes[0].physical; in btrfsic_map_block()
|
/Linux-v5.15/Documentation/admin-guide/device-mapper/ |
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.
|
D | dm-raid.rst | 187 changing the layout of stripes, hence an interruption/crash 193 the existing first stripes (those with smaller number of stripes) 195 number of stripes, calculate the redundancy blocks (CRC/Q-syndrome) 197 N-1 other new stripes. This out-of-place scheme is used to change
|
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-v5.15/fs/btrfs/tests/ |
D | extent-map-tests.c | 498 map->stripes[i].dev = dev; in test_rmap_block() 499 map->stripes[i].physical = test->data_stripe_phys_start[i]; in test_rmap_block()
|
/Linux-v5.15/drivers/block/drbd/ |
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-v5.15/Documentation/driver-api/md/ |
D | raid5-cache.rst | 26 shutdown can cause data in some stripes to not be in consistent state, eg, data
|
/Linux-v5.15/Documentation/filesystems/ |
D | ntfs.rst | 344 # volume volume stripes device device 401 stripes with parity, i.e. raid level 5, should not work, too.
|
/Linux-v5.15/drivers/block/ |
D | Kconfig | 409 Say Y here if you want include the Rados block device, which stripes
|
/Linux-v5.15/Documentation/networking/ |
D | tls-offload.rst | 275 as received on wire, red stripes mark start of new records.
|