Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/md/
H A Dmd.c6732 mdu_array_info_t info; in get_array_info()
7471 static int update_array_info(struct mddev *mddev, mdu_array_info_t *info) in update_array_info()
7672 mdu_array_info_t info; in __md_set_array_info()