Home
last modified time | relevance | path

Searched refs:dm_target (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Ddevice-mapper.h18 struct dm_target;
45 typedef int (*dm_ctr_fn) (struct dm_target *target,
52 typedef void (*dm_dtr_fn) (struct dm_target *ti);
61 typedef int (*dm_map_fn) (struct dm_target *ti, struct bio *bio);
62 typedef int (*dm_clone_and_map_request_fn) (struct dm_target *ti,
77 typedef int (*dm_endio_fn) (struct dm_target *ti,
79 typedef int (*dm_request_endio_fn) (struct dm_target *ti,
83 typedef void (*dm_presuspend_fn) (struct dm_target *ti);
84 typedef void (*dm_presuspend_undo_fn) (struct dm_target *ti);
85 typedef void (*dm_postsuspend_fn) (struct dm_target *ti);
[all …]
Ddm-dirty-log.h24 int (*flush_callback_fn)(struct dm_target *ti);
35 int (*ctr)(struct dm_dirty_log *log, struct dm_target *ti,
140 struct dm_target *ti,
141 int (*flush_callback_fn)(struct dm_target *ti),