Home
last modified time | relevance | path

Searched refs:MD_MAJOR (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/uapi/linux/raid/
Dmd_u.h40 #define RAID_VERSION _IOR (MD_MAJOR, 0x10, mdu_version_t)
41 #define GET_ARRAY_INFO _IOR (MD_MAJOR, 0x11, mdu_array_info_t)
42 #define GET_DISK_INFO _IOR (MD_MAJOR, 0x12, mdu_disk_info_t)
43 #define RAID_AUTORUN _IO (MD_MAJOR, 0x14)
44 #define GET_BITMAP_FILE _IOR (MD_MAJOR, 0x15, mdu_bitmap_file_t)
47 #define CLEAR_ARRAY _IO (MD_MAJOR, 0x20)
48 #define ADD_NEW_DISK _IOW (MD_MAJOR, 0x21, mdu_disk_info_t)
49 #define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22)
50 #define SET_ARRAY_INFO _IOW (MD_MAJOR, 0x23, mdu_array_info_t)
51 #define SET_DISK_INFO _IO (MD_MAJOR, 0x24)
[all …]
/linux-4.19.296/include/uapi/linux/
Dmajor.h25 #define MD_MAJOR 9 macro