Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-flakey.c476 unsigned this_step = min(bvec.bv_len, to_copy); in clone_bio() local
478 memcpy(virt, map, this_step); in clone_bio()
481 bvec_iter_advance(bio->bi_io_vec, &iter, this_step); in clone_bio()
482 to_copy -= this_step; in clone_bio()
483 virt += this_step; in clone_bio()