Searched refs:nr_iovecs (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-flakey.c | 431 unsigned size, remaining_size, nr_iovecs, order; in clone_bio() local 438 nr_iovecs = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in clone_bio() 440 clone = bio_kmalloc(nr_iovecs, GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN); in clone_bio() 444 bio_init_inline(clone, fc->dev->bdev, nr_iovecs, bio->bi_opf); in clone_bio()
|
| H A D | dm-crypt.c | 1669 unsigned int nr_iovecs = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in crypt_alloc_buffer() local 1678 clone = bio_alloc_bioset(cc->dev->bdev, nr_iovecs, io->base_bio->bi_opf, in crypt_alloc_buffer()
|
| /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 | 481 static struct bio *gfs2_chain_bio(struct bio *prev, unsigned int nr_iovecs, in gfs2_chain_bio() argument 486 new = bio_alloc(prev->bi_bdev, nr_iovecs, opf, GFP_NOIO); in gfs2_chain_bio()
|