Searched defs:_CREATE_ARRAY_PARAMS_V2 (Results 1 – 4 of 4) sorted by relevance
608 typedef struct _CREATE_ARRAY_PARAMS_V2 { struct609 UCHAR ArrayType; /* 1-level array type */610 UCHAR nDisk; /* number of elements in Members[] array */611 UCHAR BlockSizeShift; /* Stripe size if ArrayType==AT_RAID0 / AT_RAID5 */612 UCHAR CreateFlags; /* See CAF_xxx */614 UCHAR ArrayName[MAX_ARRAYNAME_LEN]; /* Array name */615 UCHAR Description[64]; /* array description */616 UCHAR CreateManager[16]; /* who created it */617 TIME_RECORD CreateTime; /* when created it */618 LBA64 Capacity; /* specify array capacity (0 for default) */[all …]
973 typedef struct _CREATE_ARRAY_PARAMS_V2 { struct974 HPT_U8 ArrayType; /* 1-level array type */975 HPT_U8 nDisk; /* number of elements in Members[] array */976 HPT_U8 BlockSizeShift; /* Stripe size if ArrayType==AT_RAID0 / AT_RAID5 */977 HPT_U8 CreateFlags; /* See CAF_xxx */979 HPT_U8 ArrayName[MAX_ARRAYNAME_LEN];/* Array name */980 HPT_U8 Description[64]; /* array description */981 HPT_U8 CreateManager[16]; /* who created it */982 TIME_RECORD CreateTime; /* when created it */983 HPT_U64 Capacity;[all …]
1168 typedef struct _CREATE_ARRAY_PARAMS_V2 { struct1169 HPT_U8 ArrayType; /* 1-level array type */1170 HPT_U8 nDisk; /* number of elements in Members[] array */1171 HPT_U8 BlockSizeShift; /* Stripe size if ArrayType==AT_RAID0 / AT_RAID5 */1172 HPT_U8 CreateFlags; /* See CAF_xxx */1174 HPT_U8 ArrayName[MAX_ARRAYNAME_LEN];/* Array name */1175 HPT_U8 Description[64]; /* array description */1176 HPT_U8 CreateManager[16]; /* who created it */1177 TIME_RECORD CreateTime; /* when created it */1178 HPT_U64 Capacity;[all …]
1172 typedef struct _CREATE_ARRAY_PARAMS_V2 { struct1173 HPT_U8 ArrayType; /* 1-level array type */1174 HPT_U8 nDisk; /* number of elements in Members[] array */1175 HPT_U8 BlockSizeShift; /* Stripe size if ArrayType==AT_RAID0 / AT_RAID5 */1176 HPT_U8 CreateFlags; /* See CAF_xxx */1178 HPT_U8 ArrayName[MAX_ARRAYNAME_LEN];/* Array name */1179 HPT_U8 Description[64]; /* array description */1180 HPT_U8 CreateManager[16]; /* who created it */1181 TIME_RECORD CreateTime; /* when created it */1182 HPT_U64 Capacity;[all …]