Home
last modified time | relevance | path

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

/include/linux/
A Ddevice-mapper.h19 struct dm_target;
46 typedef int (*dm_ctr_fn) (struct dm_target *target,
53 typedef void (*dm_dtr_fn) (struct dm_target *ti);
78 typedef int (*dm_endio_fn) (struct dm_target *ti,
88 typedef void (*dm_resume_fn) (struct dm_target *ti);
150 typedef int (*dm_busy_fn) (struct dm_target *ti);
312 struct dm_target { struct
532 int dm_suspended(struct dm_target *ti);
533 int dm_post_suspending(struct dm_target *ti);
534 int dm_noflush_suspending(struct dm_target *ti);
[all …]
A Ddm-dirty-log.h25 int (*flush_callback_fn)(struct dm_target *ti);
36 int (*ctr)(struct dm_dirty_log *log, struct dm_target *ti,
141 struct dm_target *ti,
142 int (*flush_callback_fn)(struct dm_target *ti),

Completed in 5 milliseconds