Home
last modified time | relevance | path

Searched defs:mdp_superblock_1 (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/raid/
Dmd_p.h123 struct mdp_superblock_1 { struct
124 __le32 magic;
125 __le32 major_version;
126 __le32 feature_map;
127 __le32 pad0;
128 __u8 set_uuid[16];
129 char set_name[32];
130 __le64 ctime;
131 __le32 level;
132 __le32 layout;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/raid/
Dmd_p.h121 struct mdp_superblock_1 { struct
123 __le32 magic;
124 __le32 major_version;
125 __le32 feature_map;
126 __le32 pad0;
127 __u8 set_uuid[16];
128 char set_name[32];
129 __le64 ctime;
130 __le32 level;
131 __le32 layout;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/raid/
Dmd_p.h229 struct mdp_superblock_1 { struct
231 __le32 magic; /* MD_SB_MAGIC: 0xa92b4efc - little endian */
232 __le32 major_version; /* 1 */
233 __le32 feature_map; /* bit 0 set if 'bitmap_offset' is meaningful */
234 __le32 pad0; /* always set to 0 when writing */
236 __u8 set_uuid[16]; /* user-space generated. */
237 char set_name[32]; /* set and interpreted by user-space */
239 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/
240 __le32 level; /* -4 (multipath), -1 (linear), 0,1,4,5 */
241 __le32 layout; /* only for raid5 and raid10 currently */
[all …]