Searched defs:path_selector_type (Results 1 – 1 of 1) sorted by relevance
45 struct path_selector_type { struct46 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 …]