Searched refs:MD_MAJOR (Results 1 – 4 of 4) sorted by relevance
/development/ndk/platforms/android-3/include/linux/raid/ |
D | md_u.h | 15 #define RAID_VERSION _IOR (MD_MAJOR, 0x10, mdu_version_t) 16 #define GET_ARRAY_INFO _IOR (MD_MAJOR, 0x11, mdu_array_info_t) 17 #define GET_DISK_INFO _IOR (MD_MAJOR, 0x12, mdu_disk_info_t) 18 #define PRINT_RAID_DEBUG _IO (MD_MAJOR, 0x13) 19 #define RAID_AUTORUN _IO (MD_MAJOR, 0x14) 20 #define GET_BITMAP_FILE _IOR (MD_MAJOR, 0x15, mdu_bitmap_file_t) 22 #define CLEAR_ARRAY _IO (MD_MAJOR, 0x20) 23 #define ADD_NEW_DISK _IOW (MD_MAJOR, 0x21, mdu_disk_info_t) 24 #define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22) 25 #define SET_ARRAY_INFO _IOW (MD_MAJOR, 0x23, mdu_array_info_t) [all …]
|
/development/ndk/platforms/android-21/include/linux/raid/ |
D | md_u.h | 25 #define RAID_VERSION _IOR (MD_MAJOR, 0x10, mdu_version_t) 26 #define GET_ARRAY_INFO _IOR (MD_MAJOR, 0x11, mdu_array_info_t) 27 #define GET_DISK_INFO _IOR (MD_MAJOR, 0x12, mdu_disk_info_t) 29 #define PRINT_RAID_DEBUG _IO (MD_MAJOR, 0x13) 30 #define RAID_AUTORUN _IO (MD_MAJOR, 0x14) 31 #define GET_BITMAP_FILE _IOR (MD_MAJOR, 0x15, mdu_bitmap_file_t) 32 #define CLEAR_ARRAY _IO (MD_MAJOR, 0x20) 34 #define ADD_NEW_DISK _IOW (MD_MAJOR, 0x21, mdu_disk_info_t) 35 #define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22) 36 #define SET_ARRAY_INFO _IOW (MD_MAJOR, 0x23, mdu_array_info_t) [all …]
|
/development/ndk/platforms/android-3/include/linux/ |
D | major.h | 30 #define MD_MAJOR 9 macro
|
/development/ndk/platforms/android-21/include/linux/ |
D | major.h | 40 #define MD_MAJOR 9 macro
|