Home
last modified time | relevance | path

Searched refs:stripe (Results 26 - 46 of 46) sorted by relevance

12

/kernel/linux/linux-6.6/fs/btrfs/
H A Dvolumes.c3673 struct btrfs_stripe *stripe; in chunk_devid_filter() local
3678 stripe = btrfs_stripe_nr(chunk, i); in chunk_devid_filter()
3679 if (btrfs_stripe_devid(leaf, stripe) == bargs->devid) in chunk_devid_filter()
3700 struct btrfs_stripe *stripe; in chunk_drange_filter() local
3715 stripe = btrfs_stripe_nr(chunk, i); in chunk_drange_filter()
3716 if (btrfs_stripe_devid(leaf, stripe) != bargs->devid) in chunk_drange_filter()
3719 stripe_offset = btrfs_stripe_offset(leaf, stripe); in chunk_drange_filter()
5272 * The DUP profile stores more than one stripe per device, the in decide_stripe_size_regular()
5541 struct btrfs_stripe *stripe; in btrfs_chunk_alloc_add_chunk_item() local
5563 * not exists, or persisting a stripe o in btrfs_chunk_alloc_add_chunk_item()
[all...]
H A Dextent-tree.c1316 static int do_discard_extent(struct btrfs_discard_stripe *stripe, u64 *bytes) in do_discard_extent() argument
1318 struct btrfs_device *dev = stripe->dev; in do_discard_extent()
1321 u64 phys = stripe->physical; in do_discard_extent()
1322 u64 len = stripe->length; in do_discard_extent()
1344 } else if (bdev_max_discard_sectors(stripe->dev->bdev)) { in do_discard_extent()
1384 struct btrfs_discard_stripe *stripe = stripes + i; in btrfs_discard_extent() local
1387 if (!stripe->dev->bdev) { in btrfs_discard_extent()
1393 &stripe->dev->dev_state)) in btrfs_discard_extent()
1396 ret = do_discard_extent(stripe, &bytes); in btrfs_discard_extent()
H A Daccessors.h207 offset += offsetof(struct btrfs_chunk, stripe); in btrfs_stripe_nr()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbtrfs_tree.h390 * to allow for stripe alignment in the future
442 struct btrfs_stripe stripe; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbtrfs_tree.h587 * to allow for stripe alignment in the future
639 struct btrfs_stripe stripe; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbtrfs_tree.h153 struct btrfs_stripe stripe; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbtrfs_tree.h153 struct btrfs_stripe stripe; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbtrfs_tree.h155 struct btrfs_stripe stripe; member
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c648 static u8 get_arm(struct megasas_instance *instance, u32 ld, u8 span, u64 stripe, in get_arm() argument
659 arm = mega_mod64(stripe, SPAN_ROW_SIZE(map, ld, span)); in get_arm()
663 arm = get_arm_from_strip(instance, ld, stripe, map); in get_arm()
676 * This routine calculates the arm, span and block for the specified stripe and
677 * reference in stripe using spanset
683 * stripRef - Reference in stripe
777 * This routine calculates the arm, span and block for the specified stripe and
778 * reference in stripe.
784 * stripRef - Reference in stripe
1030 * calculate starting row and stripe, an in MR_BuildRaidContext()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c648 static u8 get_arm(struct megasas_instance *instance, u32 ld, u8 span, u64 stripe, in get_arm() argument
659 arm = mega_mod64(stripe, SPAN_ROW_SIZE(map, ld, span)); in get_arm()
663 arm = get_arm_from_strip(instance, ld, stripe, map); in get_arm()
676 * This routine calculates the arm, span and block for the specified stripe and
677 * reference in stripe using spanset
683 * stripRef - Reference in stripe
777 * This routine calculates the arm, span and block for the specified stripe and
778 * reference in stripe.
784 * stripRef - Reference in stripe
1030 * calculate starting row and stripe, an in MR_BuildRaidContext()
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_hdmi.c1275 /* flip stripe flag for the assigned stream if supported */ in hdmi_pcm_open()
1277 azx_stream(get_azx_dev(substream))->stripe = 1; in hdmi_pcm_open()
2066 int pinctl, stripe; in generic_hdmi_playback_pcm_prepare() local
2110 stripe = snd_hdac_get_stream_stripe_ctl(&codec->bus->core, in generic_hdmi_playback_pcm_prepare()
2114 stripe); in generic_hdmi_playback_pcm_prepare()
2172 azx_stream(get_azx_dev(substream))->stripe = 0; in hdmi_pcm_close()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_hdmi.c1280 /* flip stripe flag for the assigned stream if supported */ in hdmi_pcm_open()
1282 azx_stream(get_azx_dev(substream))->stripe = 1; in hdmi_pcm_open()
2095 int pinctl, stripe; in generic_hdmi_playback_pcm_prepare() local
2134 stripe = snd_hdac_get_stream_stripe_ctl(&codec->bus->core, in generic_hdmi_playback_pcm_prepare()
2138 stripe); in generic_hdmi_playback_pcm_prepare()
2196 azx_stream(get_azx_dev(substream))->stripe = 0; in hdmi_pcm_close()
/kernel/linux/linux-5.10/include/sound/
H A Dhdaudio.h532 bool stripe:1; /* apply stripe control */ member
/kernel/linux/linux-6.6/include/sound/
H A Dhdaudio.h550 bool stripe:1; /* apply stripe control */ member
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent-tree.c1287 struct btrfs_bio_stripe *stripe; in btrfs_discard_extent() local
1302 stripe = bbio->stripes; in btrfs_discard_extent()
1303 for (i = 0; i < bbio->num_stripes; i++, stripe++) { in btrfs_discard_extent()
1306 struct btrfs_device *device = stripe->dev; in btrfs_discard_extent()
1320 stripe->physical, in btrfs_discard_extent()
1321 stripe->length, in btrfs_discard_extent()
H A Dctree.h692 * no two ios are trying to mod the same stripe at the same
1621 offset += offsetof(struct btrfs_chunk, stripe); in btrfs_stripe_nr()
/kernel/linux/linux-5.10/drivers/md/
H A Draid10.c566 sector_t stripe; in __raid10_find_phys() local
582 stripe = chunk; in __raid10_find_phys()
583 dev = sector_div(stripe, geo->raid_disks); in __raid10_find_phys()
585 stripe *= geo->far_copies; in __raid10_find_phys()
587 sector += stripe << geo->chunk_shift; in __raid10_find_phys()
2848 * First, here we define "stripe" as a unit which across in raid10_set_cluster_sync_high()
2855 * an extra chunk is needed to ensure the whole "stripe" is in raid10_set_cluster_sync_high()
3080 /* last stripe is not complete - don't in raid10_sync_request()
4400 * down yet. We divide this by previous stripe size and multiply in reshape_request()
4401 * by previous stripe lengt in reshape_request()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Draid10.c592 sector_t stripe; in __raid10_find_phys() local
608 stripe = chunk; in __raid10_find_phys()
609 dev = sector_div(stripe, geo->raid_disks); in __raid10_find_phys()
611 stripe *= geo->far_copies; in __raid10_find_phys()
613 sector += stripe << geo->chunk_shift; in __raid10_find_phys()
1700 * stripe and discard region is larger than one stripe size. For far in raid10_handle_discard()
1701 * offset layout, if the discard region is not aligned with stripe in raid10_handle_discard()
1739 * One stripe contains the chunks from all member disk (one chunk from in raid10_handle_discard()
1825 * the next stripe in raid10_handle_discard()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-abi.h752 /* stripe width - measured in pixels */
754 /* stripe width - measured in pixels */
834 /* Number of vectors to left-crop when writing stripes (not stripe 0) */
1058 struct imgu_abi_osys_stripe stripe[IPU3_UAPI_MAX_STRIPES]; member
1272 struct imgu_abi_stripe_data stripe; member
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-abi.h752 /* stripe width - measured in pixels */
754 /* stripe width - measured in pixels */
834 /* Number of vectors to left-crop when writing stripes (not stripe 0) */
1058 struct imgu_abi_osys_stripe stripe[IPU3_UAPI_MAX_STRIPES]; member
1272 struct imgu_abi_stripe_data stripe; member
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c127 * stripe=<value> option the group prealloc request is normalized to the
128 * smallest multiple of the stripe value (sbi->s_stripe) which is
195 * stripe size (sbi->s_stripe), we try to search for contiguous block in
196 * stripe size. This should result in better allocation on RAID setups. If
1017 * We are assuming that stripe size is always a multiple of in ext4_mb_choose_next_group_best_avail()
1044 * stripe size (in cluster units) multiple for in ext4_mb_choose_next_group_best_avail()
2526 * we try to find stripe-aligned chunks for stripe-size-multiple requests
2538 ext4_grpblk_t i, stripe; in ext4_mb_scan_aligned() local
2543 /* find first stripe in ext4_mb_scan_aligned()
[all...]

Completed in 74 milliseconds

12