Home
last modified time | relevance | path

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

/linux/block/
A Dbio-integrity.c64 inline_vecs = BIO_INLINE_VECS; in bio_integrity_alloc()
462 sizeof(struct bio_vec) * BIO_INLINE_VECS, in bio_integrity_init()
A Dbio.c164 else if (nr_vecs > BIO_INLINE_VECS) in bvec_free()
478 if (nr_iovecs > BIO_INLINE_VECS) { in bio_alloc_bioset()
492 bio_init(bio, bio->bi_inline_vecs, BIO_INLINE_VECS); in bio_alloc_bioset()
1626 bs->back_pad = BIO_INLINE_VECS * sizeof(struct bio_vec); in bioset_init()
1703 if (!(kiocb->ki_flags & IOCB_ALLOC_CACHE) || nr_vecs > BIO_INLINE_VECS) in bio_alloc_kiocb()
A Dblk.h94 #define BIO_INLINE_VECS 4 macro

Completed in 8 milliseconds