Lines Matching refs:bv
436 struct bio_vec bv; in dasd_fba_build_cp_regular() local
457 rq_for_each_segment(bv, req, iter) { in dasd_fba_build_cp_regular()
458 if (bv.bv_len & (blksize - 1)) in dasd_fba_build_cp_regular()
461 count += bv.bv_len >> (block->s2b_shift + 9); in dasd_fba_build_cp_regular()
462 if (idal_is_needed (page_address(bv.bv_page), bv.bv_len)) in dasd_fba_build_cp_regular()
463 cidaw += bv.bv_len / blksize; in dasd_fba_build_cp_regular()
499 rq_for_each_segment(bv, req, iter) { in dasd_fba_build_cp_regular()
500 dst = bvec_virt(&bv); in dasd_fba_build_cp_regular()
505 memcpy(copy + bv.bv_offset, dst, bv.bv_len); in dasd_fba_build_cp_regular()
507 dst = copy + bv.bv_offset; in dasd_fba_build_cp_regular()
509 for (off = 0; off < bv.bv_len; off += blksize) { in dasd_fba_build_cp_regular()
568 struct bio_vec bv; in dasd_fba_free_cp() local
581 rq_for_each_segment(bv, req, iter) { in dasd_fba_free_cp()
582 dst = bvec_virt(&bv); in dasd_fba_free_cp()
583 for (off = 0; off < bv.bv_len; off += blksize) { in dasd_fba_free_cp()
594 memcpy(dst, cda, bv.bv_len); in dasd_fba_free_cp()