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

12

/linux-master/fs/bcachefs/
H A Dbtree_gc.c697 "pointer to nonexistent stripe %llu\n"
706 "pointer does not match stripe %llu\n"
779 bch_err(c, "aieee, found stripe ptr with no data ptr");
1359 l.stripe != r.stripe;
1395 b->stripe,
1441 stripe);
1526 g->stripe = a->stripe;
1687 prt_printf(&buf, "stripe bloc
[all...]
H A Dbuckets.c339 .stripe = b.stripe,
893 BTREE_ITER_WITH_UPDATES, stripe);
897 "pointer to nonexistent stripe %llu",
904 "stripe pointer doesn't match stripe %llu",
941 bch_err_ratelimited(c, "pointer to nonexistent stripe %llu\n while marking %s",
H A Dbcachefs_format.h400 x(stripe, 14) \
693 x(stripe, 7) \
H A Dbcachefs.h1026 GENRADIX(struct stripe) stripes;
H A Djournal_io.c1470 bch2_dev_stripe_increment(ca, &j->wp.stripe);
1518 devs_sorted = bch2_dev_alloc_list(c, &j->wp.stripe, &devs);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c648 static u8 get_arm(struct megasas_instance *instance, u32 ld, u8 span, u64 stripe, argument
659 arm = mega_mod64(stripe, SPAN_ROW_SIZE(map, ld, span));
663 arm = get_arm_from_strip(instance, ld, stripe, map);
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
[all...]
/linux-master/sound/hda/
H A Dhdac_stream.c51 * snd_hdac_get_stream_stripe_ctl - get stripe control value
79 /* stripe value: 0 for 1SDO, 1 for 2SDO, 2 for 4SDO lines */
143 /* set stripe control */
144 if (azx_dev->stripe) {
172 if (azx_dev->stripe)
/linux-master/fs/btrfs/
H A Dextent-tree.c42 #include "raid-stripe-tree.h"
1328 static int do_discard_extent(struct btrfs_discard_stripe *stripe, u64 *bytes) argument
1330 struct btrfs_device *dev = stripe->dev;
1333 u64 phys = stripe->physical;
1334 u64 len = stripe->length;
1356 } else if (bdev_max_discard_sectors(stripe->dev->bdev)) {
1396 struct btrfs_discard_stripe *stripe = stripes + i; local
1399 if (!stripe->dev->bdev) {
1405 &stripe->dev->dev_state))
1408 ret = do_discard_extent(stripe,
[all...]
H A Daccessors.h217 offset += offsetof(struct btrfs_chunk, stripe);
/linux-master/drivers/md/
H A Draid5.c25 * When we discover that we will need to write to any block in a stripe
29 * we plug the array and queue the stripe for later.
120 /* Find first data disk in a raid6 stripe */
237 * In the following cases, the stripe cannot be released to cached
238 * lists. Therefore, we make the stripe write out and set
241 * 2. when resync is requested fot the stripe.
289 /* full stripe */
427 pr_debug("remove_hash(), stripe %llu\n",
437 pr_debug("insert_hash(), stripe %llu\n",
443 /* find an idle stripe, mak
2962 sector_t stripe, stripe2; local
3170 sector_t stripe; local
3601 stripe_set_idx(sector_t stripe, struct r5conf *conf, int previous, struct stripe_head *sh) argument
7699 int data_disks, stripe; local
[all...]
H A Draid10.c586 sector_t stripe; local
602 stripe = chunk;
603 dev = sector_div(stripe, geo->raid_disks);
605 stripe *= geo->far_copies;
607 sector += stripe << geo->chunk_shift;
1629 * stripe and discard region is larger than one stripe size. For far
1630 * offset layout, if the discard region is not aligned with stripe
1668 * One stripe contains the chunks from all member disk (one chunk from
1753 * the next stripe
[all...]
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h608 * to allow for stripe alignment in the future
660 struct btrfs_stripe stripe; member in struct:btrfs_chunk
763 /* An array of raid strides this stripe is composed of. */
/linux-master/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 in struct:imgu_abi_osys_config
1272 struct imgu_abi_stripe_data stripe; member in struct:imgu_abi_acc_param
/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c1280 /* flip stripe flag for the assigned stream if supported */
1282 azx_stream(get_azx_dev(substream))->stripe = 1;
2095 int pinctl, stripe; local
2134 stripe = snd_hdac_get_stream_stripe_ctl(&codec->bus->core,
2138 stripe);
2196 azx_stream(get_azx_dev(substream))->stripe = 0;
/linux-master/include/sound/
H A Dhdaudio.h551 bool stripe:1; /* apply stripe control */ member in struct:hdac_stream
/linux-master/fs/ext4/
H A Dmballoc.c128 * stripe=<value> option the group prealloc request is normalized to the
129 * smallest multiple of the stripe value (sbi->s_stripe) which is
196 * stripe size (sbi->s_stripe), we try to search for contiguous block in
197 * stripe size. This should result in better allocation on RAID setups. If
1017 * We are assuming that stripe size is always a multiple of
1044 * stripe size (in cluster units) multiple for
2520 * we try to find stripe-aligned chunks for stripe-size-multiple requests
2532 ext4_grpblk_t i, stripe; local
2537 /* find first stripe
[all...]

Completed in 260 milliseconds

12