| /Linux-v5.4/drivers/md/ |
| D | dm-stripe.c | 29 uint32_t stripes; member 58 static inline struct stripe_c *alloc_context(unsigned int stripes) in alloc_context() argument 63 stripes)) in alloc_context() 66 len = sizeof(struct stripe_c) + (sizeof(struct stripe) * stripes); in alloc_context() 102 uint32_t stripes; in stripe_ctr() local 112 if (kstrtouint(argv[0], 10, &stripes) || !stripes) { in stripe_ctr() 123 if (sector_div(width, stripes)) { in stripe_ctr() 139 if (argc != (2 + 2 * stripes)) { in stripe_ctr() 145 sc = alloc_context(stripes); in stripe_ctr() 156 sc->stripes = 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 | 5776 struct list_head stripes; in reshape_request() local 5912 INIT_LIST_HEAD(&stripes); in reshape_request() 5942 list_add(&sh->lru, &stripes); in reshape_request() 5974 while (!list_empty(&stripes)) { in reshape_request() 5975 sh = list_entry(stripes.next, struct stripe_head, lru); in reshape_request() 7072 int stripes = max_t(int, in setup_conf() local 7075 conf->min_nr_stripes = max(NR_STRIPES, stripes); in setup_conf()
|
| /Linux-v5.4/drivers/staging/media/ipu3/ |
| D | ipu3-css-params.c | 363 struct imgu_css *css, unsigned int stripes, in imgu_css_osys_calc_frame_and_stripe_params() argument 548 for (s = 0; s < stripes; s++) { in imgu_css_osys_calc_frame_and_stripe_params() 573 if (stripes > 1) { in imgu_css_osys_calc_frame_and_stripe_params() 577 output_width * s / stripes; in imgu_css_osys_calc_frame_and_stripe_params() 691 if (s < stripes - 1) { in imgu_css_osys_calc_frame_and_stripe_params() 697 next_offset = output_width * (s + 1) / stripes; in imgu_css_osys_calc_frame_and_stripe_params() 738 if (s >= stripes - 1) { in imgu_css_osys_calc_frame_and_stripe_params() 851 unsigned int stripes, in imgu_css_osys_calc() argument 866 if (imgu_css_osys_calc_frame_and_stripe_params(css, stripes, osys, in imgu_css_osys_calc() 875 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 | 703 const unsigned int stripes = bi->info.isp.sp.iterator.num_stripes; in imgu_css_pipeline_init() local 1035 sp_stage->num_stripes = stripes; in imgu_css_pipeline_init() 2149 unsigned int stripes, i; in imgu_css_set_parameters() local 2171 stripes = bi->info.isp.sp.iterator.num_stripes ? : 1; in imgu_css_set_parameters() 2282 for (i = 0; i < stripes; i++) { in imgu_css_set_parameters() 2285 map->daddr + (obgrid_size / stripes) * i; in imgu_css_set_parameters()
|
| /Linux-v5.4/fs/btrfs/ |
| D | volumes.c | 2998 struct btrfs_device *device = map->stripes[i].dev; in btrfs_remove_chunk() 3000 map->stripes[i].physical, in btrfs_remove_chunk() 5112 map->stripes[s].dev = devices_info[i].dev; in __btrfs_alloc_chunk() 5113 map->stripes[s].physical = devices_info[i].dev_offset + in __btrfs_alloc_chunk() 5156 struct btrfs_device *dev = map->stripes[i].dev; in __btrfs_alloc_chunk() 5227 device = map->stripes[i].dev; in btrfs_finish_chunk_alloc() 5228 dev_offset = map->stripes[i].physical; in btrfs_finish_chunk_alloc() 5245 device = map->stripes[i].dev; in btrfs_finish_chunk_alloc() 5246 dev_offset = map->stripes[i].physical; in btrfs_finish_chunk_alloc() 5342 &map->stripes[i].dev->dev_state)) { in btrfs_chunk_readonly() [all …]
|
| D | volumes.h | 347 struct btrfs_bio_stripe stripes[]; member 382 struct btrfs_bio_stripe stripes[]; member
|
| D | scrub.c | 1364 page->physical = bbio->stripes[stripe_index].physical + in scrub_setup_recheck_block() 1366 page->dev = bbio->stripes[stripe_index].dev; in scrub_setup_recheck_block() 2678 last_offset = (physical - map->stripes[num].physical) * data_stripes; in get_raid56_logic_offset() 2983 extent_physical = bbio->stripes[0].physical; in scrub_raid56_parity() 2985 extent_dev = bbio->stripes[0].dev; in scrub_raid56_parity() 3083 physical = map->stripes[num].physical; in scrub_stripe() 3398 sctx->stat.last_physical = map->stripes[num].physical + in scrub_stripe() 3457 if (map->stripes[i].dev->bdev == scrub_dev->bdev && in scrub_chunk() 3458 map->stripes[i].physical == dev_offset) { in scrub_chunk() 4069 !bbio->stripes[0].dev->bdev) { in scrub_remap_extent() [all …]
|
| D | extent_map.c | 348 struct btrfs_bio_stripe *stripe = &map->stripes[i]; in extent_map_device_set_bits() 363 struct btrfs_bio_stripe *stripe = &map->stripes[i]; in extent_map_device_clear_bits()
|
| D | dev-replace.c | 740 if (srcdev == map->stripes[i].dev) in btrfs_dev_replace_update_device_in_mapping_tree() 741 map->stripes[i].dev = tgtdev; in btrfs_dev_replace_update_device_in_mapping_tree()
|
| D | reada.c | 275 zone->devs[i] = bbio->stripes[i].dev; in reada_find_zone() 355 dev = bbio->stripes[nzones].dev; in reada_find_extent()
|
| D | raid56.c | 1096 stripe = &rbio->bbio->stripes[stripe_nr]; in rbio_add_io_page() 1371 stripe = &rbio->bbio->stripes[i]; in find_bio_stripe() 2288 if (bbio->stripes[i].dev == scrub_dev) { in raid56_parity_alloc_scrub_rbio()
|
| D | check-integrity.c | 1541 device = multi->stripes[0].dev; in btrfsic_map_block() 1548 block_ctx_out->dev_bytenr = multi->stripes[0].physical; in btrfsic_map_block()
|
| D | extent_io.c | 2225 sector = bbio->stripes[bbio->mirror_num - 1].physical >> 9; in repair_io_failure() 2227 dev = bbio->stripes[bbio->mirror_num - 1].dev; in repair_io_failure()
|
| D | inode.c | 10872 device = em->map_lookup->stripes[0].dev; in btrfs_swap_activate() 10878 } else if (device != em->map_lookup->stripes[0].dev) { in btrfs_swap_activate() 10884 physical_block_start = (em->map_lookup->stripes[0].physical + in btrfs_swap_activate()
|
| D | extent-tree.c | 1324 struct btrfs_bio_stripe *stripe = bbio->stripes; in btrfs_discard_extent()
|
| /Linux-v5.4/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
|
| /Linux-v5.4/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.4/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.4/Documentation/filesystems/ |
| D | ntfs.txt | 328 # volume volume stripes device device 388 stripes with parity, i.e. raid level 5, should not work, too.
|
| /Linux-v5.4/drivers/block/ |
| D | Kconfig | 453 Say Y here if you want include the Rados block device, which stripes
|
| /Linux-v5.4/Documentation/networking/ |
| D | tls-offload.rst | 275 as received on wire, red stripes mark start of new records.
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | md.rst | 752 requires preread stripes to wait until all full-width stripe-
|