Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Dbvec.h101 #define __bvec_iter_bvec(bvec, iter) (&(bvec)[(iter).bi_idx]) argument
104 #define mp_bvec_iter_page(bvec, iter) \ argument
107 #define mp_bvec_iter_len(bvec, iter) \ argument
111 #define mp_bvec_iter_offset(bvec, iter) \ argument
114 #define mp_bvec_iter_page_idx(bvec, iter) \ argument
117 #define mp_bvec_iter_bvec(bvec, iter) \ argument
125 #define bvec_iter_offset(bvec, iter) \ argument
128 #define bvec_iter_len(bvec, iter) \ argument
132 #define bvec_iter_page(bvec, iter) \ argument
136 #define bvec_iter_bvec(bvec, iter) \ argument
[all …]
H A Dbio.h170 #define bio_iter_last(bvec, iter) ((iter).bi_size == (bvec).bv_len) argument
285 struct bio_vec *bvec = bio_first_bvec_all(bio) + i; in bio_first_folio() local
/linux/fs/erofs/
H A Dzdata.c181 struct z_erofs_bvec *bvec, in z_erofs_bvec_enqueue()
207 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()
1138 struct z_erofs_bvec bvec; member
1143 struct z_erofs_bvec *bvec) in z_erofs_do_decompressed_bvec()
1217 struct z_erofs_bvec bvec; in z_erofs_parse_out_bvecs() local
1241 struct z_erofs_bvec *bvec = &pcl->compressed_bvecs[i]; in z_erofs_parse_in_bvecs() local
1475 static void z_erofs_fill_bio_vec(struct bio_vec *bvec, in z_erofs_fill_bio_vec()
1680 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/block/
H A Dblk-map.c50 struct bio_vec *bvec; in bio_copy_from_iter() local
81 struct bio_vec *bvec; in bio_copy_to_iter() local
354 struct bio_vec *bvec; in bio_copy_kern_endio_read() local
H A Dbio-integrity-auto.c21 struct bio_vec bvec; member
/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
1153 struct bio_vec bvec[IOTLB_IOV_STRIDE]; in copy_to_iotlb() member
1199 struct bio_vec bvec[1]; in getu16_iotlb() member
1235 struct bio_vec bvec; in putu16_iotlb() member
/linux/lib/tests/
H A Dkunit_iov_iter.c219 struct bio_vec *bvec, unsigned int bvmax, in iov_kunit_load_bvec()
262 struct bio_vec bvec[8]; in iov_kunit_copy_to_bvec() local
316 struct bio_vec bvec[8]; in iov_kunit_copy_from_bvec() local
784 struct bio_vec bvec[8]; in iov_kunit_extract_pages_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
H A Dzloop.c132 struct bio_vec *bvec; member
444 struct bio_vec *bvec; in zloop_rw() 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/io_uring/
H A Drsrc.c945 struct bio_vec bv, *bvec; in io_buffer_register_bvec() local
1055 const struct bio_vec *bvec = iter->bvec; in io_import_kbuf() local
1070 const struct bio_vec *bvec; in io_import_fixed() local
1436 const struct bio_vec *bvec = imu->bvec; in iov_kern_bvec_size() local
/linux/net/sunrpc/
H A Dsvcsock.c278 static void svc_flush_bvec(const struct bio_vec *bvec, size_t size, size_t seek) in svc_flush_bvec()
290 static inline void svc_flush_bvec(const struct bio_vec *bvec, size_t size, in svc_flush_bvec()
306 struct bio_vec *bvec = rqstp->rq_bvec; in svc_tcp_read_msg() local
/linux/arch/m68k/emu/
H A Dnfblock.c63 struct bio_vec bvec; in nfhd_submit_bio() local
/linux/drivers/block/zram/
H A Dzram_drv.c195 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
201 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
1771 static int zram_bvec_read_partial(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read_partial()
1786 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read()
1918 static int zram_bvec_write_partial(struct zram *zram, struct bio_vec *bvec, in zram_bvec_write_partial()
1936 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, in zram_bvec_write()
/linux/drivers/mtd/
H A Dmtd_blkdevs.c50 struct bio_vec bvec; in do_blktrans_request() 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/fs/nfs/
H A Dlocalio.c35 struct bio_vec *bvec; member
289 struct bio_vec *bvec, *p; in nfs_bvec_alloc_and_import_pagevec() local
/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

123