md_u.h (mdadm-4.1) | : | md_u.h (mdadm-4.2) | ||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
#define RAID_VERSION _IOR (MD_MAJOR, 0x10, mdu_version_t) | #define RAID_VERSION _IOR (MD_MAJOR, 0x10, mdu_version_t) | |||
#define GET_ARRAY_INFO _IOR (MD_MAJOR, 0x11, mdu_array_info_t) | #define GET_ARRAY_INFO _IOR (MD_MAJOR, 0x11, mdu_array_info_t) | |||
#define GET_DISK_INFO _IOR (MD_MAJOR, 0x12, mdu_disk_info_t) | #define GET_DISK_INFO _IOR (MD_MAJOR, 0x12, mdu_disk_info_t) | |||
#define RAID_AUTORUN _IO (MD_MAJOR, 0x14) | #define RAID_AUTORUN _IO (MD_MAJOR, 0x14) | |||
#define GET_BITMAP_FILE _IOR (MD_MAJOR, 0x15, mdu_bitmap_file_t) | #define GET_BITMAP_FILE _IOR (MD_MAJOR, 0x15, mdu_bitmap_file_t) | |||
/* configuration */ | /* configuration */ | |||
#define ADD_NEW_DISK _IOW (MD_MAJOR, 0x21, mdu_disk_info_t) | #define ADD_NEW_DISK _IOW (MD_MAJOR, 0x21, mdu_disk_info_t) | |||
#define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22) | #define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22) | |||
#define SET_ARRAY_INFO _IOW (MD_MAJOR, 0x23, mdu_array_info_t) | #define SET_ARRAY_INFO _IOW (MD_MAJOR, 0x23, mdu_array_info_t) | |||
#define HOT_ADD_DISK _IO (MD_MAJOR, 0x28) | ||||
#define SET_DISK_FAULTY _IO (MD_MAJOR, 0x29) | #define SET_DISK_FAULTY _IO (MD_MAJOR, 0x29) | |||
#define SET_BITMAP_FILE _IOW (MD_MAJOR, 0x2b, int) | #define SET_BITMAP_FILE _IOW (MD_MAJOR, 0x2b, int) | |||
/* usage */ | /* usage */ | |||
#define RUN_ARRAY _IOW (MD_MAJOR, 0x30, mdu_param_t) | #define RUN_ARRAY _IOW (MD_MAJOR, 0x30, mdu_param_t) | |||
#define STOP_ARRAY _IO (MD_MAJOR, 0x32) | #define STOP_ARRAY _IO (MD_MAJOR, 0x32) | |||
#define STOP_ARRAY_RO _IO (MD_MAJOR, 0x33) | #define STOP_ARRAY_RO _IO (MD_MAJOR, 0x33) | |||
#define RESTART_ARRAY_RW _IO (MD_MAJOR, 0x34) | #define RESTART_ARRAY_RW _IO (MD_MAJOR, 0x34) | |||
#define CLUSTERED_DISK_NACK _IO (MD_MAJOR, 0x35) | #define CLUSTERED_DISK_NACK _IO (MD_MAJOR, 0x35) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |