Home
last modified time | relevance | path

Searched defs:raid_function_template (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Draid_class.h13 struct raid_function_template { struct
14 const void *cookie;
15 int (*is_raid)(struct device *);
16 void (*get_resync)(struct device *);
17 void (*get_state)(struct device *);
/kernel/linux/linux-5.10/include/linux/
Draid_class.h13 struct raid_function_template { struct
14 void *cookie;
15 int (*is_raid)(struct device *);
16 void (*get_resync)(struct device *);
17 void (*get_state)(struct device *);