Home
last modified time | relevance | path

Searched defs:bvec (Results 1 – 25 of 63) sorted by relevance

123

/linux/block/
H A Dbio-integrity.c262 static int bio_integrity_copy_user(struct bio *bio, struct bio_vec *bvec, in bio_integrity_copy_user()
319 static int bio_integrity_init_user(struct bio *bio, struct bio_vec *bvec, in bio_integrity_init_user()
334 static unsigned int bvec_from_pages(struct bio_vec *bvec, struct page **pages, in bvec_from_pages()
372 struct bio_vec stack_vec[UIO_FASTIOV], *bvec = stack_vec; in bio_integrity_map_user() local
H A Dblk-map.c69 struct bio_vec *bvec; in bio_copy_from_iter() local
100 struct bio_vec *bvec; in bio_copy_to_iter() local
343 struct bio_vec *bvec; in bio_copy_kern_endio_read() local
H A Dbio-integrity-fs.c11 struct bio_vec bvec; member
H A Dbio-integrity-auto.c21 struct bio_vec bvec; member
/linux/fs/erofs/
H A Dzdata.c182 struct z_erofs_bvec *bvec, in z_erofs_bvec_enqueue()
208 struct z_erofs_bvec *bvec, in z_erofs_bvec_dequeue()
620 struct z_erofs_bvec *bvec = pcl->compressed_bvecs; in z_erofs_cache_release_folio() local
690 struct z_erofs_bvec *bvec, bool exclusive) in z_erofs_attach_page()
1121 struct z_erofs_bvec bvec; member
1126 struct z_erofs_bvec *bvec) in z_erofs_do_decompressed_bvec()
1200 struct z_erofs_bvec bvec; in z_erofs_parse_out_bvecs() local
1224 struct z_erofs_bvec *bvec = &pcl->compressed_bvecs[i]; in z_erofs_parse_in_bvecs() local
1484 static void z_erofs_fill_bio_vec(struct bio_vec *bvec, in z_erofs_fill_bio_vec()
1690 struct bio_vec bvec; in z_erofs_submit_queue() local
/linux/fs/squashfs/
H A Dblock.c39 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in copy_bio_to_actor() local
313 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_read_data() local
H A Dzlib_wrapper.c57 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zlib_uncompress() local
H A Dlzo_wrapper.c70 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lzo_uncompress() local
H A Dzstd_wrapper.c72 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zstd_uncompress() local
H A Dlz4_wrapper.c96 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lz4_uncompress() local
H A Dxz_wrapper.c124 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_xz_uncompress() local
/linux/drivers/vhost/
H A Dvringh.c1034 struct bio_vec *bvec; member
1080 struct bio_vec *bvec = ivec->iov.bvec; in iotlb_translate() local
1107 struct bio_vec bvec[IOTLB_IOV_STRIDE]; in copy_from_iotlb() member
1154 struct bio_vec bvec[IOTLB_IOV_STRIDE]; in copy_to_iotlb() member
1201 struct bio_vec bvec[1]; in getu16_iotlb() member
1237 struct bio_vec bvec; in putu16_iotlb() member
/linux/lib/tests/
H A Dkunit_iov_iter.c231 struct bio_vec *bvec, unsigned int bvmax, in iov_kunit_load_bvec()
274 struct bio_vec bvec[8]; in iov_kunit_copy_to_bvec() local
328 struct bio_vec bvec[8]; in iov_kunit_copy_from_bvec() local
793 struct bio_vec bvec[8]; in iov_kunit_extract_pages_bvec() local
1146 struct bio_vec *bvec; in iov_kunit_iter_to_sg_bvec() local
/linux/net/rds/
H A Dtcp_send.c76 struct bio_vec bvec; in rds_tcp_xmit() local
/linux/drivers/block/
H A Dn64cart.c89 struct bio_vec bvec; in n64cart_submit_bio() local
/linux/drivers/md/
H A Ddm-flakey.c365 struct bio_vec bvec; in corrupt_bio_common() local
475 struct bio_vec bvec = bvec_iter_bvec(bio->bi_io_vec, iter); in clone_bio() local
/linux/fs/iomap/
H A Dbio.c163 struct bio_vec bvec; in iomap_bio_read_folio_range_sync() local
/linux/fs/nfs/
H A Dlocalio.c37 struct bio_vec *bvec; member
386 const struct bio_vec *bvec = i->bvec; in nfs_iov_iter_aligned_bvec() local
408 nfs_local_iter_setup(struct iov_iter *iter, int rw, struct bio_vec *bvec, in nfs_local_iter_setup()
/linux/net/sunrpc/
H A Dsvcsock.c316 static void svc_flush_bvec(const struct bio_vec *bvec, size_t size, size_t seek) in svc_flush_bvec() argument
328 static inline void svc_flush_bvec(const struct bio_vec *bvec, size_t size, in svc_flush_bvec() argument
344 struct bio_vec *bvec = rqstp->rq_bvec; in svc_tcp_read_msg() local
/linux/drivers/target/
H A Dtarget_core_file.c318 struct bio_vec *bvec; in fd_do_rw() local
435 struct bio_vec *bvec; in fd_execute_write_same() local
/linux/drivers/mtd/
H A Dmtd_blkdevs.c50 struct bio_vec bvec; in do_blktrans_request() local
/linux/drivers/nvme/target/
H A Dtcp.c633 struct bio_vec bvec; in nvmet_try_send_data_pdu() local
665 struct bio_vec bvec; in nvmet_try_send_data() local
712 struct bio_vec bvec; in nvmet_try_send_response() local
742 struct bio_vec bvec; in nvmet_try_send_r2t() local
/linux/drivers/block/zram/
H A Dzram_drv.c220 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io() argument
226 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io() argument
2186 static int zram_bvec_read_partial(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read_partial() argument
2201 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read() argument
2331 static int zram_bvec_write_partial(struct zram *zram, struct bio_vec *bvec, in zram_bvec_write_partial() argument
2349 zram_bvec_write(struct zram * zram,struct bio_vec * bvec,u32 index,int offset,struct bio * bio) zram_bvec_write() argument
[all...]
/linux/net/ceph/
H A Dmessenger_v1.c43 struct bio_vec bvec; in ceph_tcp_recvpage() local
86 struct bio_vec bvec; in ceph_tcp_sendpage() local
/linux/include/linux/
H A Dbio.h185 #define bio_iter_last(bvec, iter) ((iter).bi_size == (bvec).bv_len) argument
279 struct bio_vec *bvec = bio_first_bvec_all(bio) + i; in bio_first_folio() local

123