Home
last modified time | relevance | path

Searched refs:nr_iovecs (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-flakey.c416 unsigned size, remaining_size, nr_iovecs, order; in clone_bio() local
423 nr_iovecs = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in clone_bio()
425 clone = bio_kmalloc(nr_iovecs, GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN); in clone_bio()
429 bio_init(clone, fc->dev->bdev, bio->bi_inline_vecs, nr_iovecs, bio->bi_opf); in clone_bio()
H A Ddm-crypt.c1684 unsigned int nr_iovecs = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in crypt_alloc_buffer() local
1693 clone = bio_alloc_bioset(cc->dev->bdev, nr_iovecs, io->base_bio->bi_opf, in crypt_alloc_buffer()
/openbmc/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c159 unsigned nr_iovecs) in io_uring_register_buffers() argument
164 IORING_REGISTER_BUFFERS, iovecs, nr_iovecs); in io_uring_register_buffers()
/openbmc/linux/net/rds/
H A Drdma.c532 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()
/openbmc/linux/fs/gfs2/
H A Dlops.c488 static struct bio *gfs2_chain_bio(struct bio *prev, unsigned int nr_iovecs) in gfs2_chain_bio() argument
492 new = bio_alloc(prev->bi_bdev, nr_iovecs, prev->bi_opf, GFP_NOIO); in gfs2_chain_bio()