Searched refs:BIO_INLINE_VECS (Results 1 – 3 of 3) sorted by relevance
168 else if (nr_vecs > BIO_INLINE_VECS) in bvec_free()516 if (bs->cache && nr_vecs <= BIO_INLINE_VECS) { in bio_alloc_bioset()566 if (nr_vecs > BIO_INLINE_VECS) { in bio_alloc_bioset()580 bio_init(bio, bdev, bio->bi_inline_vecs, BIO_INLINE_VECS, opf); in bio_alloc_bioset()1695 bs->back_pad = BIO_INLINE_VECS * sizeof(struct bio_vec); in bioset_init()
258 if (rq->cmd_flags & REQ_ALLOC_CACHE && (nr_vecs <= BIO_INLINE_VECS)) { in blk_rq_map_bio_alloc()
97 #define BIO_INLINE_VECS 4 macro