Home
last modified time | relevance | path

Searched refs:DM_ENDIO_DONE (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-stripe.c442 return DM_ENDIO_DONE; /* I/O complete */ in stripe_end_io()
445 return DM_ENDIO_DONE; in stripe_end_io()
448 return DM_ENDIO_DONE; in stripe_end_io()
467 return DM_ENDIO_DONE; in stripe_end_io()
H A Ddm-flakey.c387 return DM_ENDIO_DONE; in flakey_end_io()
407 return DM_ENDIO_DONE; in flakey_end_io()
H A Ddm-rq.c206 int r = DM_ENDIO_DONE; in dm_done()
230 case DM_ENDIO_DONE: in dm_done()
H A Ddm-raid1.c1250 return DM_ENDIO_DONE; in mirror_end_io()
1267 return DM_ENDIO_DONE; in mirror_end_io()
1297 return DM_ENDIO_DONE; in mirror_end_io()
H A Ddm-mpath.c1639 int r = DM_ENDIO_DONE; in multipath_end_io()
1668 r = DM_ENDIO_DONE; in multipath_end_io()
1690 int r = DM_ENDIO_DONE; in multipath_end_io_bio()
H A Ddm-log-writes.c813 return DM_ENDIO_DONE; in normal_end_io()
H A Ddm-clone-target.c1393 return DM_ENDIO_DONE; in clone_endio()
H A Ddm-snap.c2209 return DM_ENDIO_DONE; in snapshot_end_io()
H A Ddm.c1029 case DM_ENDIO_DONE: in clone_endio()
H A Ddm-cache-target.c2726 return DM_ENDIO_DONE; in cache_end_io()
H A Ddm-thin.c4347 return DM_ENDIO_DONE; in thin_endio()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h602 #define DM_ENDIO_DONE 0 macro