Searched refs:raid_type (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/md/
H A Ddm-raid.c246 struct raid_type *raid_type; member in struct:raid_set
286 static struct raid_type { struct
398 * the requested raid_type passed to the constructor.
455 static bool rt_is_raid0(struct raid_type *rt)
461 static bool rt_is_raid1(struct raid_type *rt)
467 static bool rt_is_raid10(struct raid_type *rt)
473 static bool rt_is_raid45(struct raid_type *rt)
479 static bool rt_is_raid6(struct raid_type *rt)
485 static bool rt_is_raid456(struct raid_type *r
736 raid_set_alloc(struct dm_target *ti, struct raid_type *raid_type, unsigned int raid_devs) argument
[all...]
/linux-master/fs/btrfs/tests/
H A Dextent-map-tests.c868 u64 raid_type; member in struct:rmap_test_vector
899 map->type = test->raid_type;
966 .raid_type = BTRFS_BLOCK_GROUP_RAID1,
983 .raid_type = 0,
/linux-master/fs/btrfs/
H A Ddisk-io.c3995 int raid_type; local
4004 for (raid_type = 0; raid_type < BTRFS_NR_RAID_TYPES; raid_type++) {
4005 if (raid_type == BTRFS_RAID_SINGLE)
4007 if (!(flags & btrfs_raid_array[raid_type].bg_flag))
4010 btrfs_raid_array[raid_type].
H A Dblock-group.c76 u64 raid_type; local
92 for (raid_type = 0; raid_type < BTRFS_NR_RAID_TYPES; raid_type++) {
93 if (num_devices >= btrfs_raid_array[raid_type].devs_min)
94 allowed |= btrfs_raid_array[raid_type].bg_flag;
/linux-master/drivers/scsi/esas2r/
H A Datioctl.h337 u8 raid_type; member in struct:atto_csmi_get_raid_cfg

Completed in 198 milliseconds