Searched refs:path_selector_type (Results 1 – 8 of 8) sorted by relevance
24 struct path_selector_type;26 struct path_selector_type *type;45 struct path_selector_type { struct96 int dm_register_path_selector(struct path_selector_type *type); argument99 int dm_unregister_path_selector(struct path_selector_type *type);102 struct path_selector_type *dm_get_path_selector(const char *name);105 void dm_put_path_selector(struct path_selector_type *pst);
21 struct path_selector_type pst;55 struct path_selector_type *dm_get_path_selector(const char *name) in dm_get_path_selector()71 void dm_put_path_selector(struct path_selector_type *pst) in dm_put_path_selector()88 static struct ps_internal *_alloc_path_selector(struct path_selector_type *pst) in _alloc_path_selector()98 int dm_register_path_selector(struct path_selector_type *pst) in dm_register_path_selector()120 int dm_unregister_path_selector(struct path_selector_type *pst) in dm_unregister_path_selector()
205 static struct path_selector_type rr_ps = {
243 static struct path_selector_type ql_ps = {
238 static struct path_selector_type ioa_ps = {
324 static struct path_selector_type st_ps = {
523 static struct path_selector_type hst_ps = {
849 struct path_selector_type *pst; in parse_path_selector()