Home
last modified time | relevance | path

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

/include/linux/
Ddevice-mapper.h17 struct dm_target;
43 typedef int (*dm_ctr_fn) (struct dm_target *target,
50 typedef void (*dm_dtr_fn) (struct dm_target *ti);
59 typedef int (*dm_map_fn) (struct dm_target *ti, struct bio *bio);
60 typedef int (*dm_clone_and_map_request_fn) (struct dm_target *ti,
74 typedef int (*dm_endio_fn) (struct dm_target *ti,
76 typedef int (*dm_request_endio_fn) (struct dm_target *ti,
80 typedef void (*dm_presuspend_fn) (struct dm_target *ti);
81 typedef void (*dm_presuspend_undo_fn) (struct dm_target *ti);
82 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),