Home
last modified time | relevance | path

Searched refs:map_bio (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/md/
Ddm-flakey.c327 goto map_bio; in flakey_map()
345 goto map_bio; in flakey_map()
366 goto map_bio; in flakey_map()
375 map_bio: in flakey_map()
Ddm-log-writes.c683 goto map_bio; in log_writes_map()
689 goto map_bio; in log_writes_map()
693 goto map_bio; in log_writes_map()
732 goto map_bio; in log_writes_map()
742 goto map_bio; in log_writes_map()
785 map_bio: in log_writes_map()
Ddm-raid1.c458 static void map_bio(struct mirror *m, struct bio *bio) in map_bio() function
781 map_bio(get_default_mirror(ms), bio); in do_writes()
1228 map_bio(m, bio); in mirror_map()
Ddm-cache-target.c1695 static int map_bio(struct cache *cache, struct bio *bio, dm_oblock_t block, in map_bio() function
1814 if (map_bio(cache, bio, get_bio_block(cache, bio), &commit_needed) == DM_MAPIO_REMAPPED) in process_bio()
2746 r = map_bio(cache, bio, block, &commit_needed); in cache_map()