Lines Matching full:raid0

65 #define __CTR_FLAG_SYNC			0  /* 1 */ /* Not with raid0! */
66 #define __CTR_FLAG_NOSYNC 1 /* 1 */ /* Not with raid0! */
67 #define __CTR_FLAG_REBUILD 2 /* 2 */ /* Not with raid0! */
68 #define __CTR_FLAG_DAEMON_SLEEP 3 /* 2 */ /* Not with raid0! */
69 #define __CTR_FLAG_MIN_RECOVERY_RATE 4 /* 2 */ /* Not with raid0! */
70 #define __CTR_FLAG_MAX_RECOVERY_RATE 5 /* 2 */ /* Not with raid0! */
74 #define __CTR_FLAG_REGION_SIZE 9 /* 2 */ /* Not with raid0! */
139 /* "raid0" does only accept data offset */
294 {"raid0", "raid0 (striping)", 0, 2, 0, 0 /* NONE */},
400 /* Return true, if raid set in @rs is raid0 */
454 /* Return true, if raid type in @rt is raid0 */
1696 /* raid0 does not recover */ in rs_setup_recovery()
1760 /* raid0 -> raid1/5 with one disk */ in rs_check_takeover()
1765 /* raid0 -> raid10 */ in rs_check_takeover()
1770 /* raid0 with multiple disks -> raid4/5/6 */ in rs_check_takeover()
1785 /* raid10* -> raid0 */ in rs_check_takeover()
1822 /* raid1 -> raid0 */ in rs_check_takeover()
1833 /* raid4 -> raid0 */ in rs_check_takeover()
1849 /* raid5 with parity N -> raid0 */ in rs_check_takeover()
1872 /* raid6 with parity N -> raid0 */ in rs_check_takeover()
2485 /* Enable bitmap creation on @rs unless no metadevs or raid0 or journaled raid4/5/6 set. */ in super_validate()
2577 * We have to keep any raid0 data/metadata device pairs or in analyse_superblocks()
2578 * the MD raid0 personality will fail to start the array. in analyse_superblocks()
2749 /* raid0 -> raid10_far layout */ in rs_setup_takeover()
2997 * Construct a RAID0/1/10/4/5/6 mapping:
3559 /* HM FIXME: do we want another state char for raid0? It shows 'D'/'A'/'-' now */ in raid_status()
3954 /* Try loading the bitmap unless "raid0", which does not have one */ in __load_dirty_region_bitmap()
4058 /* Load the bitmap from disk unless raid0 */ in raid_preresume()
4165 MODULE_DESCRIPTION(DM_NAME " raid0/1/10/4/5/6 target");
4166 MODULE_ALIAS("dm-raid0");