BIO_INLINE_VECS
else if (nr_vecs > BIO_INLINE_VECS)
bs->back_pad = BIO_INLINE_VECS * sizeof(struct bio_vec);
if (bs->cache && nr_vecs <= BIO_INLINE_VECS) {
if (nr_vecs > BIO_INLINE_VECS) {
bio_init_inline(bio, bdev, BIO_INLINE_VECS, opf);