Searched refs:nr_iovecs (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/include/io_uring/ |
| H A D | mini_liburing.h | 278 unsigned int nr_iovecs) in io_uring_register_buffers() argument 283 IORING_REGISTER_BUFFERS, iovecs, nr_iovecs); in io_uring_register_buffers()
|
| /linux/net/rds/ |
| H A D | rdma.c | 532 static int rds_rdma_pages(struct rds_iovec iov[], int nr_iovecs) in rds_rdma_pages() argument 539 for (i = 0; i < nr_iovecs; i++) { in rds_rdma_pages()
|
| /linux/fs/gfs2/ |
| H A D | lops.c | 480 static struct bio *gfs2_chain_bio(struct bio *prev, unsigned int nr_iovecs) in gfs2_chain_bio() argument 484 new = bio_alloc(prev->bi_bdev, nr_iovecs, prev->bi_opf, GFP_NOIO); in gfs2_chain_bio()
|
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 1668 unsigned int nr_iovecs = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in crypt_alloc_buffer() local 1677 clone = bio_alloc_bioset(cc->dev->bdev, nr_iovecs, io->base_bio->bi_opf, in crypt_alloc_buffer()
|