dm_dirty_log_type  869 drivers/md/dm-log-userspace-base.c static struct dm_dirty_log_type _userspace_type = {
dm_dirty_log_type   22 drivers/md/dm-log.c static struct dm_dirty_log_type *__find_dirty_log_type(const char *name)
dm_dirty_log_type   24 drivers/md/dm-log.c 	struct dm_dirty_log_type *log_type;
dm_dirty_log_type   33 drivers/md/dm-log.c static struct dm_dirty_log_type *_get_dirty_log_type(const char *name)
dm_dirty_log_type   35 drivers/md/dm-log.c 	struct dm_dirty_log_type *log_type;
dm_dirty_log_type   65 drivers/md/dm-log.c static struct dm_dirty_log_type *get_type(const char *type_name)
dm_dirty_log_type   68 drivers/md/dm-log.c 	struct dm_dirty_log_type *log_type;
dm_dirty_log_type  100 drivers/md/dm-log.c static void put_type(struct dm_dirty_log_type *type)
dm_dirty_log_type  115 drivers/md/dm-log.c int dm_dirty_log_type_register(struct dm_dirty_log_type *type)
dm_dirty_log_type  130 drivers/md/dm-log.c int dm_dirty_log_type_unregister(struct dm_dirty_log_type *type)
dm_dirty_log_type  152 drivers/md/dm-log.c 	struct dm_dirty_log_type *type;
dm_dirty_log_type  825 drivers/md/dm-log.c static struct dm_dirty_log_type _core_type = {
dm_dirty_log_type  843 drivers/md/dm-log.c static struct dm_dirty_log_type _disk_type = {
dm_dirty_log_type   20 include/linux/dm-dirty-log.h struct dm_dirty_log_type;
dm_dirty_log_type   23 include/linux/dm-dirty-log.h 	struct dm_dirty_log_type *type;
dm_dirty_log_type  132 include/linux/dm-dirty-log.h int dm_dirty_log_type_register(struct dm_dirty_log_type *type);
dm_dirty_log_type  133 include/linux/dm-dirty-log.h int dm_dirty_log_type_unregister(struct dm_dirty_log_type *type);