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;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);78 int (*flush)(struct dm_dirty_log *log);108 void (*set_region_sync)(struct dm_dirty_log *log,[all …]