Home
last modified time | relevance | path

Searched refs:ps_internal (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-path-selector.c20 struct ps_internal { struct
25 #define pst_to_psi(__pst) container_of((__pst), struct ps_internal, pst) argument
30 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()
90 struct ps_internal *psi = kzalloc(sizeof(*psi), GFP_KERNEL); in _alloc_path_selector()
101 struct ps_internal *psi = _alloc_path_selector(pst); in dm_register_path_selector()
[all …]