Lines Matching refs:bv
440 struct bio_vec bv; in dasd_fba_build_cp_regular() local
461 rq_for_each_segment(bv, req, iter) { in dasd_fba_build_cp_regular()
462 if (bv.bv_len & (blksize - 1)) in dasd_fba_build_cp_regular()
465 count += bv.bv_len >> (block->s2b_shift + 9); in dasd_fba_build_cp_regular()
466 if (idal_is_needed (page_address(bv.bv_page), bv.bv_len)) in dasd_fba_build_cp_regular()
467 cidaw += bv.bv_len / blksize; in dasd_fba_build_cp_regular()
503 rq_for_each_segment(bv, req, iter) { in dasd_fba_build_cp_regular()
504 dst = bvec_virt(&bv); in dasd_fba_build_cp_regular()
509 memcpy(copy + bv.bv_offset, dst, bv.bv_len); in dasd_fba_build_cp_regular()
511 dst = copy + bv.bv_offset; in dasd_fba_build_cp_regular()
513 for (off = 0; off < bv.bv_len; off += blksize) { in dasd_fba_build_cp_regular()
572 struct bio_vec bv; in dasd_fba_free_cp() local
585 rq_for_each_segment(bv, req, iter) { in dasd_fba_free_cp()
586 dst = bvec_virt(&bv); in dasd_fba_free_cp()
587 for (off = 0; off < bv.bv_len; off += blksize) { in dasd_fba_free_cp()
598 memcpy(dst, cda, bv.bv_len); in dasd_fba_free_cp()