Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-dust.c166 return DM_MAPIO_REMAPPED; in __dust_map_read()
173 int r = DM_MAPIO_REMAPPED; in dust_map_read()
205 return DM_MAPIO_REMAPPED; in __dust_map_write()
212 int r = DM_MAPIO_REMAPPED; in dust_map_write()
H A Ddm-stripe.c263 return DM_MAPIO_REMAPPED; in stripe_map_range()
281 return DM_MAPIO_REMAPPED; in stripe_map()
297 return DM_MAPIO_REMAPPED; in stripe_map()
H A Ddm-delay.c251 return DM_MAPIO_REMAPPED; in delay_bio()
261 return DM_MAPIO_REMAPPED; in delay_bio()
H A Ddm-snap.c1597 if (r == DM_MAPIO_REMAPPED) in retry_origin_bios()
1952 int r = DM_MAPIO_REMAPPED; in snapshot_map()
1961 return DM_MAPIO_REMAPPED; in snapshot_map()
2120 int r = DM_MAPIO_REMAPPED; in snapshot_merge_map()
2130 return DM_MAPIO_REMAPPED; in snapshot_merge_map()
2437 int r = DM_MAPIO_REMAPPED; in __origin_write()
2559 int r = DM_MAPIO_REMAPPED; in do_origin()
2675 return DM_MAPIO_REMAPPED; in origin_map()
2678 return DM_MAPIO_REMAPPED; in origin_map()
H A Ddm-ebs-target.c369 return DM_MAPIO_REMAPPED; in ebs_map()
390 return DM_MAPIO_REMAPPED; in ebs_map()
H A Ddm-unstripe.c142 return DM_MAPIO_REMAPPED; in unstripe_map()
H A Ddm-linear.c95 return DM_MAPIO_REMAPPED; in linear_map()
H A Ddm-switch.c329 return DM_MAPIO_REMAPPED; in switch_map()
H A Ddm-zone.c557 case DM_MAPIO_REMAPPED: in dm_zone_map_bio()
H A Ddm-rq.c376 case DM_MAPIO_REMAPPED: in map_request()
H A Ddm-mpath.c567 return DM_MAPIO_REMAPPED; in multipath_clone_and_map()
668 return DM_MAPIO_REMAPPED; in __multipath_map_bio()
727 case DM_MAPIO_REMAPPED: in process_queued_bios()
H A Ddm-flakey.c550 return DM_MAPIO_REMAPPED; in flakey_map()
H A Ddm-cache-target.c1726 return DM_MAPIO_REMAPPED; in map_bio()
1733 if (map_bio(cache, bio, get_bio_block(cache, bio), &commit_needed) == DM_MAPIO_REMAPPED) in process_bio()
2655 return DM_MAPIO_REMAPPED; in cache_map()
H A Ddm-log-writes.c763 return DM_MAPIO_REMAPPED; in log_writes_map()
H A Ddm-zoned-target.c646 return DM_MAPIO_REMAPPED; in dmz_map()
H A Ddm-raid1.c1242 return DM_MAPIO_REMAPPED; in mirror_map()
H A Ddm-writecache.c1586 return DM_MAPIO_REMAPPED; in writecache_map()
1593 return DM_MAPIO_REMAPPED; in writecache_map()
H A Ddm-era-target.c1583 return DM_MAPIO_REMAPPED; in era_map()
H A Ddm-clone-target.c1368 return DM_MAPIO_REMAPPED; in clone_map()
H A Ddm-thin.c2796 return DM_MAPIO_REMAPPED; in thin_bio_map()
3454 return DM_MAPIO_REMAPPED; in pool_map()
H A Ddm.c1437 case DM_MAPIO_REMAPPED: in __map_bio()
H A Ddm-crypt.c3456 return DM_MAPIO_REMAPPED; in crypt_map()
/openbmc/linux/include/linux/
H A Ddevice-mapper.h674 #define DM_MAPIO_REMAPPED 1 macro