Searched refs:bv_copy (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-integrity.c1839 struct bio_vec bv_copy = bv; local
1844 mem = bvec_kmap_local(&bv_copy);
1853 } while (pos < bv_copy.bv_len && sectors_to_process && checksums != checksums_onstack);
1871 if (unlikely(pos < bv_copy.bv_len)) {
1872 bv_copy.bv_offset += pos;
1873 bv_copy.bv_len -= pos;

Completed in 110 milliseconds