dm_exception_store_type
static void put_type(struct dm_exception_store_type *type)
int dm_exception_store_type_register(struct dm_exception_store_type *type)
int dm_exception_store_type_unregister(struct dm_exception_store_type *type)
struct dm_exception_store_type *type = NULL;
static struct dm_exception_store_type *__find_exception_store_type(const char *name)
struct dm_exception_store_type *type;
static struct dm_exception_store_type *_get_exception_store_type(const char *name)
struct dm_exception_store_type *type;
static struct dm_exception_store_type *get_type(const char *type_name)
struct dm_exception_store_type *type;
struct dm_exception_store_type *type;
int dm_exception_store_type_register(struct dm_exception_store_type *type);
int dm_exception_store_type_unregister(struct dm_exception_store_type *type);
static struct dm_exception_store_type _persistent_type = {
static struct dm_exception_store_type _persistent_compat_type = {
static struct dm_exception_store_type _transient_type = {
static struct dm_exception_store_type _transient_compat_type = {