Home
last modified time | relevance | path

Searched refs:this_step (Results 1 – 2 of 2) 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()
H A Ddm-integrity.c915 size_t this_step; in xor_journal() local
931 this_step = min(n_bytes, (size_t)PAGE_SIZE - pl_offset); in xor_journal()
936 async_xor(dst_page, src_pages, pl_offset, 2, this_step, &submit); in xor_journal()
940 n_bytes -= this_step; in xor_journal()