Home
last modified time | relevance | path

Searched refs:stripe_map (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/
H A Ddm-stripe.c272 int stripe_map(struct dm_target *ti, struct bio *bio) in stripe_map() function
478 .map = stripe_map,
H A Ddm.c1421 else if (ti->type->map == stripe_map) in __map_bio()
1422 r = stripe_map(ti, clone); in __map_bio()