/linux/drivers/md/ |
A D | dm-stripe.c | 44 struct stripe stripe[]; argument 72 &sc->stripe[stripe].dev); in get_stripe() 76 sc->stripe[stripe].physical_start = start; in get_stripe() 316 dax_dev = sc->stripe[stripe].dev->dax_dev; in stripe_dax_direct_access() 317 bdev = sc->stripe[stripe].dev->bdev; in stripe_dax_direct_access() 336 dax_dev = sc->stripe[stripe].dev->dax_dev; in stripe_dax_copy_from_iter() 337 bdev = sc->stripe[stripe].dev->bdev; in stripe_dax_copy_from_iter() 355 dax_dev = sc->stripe[stripe].dev->dax_dev; in stripe_dax_copy_to_iter() 356 bdev = sc->stripe[stripe].dev->bdev; in stripe_dax_copy_to_iter() 375 dax_dev = sc->stripe[stripe].dev->dax_dev; in stripe_dax_zero_page_range() [all …]
|
A D | raid5.c | 2919 sector_t stripe, stripe2; in raid5_compute_sector() local 2944 stripe = chunk_number; in raid5_compute_sector() 2945 *dd_idx = sector_div(stripe, data_disks); in raid5_compute_sector() 2946 stripe2 = stripe; in raid5_compute_sector() 3127 sector_t stripe; in raid5_compute_blocknr() local 3135 stripe = new_sector; in raid5_compute_blocknr() 3223 chunk_number = stripe * data_disks + i; in raid5_compute_blocknr() 3544 stripe * (disks - conf->max_degraded) in stripe_set_idx() 7723 int stripe = data_disks * in raid5_run() local 7734 stripe = stripe * PAGE_SIZE; in raid5_run() [all …]
|
A D | Makefile | 6 dm-mod-y += dm.o dm-table.o dm-target.o dm-linear.o dm-stripe.o \
|
/linux/fs/btrfs/ |
A D | raid56.c | 1230 for (stripe = 0; stripe < nr_data; stripe++) { in finish_rmw() 1257 for (stripe = stripe - 1; stripe >= 0; stripe--) in finish_rmw() 1266 for (stripe = 0; stripe < rbio->real_stripes; stripe++) { in finish_rmw() 1287 for (stripe = 0; stripe < rbio->real_stripes; stripe++) { in finish_rmw() 1498 for (stripe = 0; stripe < rbio->nr_data; stripe++) { in raid56_rmw_stripe() 1826 for (stripe = 0; stripe < rbio->real_stripes; stripe++) { in __raid_recover_end_io() 1907 for (stripe = faila; stripe < rbio->nr_data - 1; stripe++) in __raid_recover_end_io() 2043 for (stripe = 0; stripe < rbio->real_stripes; stripe++) { in __raid56_parity_recover() 2376 for (stripe = 0; stripe < nr_data; stripe++) { in finish_parity_scrub() 2401 for (stripe = nr_data - 1; stripe >= 0; stripe--) in finish_parity_scrub() [all …]
|
A D | extent_map.c | 363 struct btrfs_io_stripe *stripe = &map->stripes[i]; in extent_map_device_set_bits() local 364 struct btrfs_device *device = stripe->dev; in extent_map_device_set_bits() 366 set_extent_bits_nowait(&device->alloc_state, stripe->physical, in extent_map_device_set_bits() 367 stripe->physical + stripe_size - 1, bits); in extent_map_device_set_bits() 378 struct btrfs_io_stripe *stripe = &map->stripes[i]; in extent_map_device_clear_bits() local 379 struct btrfs_device *device = stripe->dev; in extent_map_device_clear_bits() 381 __clear_extent_bit(&device->alloc_state, stripe->physical, in extent_map_device_clear_bits() 382 stripe->physical + stripe_size - 1, bits, in extent_map_device_clear_bits()
|
/linux/drivers/staging/media/ipu3/ |
A D | ipu3-css-params.c | 1008 osys->stripe[s].crop_top[pin] = in imgu_css_osys_calc() 1010 osys->stripe[s].input_width = in imgu_css_osys_calc() 1012 osys->stripe[s].input_height = in imgu_css_osys_calc() 1014 osys->stripe[s].block_height = in imgu_css_osys_calc() 1016 osys->stripe[s].block_width = in imgu_css_osys_calc() 1761 acc->stripe.input_frame.width = in imgu_css_cfg_acc_stripe() 1763 acc->stripe.input_frame.height = in imgu_css_cfg_acc_stripe() 1827 acc->stripe.bds_out_stripes[0]; in imgu_css_cfg_acc_stripe() 1829 acc->stripe.bds_out_stripes[1]; in imgu_css_cfg_acc_stripe() 1874 acc->stripe.out_frame_width = in imgu_css_cfg_acc_stripe() [all …]
|
/linux/drivers/md/bcache/ |
A D | writeback.c | 562 int stripe; in bcache_dev_sectors_dirty_add() local 568 if (stripe < 0) in bcache_dev_sectors_dirty_add() 583 if (stripe >= d->nr_stripes) in bcache_dev_sectors_dirty_add() 595 stripe++; in bcache_dev_sectors_dirty_add() 614 int stripe; in refill_full_stripes() local 618 if (stripe < 0) in refill_full_stripes() 619 stripe = 0; in refill_full_stripes() 621 start_stripe = stripe; in refill_full_stripes() 627 if (stripe == dc->disk.nr_stripes) in refill_full_stripes() 644 stripe = next_stripe; in refill_full_stripes() [all …]
|
A D | writeback.h | 82 int stripe = offset_to_stripe(&dc->disk, offset); in bcache_dev_stripe_dirty() local 84 if (stripe < 0) in bcache_dev_stripe_dirty() 88 if (atomic_read(dc->disk.stripe_sectors_dirty + stripe)) in bcache_dev_stripe_dirty() 95 stripe++; in bcache_dev_stripe_dirty()
|
/linux/Documentation/driver-api/md/ |
A D | raid5-ppl.rst | 6 addressed by PPL is that after a dirty shutdown, parity of a particular stripe 15 Partial parity for a write operation is the XOR of stripe data chunks not 18 the stripe, consistent with its state before the write operation, regardless of 20 this stripe is missing, this updated parity can be used to recover its 29 stripe. It does not require a dedicated journaling drive. Write performance is 36 silent data corruption. If a dirty disk of a stripe is lost, no PPL recovery is 37 performed for this stripe (parity is not updated). So it is possible to have 38 arbitrary data in the written part of a stripe if that disk is lost. In such
|
A D | raid5-cache.rst | 27 and parity don't match. The reason is that a stripe write involves several RAID 52 write. If a write crosses all RAID disks of a stripe, we call it full-stripe 53 write. For non-full-stripe writes, MD must read old data before the new parity 57 RAID disks only after the data becomes a full stripe write. This will 101 release the memory cache. The flush conditions could be stripe becomes a full 102 stripe write, free cache disk space is low or free in-kernel memory cache space 107 data and data. If MD finds a stripe with data and valid parities (1 parity for
|
/linux/fs/nfs/blocklayout/ |
A D | dev.c | 127 p = xdr_decode_hyper(p, &b->stripe.chunk_size); in nfs4_block_decode_volume() 128 b->stripe.volumes_count = be32_to_cpup(p++); in nfs4_block_decode_volume() 129 if (b->stripe.volumes_count > PNFS_BLOCK_MAX_DEVICES) { in nfs4_block_decode_volume() 130 dprintk("Too many volumes: %d\n", b->stripe.volumes_count); in nfs4_block_decode_volume() 134 p = xdr_inline_decode(xdr, b->stripe.volumes_count * 4); in nfs4_block_decode_volume() 137 for (i = 0; i < b->stripe.volumes_count; i++) in nfs4_block_decode_volume() 138 b->stripe.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume() 453 d->children = kcalloc(v->stripe.volumes_count, in bl_parse_stripe() 458 for (i = 0; i < v->stripe.volumes_count; i++) { in bl_parse_stripe() 460 volumes, v->stripe.volumes[i], gfp_mask); in bl_parse_stripe() [all …]
|
A D | blocklayout.h | 83 } stripe; member
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | unstriped.rst | 14 <number of stripes> <chunk size> <stripe #> <dev_path> <offset> 25 <stripe #> 26 The stripe number within the device that corresponds to physical 33 An example of undoing an existing dm-stripe 88 in a 256k stripe across the two cores::
|
A D | dm-raid.rst | 83 "stripe size". It is the only mandatory parameter and 194 starting at data_offset to fill up a new stripe with the larger 196 and write that new stripe to offset 0. Same will be applied to all 355 of a RAID 4/5/6 stripe and if subsequent read results are not 416 1.14.0 Fix reshape race on small devices. Fix stripe adding reshape
|
A D | striped.rst | 2 dm-stripe
|
A D | dm-log.rst | 7 inconsistent because a RAID stripe is currently being operated on or
|
/linux/drivers/staging/media/atomisp/pci/isp/modes/interface/ |
A D | isp_const.h | 85 #define CEIL_ROUND_DIV_STRIPE(width, stripe, padding) \ argument 86 …CEIL_MUL(padding + CEIL_DIV(width - padding, stripe), ((ENABLE_RAW_BINNING || ENABLE_FIXED_BAYER_D…
|
/linux/Documentation/filesystems/ |
A D | ntfs.rst | 15 - Using NTFS volume and stripe sets 35 For fault tolerance and raid support (i.e. volume and stripe sets), you can 245 Using NTFS volume and stripe sets 248 For support of volume and stripe sets, you can either use the kernel's 257 You will need to create a table of the components of the volume/stripe set and 262 though untested, there is no reason why stripe sets, i.e. raid level 0, and 397 Linear volume sets, i.e. linear raid, as well as stripe sets, i.e. raid level 404 NTFS volume/stripe you are configuring in /etc/raidtab as the persistent 407 Windows by default uses a stripe chunk size of 64k, so you probably want the 410 For example, if you have a stripe set consisting of two partitions /dev/hda5 [all …]
|
/linux/Documentation/admin-guide/ |
A D | xfs.rst | 134 stripe unit configured at **mkfs(8)** time. 147 Data allocations will not be aligned at stripe unit 183 Used to specify the stripe unit and width for a RAID device 184 or a stripe volume. "value" must be specified in 512-byte 200 Data allocations will be rounded up to stripe width boundaries 202 size is larger than the stripe width size.
|
A D | md.rst | 746 number of entries in the stripe cache. This is writable, but 750 number of active entries in the stripe cache 753 number of times a stripe requiring preread will be bypassed by 754 a stripe that does not require preread. For fairness defaults 756 requires preread stripes to wait until all full-width stripe-
|
/linux/Documentation/scsi/ |
A D | arcmsr_spec.rst | 421 byte 8 stripe size 768 10:new stripe size 811 byte 29 stripe size 835 byte 29 new stripe size
|
A D | ChangeLog.ips | 121 8K stripe size.
|
/linux/sound/hda/ |
A D | hdac_stream.c | 99 if (azx_dev->stripe) { in snd_hdac_stream_start() 123 if (azx_dev->stripe) in snd_hdac_stream_clear()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-block | 166 block size. For RAID arrays it is often the stripe 179 usually the stripe width or the internal track size. A 333 stripe segment. For a zoned block device, either
|
A D | sysfs-fs-ext4 | 16 stripe size is not set in the ext4 superblock
|