Searched refs:bv_copy (Results 1 – 1 of 1) sorted by relevance
1834 struct bio_vec bv_copy = bv; in integrity_metadata() local1839 mem = bvec_kmap_local(&bv_copy); in integrity_metadata()1848 } while (pos < bv_copy.bv_len && sectors_to_process && checksums != checksums_onstack); in integrity_metadata()1866 if (unlikely(pos < bv_copy.bv_len)) { in integrity_metadata()1867 bv_copy.bv_offset += pos; in integrity_metadata()1868 bv_copy.bv_len -= pos; in integrity_metadata()