Lines Matching refs:MD_MAJOR
36 #define RAID_VERSION _IOR (MD_MAJOR, 0x10, mdu_version_t)
37 #define GET_ARRAY_INFO _IOR (MD_MAJOR, 0x11, mdu_array_info_t)
38 #define GET_DISK_INFO _IOR (MD_MAJOR, 0x12, mdu_disk_info_t)
39 #define RAID_AUTORUN _IO (MD_MAJOR, 0x14)
40 #define GET_BITMAP_FILE _IOR (MD_MAJOR, 0x15, mdu_bitmap_file_t)
43 #define CLEAR_ARRAY _IO (MD_MAJOR, 0x20)
44 #define ADD_NEW_DISK _IOW (MD_MAJOR, 0x21, mdu_disk_info_t)
45 #define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22)
46 #define SET_ARRAY_INFO _IOW (MD_MAJOR, 0x23, mdu_array_info_t)
47 #define SET_DISK_INFO _IO (MD_MAJOR, 0x24)
48 #define WRITE_RAID_INFO _IO (MD_MAJOR, 0x25)
49 #define UNPROTECT_ARRAY _IO (MD_MAJOR, 0x26)
50 #define PROTECT_ARRAY _IO (MD_MAJOR, 0x27)
51 #define HOT_ADD_DISK _IO (MD_MAJOR, 0x28)
52 #define SET_DISK_FAULTY _IO (MD_MAJOR, 0x29)
53 #define HOT_GENERATE_ERROR _IO (MD_MAJOR, 0x2a)
54 #define SET_BITMAP_FILE _IOW (MD_MAJOR, 0x2b, int)
57 #define RUN_ARRAY _IOW (MD_MAJOR, 0x30, mdu_param_t)
59 #define STOP_ARRAY _IO (MD_MAJOR, 0x32)
60 #define STOP_ARRAY_RO _IO (MD_MAJOR, 0x33)
61 #define RESTART_ARRAY_RW _IO (MD_MAJOR, 0x34)
62 #define CLUSTERED_DISK_NACK _IO (MD_MAJOR, 0x35)