Lines Matching defs:bvecs
872 struct bio_vec *bvecs = data->bvec_pos.bvecs;
878 BUG_ON(cursor->resid < bvec_iter_len(bvecs, cursor->bvec_iter));
880 cursor->resid == bvec_iter_len(bvecs, cursor->bvec_iter);
887 struct bio_vec bv = bvec_iter_bvec(cursor->data->bvec_pos.bvecs,
898 struct bio_vec *bvecs = cursor->data->bvec_pos.bvecs;
899 struct page *page = bvec_iter_page(bvecs, cursor->bvec_iter);
902 BUG_ON(bytes > bvec_iter_len(bvecs, cursor->bvec_iter));
904 bvec_iter_advance(bvecs, &cursor->bvec_iter, bytes);
912 page == bvec_iter_page(bvecs, cursor->bvec_iter)))
916 BUG_ON(cursor->resid < bvec_iter_len(bvecs, cursor->bvec_iter));
918 cursor->resid == bvec_iter_len(bvecs, cursor->bvec_iter);