Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/raid/
Dmd_u.h41 #define GET_ARRAY_INFO _IOR (MD_MAJOR, 0x11, mdu_array_info_t)
50 #define SET_ARRAY_INFO _IOW (MD_MAJOR, 0x23, mdu_array_info_t)
108 } mdu_array_info_t; typedef
/linux-6.1.9/drivers/md/
Dmd.c6552 mdu_array_info_t info; in get_array_info()
7284 static int update_array_info(struct mddev *mddev, mdu_array_info_t *info) in update_array_info()
7577 mdu_array_info_t info; in md_ioctl()