Searched refs:dm_dirty_log_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Ddm-dirty-log.h21 struct dm_dirty_log_type;
24 struct dm_dirty_log_type *type;
29 struct dm_dirty_log_type { struct
133 int dm_dirty_log_type_register(struct dm_dirty_log_type *type);
134 int dm_dirty_log_type_unregister(struct dm_dirty_log_type *type);
/linux-master/drivers/md/
H A Ddm-log.c23 static struct dm_dirty_log_type *__find_dirty_log_type(const char *name)
25 struct dm_dirty_log_type *log_type;
34 static struct dm_dirty_log_type *_get_dirty_log_type(const char *name)
36 struct dm_dirty_log_type *log_type;
53 * Attempt to retrieve the dm_dirty_log_type by name. If not already
66 static struct dm_dirty_log_type *get_type(const char *type_name)
69 struct dm_dirty_log_type *log_type;
101 static void put_type(struct dm_dirty_log_type *type)
116 int dm_dirty_log_type_register(struct dm_dirty_log_type *type)
131 int dm_dirty_log_type_unregister(struct dm_dirty_log_type *typ
[all...]
H A Ddm-log-userspace-base.c866 static struct dm_dirty_log_type _userspace_type = {

Completed in 201 milliseconds