Searched refs:linear_map (Results 1 – 3 of 3) sorted by relevance
89 int linear_map(struct dm_target *ti, struct bio *bio) in linear_map() function212 .map = linear_map,
193 int linear_map(struct dm_target *ti, struct bio *bio);
1420 if (likely(ti->type->map == linear_map)) in __map_bio()1421 r = linear_map(ti, clone); in __map_bio()
Completed in 17 milliseconds