Searched refs:ps_internal (Results 1 – 1 of 1) sorted by relevance
20 struct ps_internal { struct25 #define pst_to_psi(__pst) container_of((__pst), struct ps_internal, pst) argument30 static struct ps_internal *__find_path_selector_type(const char *name) in __find_path_selector_type()32 struct ps_internal *psi; in __find_path_selector_type()42 static struct ps_internal *get_path_selector(const char *name) in get_path_selector()44 struct ps_internal *psi; in get_path_selector()57 struct ps_internal *psi; in dm_get_path_selector()73 struct ps_internal *psi; in dm_put_path_selector()88 static struct ps_internal *_alloc_path_selector(struct path_selector_type *pst) in _alloc_path_selector()90 struct ps_internal *psi = kzalloc(sizeof(*psi), GFP_KERNEL); in _alloc_path_selector()[all …]