Searched refs:dm_dirty_log_type (Results 1 – 4 of 4) sorted by relevance
21 struct dm_dirty_log_type;24 struct dm_dirty_log_type *type;29 struct dm_dirty_log_type { struct133 int dm_dirty_log_type_register(struct dm_dirty_log_type *type); argument134 int dm_dirty_log_type_unregister(struct dm_dirty_log_type *type);
23 static struct dm_dirty_log_type *__find_dirty_log_type(const char *name) in __find_dirty_log_type()25 struct dm_dirty_log_type *log_type; in __find_dirty_log_type()34 static struct dm_dirty_log_type *_get_dirty_log_type(const char *name) in _get_dirty_log_type()36 struct dm_dirty_log_type *log_type; in _get_dirty_log_type()66 static struct dm_dirty_log_type *get_type(const char *type_name) in get_type()69 struct dm_dirty_log_type *log_type; in get_type()101 static void put_type(struct dm_dirty_log_type *type) in put_type()116 int dm_dirty_log_type_register(struct dm_dirty_log_type *type) in dm_dirty_log_type_register()131 int dm_dirty_log_type_unregister(struct dm_dirty_log_type *type) in dm_dirty_log_type_unregister()153 struct dm_dirty_log_type *type; in dm_dirty_log_create()[all …]
866 static struct dm_dirty_log_type _userspace_type = {
16 dm_dirty_log_type in include/linux/dm-dirty-log.h). Various different