Searched defs:path_selector_type (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-path-selector.h | 45 struct path_selector_type { struct 46 char *name; 47 struct module *module; 49 unsigned int features; 50 unsigned int table_args; 51 unsigned int info_args; 56 int (*create)(struct path_selector *ps, unsigned int argc, char **argv); 57 void (*destroy)(struct path_selector *ps); 63 int (*add_path)(struct path_selector *ps, struct dm_path *path, 70 struct dm_path *(*select_path)(struct path_selector *ps, size_t nr_bytes); [all …]
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-path-selector.h | 30 struct path_selector_type { struct 31 char *name; 32 struct module *module; 34 unsigned int table_args; 35 unsigned int info_args; 40 int (*create) (struct path_selector *ps, unsigned argc, char **argv); 41 void (*destroy) (struct path_selector *ps); 47 int (*add_path) (struct path_selector *ps, struct dm_path *path, 54 struct dm_path *(*select_path) (struct path_selector *ps, 81 int dm_register_path_selector(struct path_selector_type *type); argument
|