Lines Matching refs:bio_vec

154 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned int idx)  in bvec_free()
171 struct bio_vec *bvec_alloc(gfp_t gfp_mask, int nr, unsigned long *idx, in bvec_alloc()
174 struct bio_vec *bvl; in bvec_alloc()
278 void bio_init(struct bio *bio, struct bio_vec *table, in bio_init()
443 struct bio_vec *bvl = NULL; in bio_alloc_bioset()
535 struct bio_vec bv; in zero_fill_bio_iter()
559 struct bio_vec bv; in bio_truncate()
738 static inline bool page_is_mergeable(const struct bio_vec *bv, in page_is_mergeable()
766 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_try_merge_hw_seg()
795 struct bio_vec *bvec; in bio_add_hw_page()
878 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; in __bio_try_merge_page()
907 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt]; in __bio_add_page()
951 struct bio_vec *bvec; in bio_release_pages()
966 const struct bio_vec *bv = iter->bvec; in __bio_iov_bvec_add_pages()
990 #define PAGE_PTRS_PER_BVEC (sizeof(struct bio_vec) / sizeof(struct page *))
1006 struct bio_vec *bv = bio->bi_io_vec + bio->bi_vcnt; in __bio_iov_iter_get_pages()
1053 struct bio_vec *bv = bio->bi_io_vec + bio->bi_vcnt; in __bio_iov_append_get_pages()
1202 struct bio_vec src_bv, dst_bv; in bio_copy_data_iter()
1286 struct bio_vec *bvec; in bio_free_pages()
1325 struct bio_vec *bvec; in bio_set_pages_dirty()
1373 struct bio_vec *bvec; in bio_check_pages_dirty()
1591 unsigned int back_pad = BIO_INLINE_VECS * sizeof(struct bio_vec); in bioset_init()
1655 size = bvs->nr_vecs * sizeof(struct bio_vec); in biovec_init_slabs()