Home
last modified time | relevance | path

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

/linux/include/uapi/linux/raid/
H A Dmd_u.h37 #define GET_ARRAY_INFO _IOR (MD_MAJOR, 0x11, mdu_array_info_t)
46 #define SET_ARRAY_INFO _IOW (MD_MAJOR, 0x23, mdu_array_info_t)
104 } mdu_array_info_t; typedef
/linux/drivers/md/
H A Dmd.c6794 mdu_array_info_t info; in get_array_info()
7533 static int update_array_info(struct mddev *mddev, mdu_array_info_t *info) in update_array_info()
7734 mdu_array_info_t info; in __md_set_array_info()