Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddevice-mapper.h78 typedef int (*dm_endio_fn) (struct dm_target *ti, typedef
195 dm_endio_fn end_io;
/openbmc/linux/drivers/md/
H A Ddm.c1097 dm_endio_fn endio = ti->type->end_io; in clone_endio()