Home
last modified time | relevance | path

Searched refs:DIO_INLINE_BIO_VECS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/block/
H A Dfops.c44 #define DIO_INLINE_BIO_VECS 4 macro
50 struct bio_vec inline_vecs[DIO_INLINE_BIO_VECS], *vecs; in __blkdev_direct_IO_simple()
59 if (nr_pages <= DIO_INLINE_BIO_VECS) in __blkdev_direct_IO_simple()
/kernel/linux/linux-5.10/fs/
H A Dblock_dev.c226 #define DIO_INLINE_BIO_VECS 4 macro
242 struct bio_vec inline_vecs[DIO_INLINE_BIO_VECS], *vecs; in __blkdev_direct_IO_simple()
253 if (nr_pages <= DIO_INLINE_BIO_VECS) in __blkdev_direct_IO_simple()

Completed in 5 milliseconds