Home
last modified time | relevance | path

Searched refs:inline_vecs (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Dfs-io-direct.c245 struct iovec inline_vecs[2]; member
316 struct iovec *iov = dio->inline_vecs; in bch2_dio_write_copy_iov()
331 if (dio->iter.nr_segs > ARRAY_SIZE(dio->inline_vecs)) { in bch2_dio_write_copy_iov()
/linux/block/
H A Dfops.c51 struct bio_vec inline_vecs[DIO_INLINE_BIO_VECS], *vecs; in __blkdev_direct_IO_simple() local
59 vecs = inline_vecs; in __blkdev_direct_IO_simple()
99 if (vecs != inline_vecs) in __blkdev_direct_IO_simple()