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