dm_dirty_log_type
static struct dm_dirty_log_type _userspace_type = {
static void put_type(struct dm_dirty_log_type *type)
int dm_dirty_log_type_register(struct dm_dirty_log_type *type)
int dm_dirty_log_type_unregister(struct dm_dirty_log_type *type)
struct dm_dirty_log_type *type;
static struct dm_dirty_log_type *__find_dirty_log_type(const char *name)
struct dm_dirty_log_type *log_type;
static struct dm_dirty_log_type *_get_dirty_log_type(const char *name)
struct dm_dirty_log_type *log_type;
static struct dm_dirty_log_type *get_type(const char *type_name)
struct dm_dirty_log_type *log_type;
static struct dm_dirty_log_type _core_type = {
static struct dm_dirty_log_type _disk_type = {
int dm_dirty_log_type_register(struct dm_dirty_log_type *type);
int dm_dirty_log_type_unregister(struct dm_dirty_log_type *type);
struct dm_dirty_log_type;
struct dm_dirty_log_type *type;