Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-exception-store.c23 static struct dm_exception_store_type *__find_exception_store_type(const char *name) in __find_exception_store_type()
25 struct dm_exception_store_type *type; in __find_exception_store_type()
34 static struct dm_exception_store_type *_get_exception_store_type(const char *name) in _get_exception_store_type()
36 struct dm_exception_store_type *type; in _get_exception_store_type()
73 static struct dm_exception_store_type *get_type(const char *type_name) in get_type()
76 struct dm_exception_store_type *type; in get_type()
104 static void put_type(struct dm_exception_store_type *type) in put_type()
111 int dm_exception_store_type_register(struct dm_exception_store_type *type) in dm_exception_store_type_register()
126 int dm_exception_store_type_unregister(struct dm_exception_store_type *type) in dm_exception_store_type_unregister()
198 struct dm_exception_store_type *type = NULL; in dm_exception_store_create()
H A Ddm-exception-store.h43 struct dm_exception_store_type { struct
118 struct dm_exception_store_type *type; argument
181 int dm_exception_store_type_register(struct dm_exception_store_type *type);
182 int dm_exception_store_type_unregister(struct dm_exception_store_type *type);
H A Ddm-snap-transient.c110 static struct dm_exception_store_type _transient_type = {
122 static struct dm_exception_store_type _transient_compat_type = {
H A Ddm-snap-persistent.c926 static struct dm_exception_store_type _persistent_type = {
941 static struct dm_exception_store_type _persistent_compat_type = {