Searched refs:stripe (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-stripe.c19 struct stripe { struct
34 /* stripe chunk size */
44 struct stripe stripe[0]; member in struct:stripe_c
51 * drops out of a stripe volume.
65 if (dm_array_too_big(sizeof(struct stripe_c), sizeof(struct stripe),
69 len = sizeof(struct stripe_c) + (sizeof(struct stripe) * stripes);
78 unsigned int stripe, char **argv)
86 &sc->stripe[stripe]
77 get_stripe(struct dm_target *ti, struct stripe_c *sc, unsigned int stripe, char **argv) argument
218 stripe_map_sector(struct stripe_c *sc, sector_t sector, uint32_t *stripe, sector_t *result) argument
237 uint32_t stripe; local
271 uint32_t stripe; local
[all...]
H A DMakefile5 dm-mod-y += dm.o dm-table.o dm-target.o dm-linear.o dm-stripe.o \
H A Draid0.c375 * readahead at least twice a whole stripe. i.e. number of devices
383 int stripe = mddev->raid_disks * local
385 if (mddev->queue->backing_dev_info.ra_pages < 2* stripe)
386 mddev->queue->backing_dev_info.ra_pages = 2* stripe;
H A Draid10.c380 sector_t stripe; local
390 stripe = chunk;
391 dev = sector_div(stripe, conf->raid_disks);
393 stripe *= conf->far_copies;
395 sector += stripe << conf->chunk_shift;
2378 * We need to readahead at least twice a whole stripe....
2382 int stripe = conf->raid_disks * local
2384 stripe /= conf->near_copies;
2385 if (mddev->queue->backing_dev_info.ra_pages < 2* stripe)
2386 mddev->queue->backing_dev_info.ra_pages = 2* stripe;
[all...]
H A Draid5.c33 * When we discover that we will need to write to any block in a stripe
37 * we plug the array and queue the stripe for later.
74 /* bio's attached to a stripe+device for I/O are linked together in bi_sector
75 * order without overlap. There may be several bio's per stripe+device, and
77 * When walking this list for a particular stripe+device, we must never proceed
81 * of the current stripe+device
135 /* Find first data disk in a raid6 stripe */
244 pr_debug("remove_hash(), stripe %llu\n",
254 pr_debug("insert_hash(), stripe %llu\n",
262 /* find an idle stripe, mak
1729 sector_t stripe, stripe2; local
1938 sector_t stripe; local
2207 stripe_set_idx(sector_t stripe, raid5_conf_t *conf, int previous, struct stripe_head *sh) argument
5199 int stripe = data_disks * local
5646 int stripe = data_disks * ((conf->chunk_sectors << 9) local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dvolumes.c2250 * we end up with something bigger than a stripe
2386 struct btrfs_stripe *stripe; local
2405 stripe = &chunk->stripe;
2410 btrfs_set_stack_stripe_devid(stripe, device->devid);
2411 btrfs_set_stack_stripe_offset(stripe, dev_offset);
2412 memcpy(stripe->dev_uuid, device->uuid, BTRFS_UUID_SIZE);
2413 stripe++;
2715 /* stripe_offset is the offset of this block in its stripe*/
2721 /* we limit the length of each bio to what fits in a stripe */
[all...]
H A Dctree.h212 * to allow for stripe alignment in the future
264 struct btrfs_stripe stripe; member in struct:btrfs_chunk
1351 offset += offsetof(struct btrfs_chunk, stripe);
H A Dextent-tree.c1713 struct btrfs_bio_stripe *stripe = multi->stripes; local
1719 for (i = 0; i < multi->num_stripes; i++, stripe++) {
1720 btrfs_issue_discard(stripe->dev->bdev,
1721 stripe->physical,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx2739 for (int stripe = 0; stripe < patternSize; stripe++) {
2741 pixmapSelPattern->MoveTo(0, stripe * 2);
2742 pixmapSelPattern->LineTo(patternSize, stripe * 2 - patternSize);
2755 for (int stripe = 1; stripe < vs.lineHeight + 1; stripe += 2) {
2756 pixmapIndentGuide->MoveTo(0, stripe);
2757 pixmapIndentGuide->LineTo(2, stripe);
[all...]

Completed in 134 milliseconds