Lines Matching refs:bv
449 struct bio_vec bv; in dasd_fba_build_cp_regular() local
470 rq_for_each_segment(bv, req, iter) { in dasd_fba_build_cp_regular()
471 if (bv.bv_len & (blksize - 1)) in dasd_fba_build_cp_regular()
474 count += bv.bv_len >> (block->s2b_shift + 9); in dasd_fba_build_cp_regular()
475 if (idal_is_needed (page_address(bv.bv_page), bv.bv_len)) in dasd_fba_build_cp_regular()
476 cidaw += bv.bv_len / blksize; in dasd_fba_build_cp_regular()
512 rq_for_each_segment(bv, req, iter) { in dasd_fba_build_cp_regular()
513 dst = page_address(bv.bv_page) + bv.bv_offset; in dasd_fba_build_cp_regular()
518 memcpy(copy + bv.bv_offset, dst, bv.bv_len); in dasd_fba_build_cp_regular()
520 dst = copy + bv.bv_offset; in dasd_fba_build_cp_regular()
522 for (off = 0; off < bv.bv_len; off += blksize) { in dasd_fba_build_cp_regular()
581 struct bio_vec bv; in dasd_fba_free_cp() local
594 rq_for_each_segment(bv, req, iter) { in dasd_fba_free_cp()
595 dst = page_address(bv.bv_page) + bv.bv_offset; in dasd_fba_free_cp()
596 for (off = 0; off < bv.bv_len; off += blksize) { in dasd_fba_free_cp()
607 memcpy(dst, cda, bv.bv_len); in dasd_fba_free_cp()