Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-flakey.c324 goto map_bio; in flakey_map()
342 goto map_bio; in flakey_map()
363 goto map_bio; in flakey_map()
372 map_bio: in flakey_map()
Ddm-log-writes.c660 goto map_bio; in log_writes_map()
666 goto map_bio; in log_writes_map()
670 goto map_bio; in log_writes_map()
709 goto map_bio; in log_writes_map()
719 goto map_bio; in log_writes_map()
760 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.c1591 static int map_bio(struct cache *cache, struct bio *bio, dm_oblock_t block, in map_bio() function
1710 if (map_bio(cache, bio, get_bio_block(cache, bio), &commit_needed) == DM_MAPIO_REMAPPED) in process_bio()
2624 r = map_bio(cache, bio, block, &commit_needed); in cache_map()