Home
last modified time | relevance | path

Searched refs:BIO_INLINE_VECS (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/block/
Dbio-integrity.c64 inline_vecs = BIO_INLINE_VECS; in bio_integrity_alloc()
462 sizeof(struct bio_vec) * BIO_INLINE_VECS, in bio_integrity_init()
Dbio.c164 else if (nr_vecs > BIO_INLINE_VECS) in bvec_free()
483 if (bs->cache && nr_vecs <= BIO_INLINE_VECS) { in bio_alloc_bioset()
531 if (nr_vecs > BIO_INLINE_VECS) { in bio_alloc_bioset()
545 bio_init(bio, bdev, bio->bi_inline_vecs, BIO_INLINE_VECS, opf); in bio_alloc_bioset()
1693 bs->back_pad = BIO_INLINE_VECS * sizeof(struct bio_vec); in bioset_init()
Dblk.h79 #define BIO_INLINE_VECS 4 macro