Searched refs:DM_MAPIO_REMAPPED (Results 1 - 23 of 23) sorted by relevance

/linux-master/drivers/md/
H A Ddm-stripe.c263 return DM_MAPIO_REMAPPED;
281 return DM_MAPIO_REMAPPED;
297 return DM_MAPIO_REMAPPED;
H A Ddm-unstripe.c142 return DM_MAPIO_REMAPPED;
H A Ddm-dust.c166 return DM_MAPIO_REMAPPED;
173 int r = DM_MAPIO_REMAPPED;
205 return DM_MAPIO_REMAPPED;
212 int r = DM_MAPIO_REMAPPED;
H A Ddm-delay.c305 return DM_MAPIO_REMAPPED;
315 return DM_MAPIO_REMAPPED;
H A Ddm-ebs-target.c369 return DM_MAPIO_REMAPPED;
390 return DM_MAPIO_REMAPPED;
H A Ddm-linear.c95 return DM_MAPIO_REMAPPED;
H A Ddm-snap.c1597 if (r == DM_MAPIO_REMAPPED)
1952 int r = DM_MAPIO_REMAPPED;
1961 return DM_MAPIO_REMAPPED;
2120 int r = DM_MAPIO_REMAPPED;
2130 return DM_MAPIO_REMAPPED;
2425 * If no exceptions need creating, DM_MAPIO_REMAPPED is returned and any
2437 int r = DM_MAPIO_REMAPPED;
2559 int r = DM_MAPIO_REMAPPED;
2675 return DM_MAPIO_REMAPPED;
2678 return DM_MAPIO_REMAPPED;
[all...]
H A Ddm-rq.c376 case DM_MAPIO_REMAPPED:
H A Ddm-switch.c329 return DM_MAPIO_REMAPPED;
H A Ddm-zone.c557 case DM_MAPIO_REMAPPED:
H A Ddm-mpath.c567 return DM_MAPIO_REMAPPED;
668 return DM_MAPIO_REMAPPED;
727 case DM_MAPIO_REMAPPED:
H A Ddm-flakey.c550 return DM_MAPIO_REMAPPED;
H A Ddm-cache-target.c1725 return DM_MAPIO_REMAPPED;
1732 if (map_bio(cache, bio, get_bio_block(cache, bio), &commit_needed) == DM_MAPIO_REMAPPED)
2648 return DM_MAPIO_REMAPPED;
H A Ddm-log-writes.c763 return DM_MAPIO_REMAPPED;
H A Ddm-zoned-target.c646 return DM_MAPIO_REMAPPED;
H A Ddm-writecache.c1586 return DM_MAPIO_REMAPPED;
1593 return DM_MAPIO_REMAPPED;
H A Ddm-era-target.c1583 return DM_MAPIO_REMAPPED;
H A Ddm-raid1.c1242 return DM_MAPIO_REMAPPED;
H A Ddm-clone-target.c1368 return DM_MAPIO_REMAPPED;
H A Ddm-thin.c2800 return DM_MAPIO_REMAPPED;
3458 return DM_MAPIO_REMAPPED;
H A Ddm.c1457 case DM_MAPIO_REMAPPED:
H A Ddm-crypt.c3460 return DM_MAPIO_REMAPPED;
/linux-master/include/linux/
H A Ddevice-mapper.h675 #define DM_MAPIO_REMAPPED 1 macro

Completed in 265 milliseconds