Searched refs:bv_copy (Results 1 – 1 of 1) sorted by relevance
1849 struct bio_vec bv_copy = bv; in integrity_metadata() local1854 mem = bvec_kmap_local(&bv_copy); in integrity_metadata()1863 } while (pos < bv_copy.bv_len && sectors_to_process && checksums != checksums_onstack); in integrity_metadata()1881 if (unlikely(pos < bv_copy.bv_len)) { in integrity_metadata()1882 bv_copy.bv_offset += pos; in integrity_metadata()1883 bv_copy.bv_len -= pos; in integrity_metadata()