Searched defs:mdp_superblock_1 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/raid/ |
| H A D | md_p.h | 229 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/raid/ |
| H A D | md_p.h | 229 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 …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/raid/ |
| H A D | md_p.h | 229 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 …]
|