Searched defs:dm_dirty_log_type (Results 1 – 1 of 1) sorted by relevance
29 struct dm_dirty_log_type { struct30 const char *name;31 struct module *module;34 struct list_head list;36 int (*ctr)(struct dm_dirty_log *log, struct dm_target *ti,38 void (*dtr)(struct dm_dirty_log *log);44 int (*presuspend)(struct dm_dirty_log *log);45 int (*postsuspend)(struct dm_dirty_log *log);46 int (*resume)(struct dm_dirty_log *log);52 uint32_t (*get_region_size)(struct dm_dirty_log *log);[all …]