Home
last modified time | relevance | path

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

123

/linux-6.14.4/include/linux/
Dbvec.h98 #define __bvec_iter_bvec(bvec, iter) (&(bvec)[(iter).bi_idx]) argument
101 #define mp_bvec_iter_page(bvec, iter) \ argument
104 #define mp_bvec_iter_len(bvec, iter) \ argument
108 #define mp_bvec_iter_offset(bvec, iter) \ argument
111 #define mp_bvec_iter_page_idx(bvec, iter) \ argument
114 #define mp_bvec_iter_bvec(bvec, iter) \ argument
122 #define bvec_iter_offset(bvec, iter) \ argument
125 #define bvec_iter_len(bvec, iter) \ argument
129 #define bvec_iter_page(bvec, iter) \ argument
133 #define bvec_iter_bvec(bvec, iter) \ argument
[all …]
/linux-6.14.4/block/
Dbio-integrity.c196 static int bio_integrity_copy_user(struct bio *bio, struct bio_vec *bvec, in bio_integrity_copy_user()
255 static int bio_integrity_init_user(struct bio *bio, struct bio_vec *bvec, in bio_integrity_init_user()
270 static unsigned int bvec_from_pages(struct bio_vec *bvec, struct page **pages, in bvec_from_pages()
305 struct bio_vec stack_vec[UIO_FASTIOV], *bvec = stack_vec; in bio_integrity_map_user() local
Dblk-map.c50 struct bio_vec *bvec; in bio_copy_from_iter() local
81 struct bio_vec *bvec; in bio_copy_to_iter() local
392 struct bio_vec *bvec; in bio_copy_kern_endio_read() local
Dbounce.c105 struct bio_vec *bvec, orig_vec; in bounce_end_io() local
/linux-6.14.4/fs/erofs/
Dzdata.c186 struct z_erofs_bvec *bvec, in z_erofs_bvec_enqueue()
212 struct z_erofs_bvec *bvec, in z_erofs_bvec_dequeue()
600 struct z_erofs_bvec *bvec = pcl->compressed_bvecs; in z_erofs_cache_release_folio() local
664 struct z_erofs_bvec *bvec, bool exclusive) in z_erofs_attach_page()
1112 struct z_erofs_bvec bvec; member
1117 struct z_erofs_bvec *bvec) in z_erofs_do_decompressed_bvec()
1189 struct z_erofs_bvec bvec; in z_erofs_parse_out_bvecs() local
1213 struct z_erofs_bvec *bvec = &pcl->compressed_bvecs[i]; in z_erofs_parse_in_bvecs() local
1447 static void z_erofs_fill_bio_vec(struct bio_vec *bvec, in z_erofs_fill_bio_vec()
1652 struct bio_vec bvec; in z_erofs_submit_queue() local
/linux-6.14.4/fs/squashfs/
Dblock.c39 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in copy_bio_to_actor() local
286 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_read_data() local
Dzlib_wrapper.c57 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zlib_uncompress() local
Dlzo_wrapper.c70 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lzo_uncompress() local
Dzstd_wrapper.c72 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zstd_uncompress() local
Dlz4_wrapper.c96 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lz4_uncompress() local
Dxz_wrapper.c124 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_xz_uncompress() local
/linux-6.14.4/drivers/vhost/
Dvringh.c1110 struct bio_vec *bvec; member
1156 struct bio_vec *bvec = ivec->iov.bvec; in iotlb_translate() local
1183 struct bio_vec bvec[IOTLB_IOV_STRIDE]; in copy_from_iotlb() member
1229 struct bio_vec bvec[IOTLB_IOV_STRIDE]; in copy_to_iotlb() member
1275 struct bio_vec bvec[1]; in getu16_iotlb() member
1312 struct bio_vec bvec; in putu16_iotlb() member
/linux-6.14.4/lib/
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
Diov_iter.c495 const struct bio_vec *bvec, *end; in iov_iter_bvec_advance() local
631 const struct bio_vec *bvec = i->bvec; in iov_iter_revert() local
696 const struct bio_vec *bvec, unsigned long nr_segs, in iov_iter_bvec()
818 const struct bio_vec *bvec = i->bvec; in iov_iter_aligned_bvec() local
909 const struct bio_vec *bvec = i->bvec; in iov_iter_alignment_bvec() local
/linux-6.14.4/net/rds/
Dtcp_send.c76 struct bio_vec bvec; in rds_tcp_xmit() local
/linux-6.14.4/drivers/block/
Dn64cart.c89 struct bio_vec bvec; in n64cart_submit_bio() local
/linux-6.14.4/drivers/md/
Ddm-flakey.c345 struct bio_vec bvec; in corrupt_bio_common() local
460 struct bio_vec bvec = bvec_iter_bvec(bio->bi_io_vec, iter); in clone_bio() local
/linux-6.14.4/net/sunrpc/
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-6.14.4/arch/m68k/emu/
Dnfblock.c63 struct bio_vec bvec; in nfhd_submit_bio() local
/linux-6.14.4/drivers/block/zram/
Dzram_drv.c157 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
163 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
1632 static int zram_bvec_read_partial(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read_partial()
1647 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read()
1808 static int zram_bvec_write_partial(struct zram *zram, struct bio_vec *bvec, in zram_bvec_write_partial()
1826 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, in zram_bvec_write()
/linux-6.14.4/drivers/target/
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-6.14.4/drivers/mtd/
Dmtd_blkdevs.c50 struct bio_vec bvec; in do_blktrans_request() local
/linux-6.14.4/net/ceph/
Dmessenger_v1.c43 struct bio_vec bvec; in ceph_tcp_recvpage() local
86 struct bio_vec bvec; in ceph_tcp_sendpage() local
/linux-6.14.4/fs/nfs/
Dlocalio.c35 struct bio_vec *bvec; member
304 struct bio_vec *bvec, *p; in nfs_bvec_alloc_and_import_pagevec() local
/linux-6.14.4/fs/btrfs/
Draid56.c1198 struct bio_vec bvec; in index_one_bio() local
1501 struct bio_vec *bvec; in set_bio_pages_uptodate() local
1543 struct bio_vec *bvec; in rbio_update_error_bitmap() local
1566 struct bio_vec *bvec; in verify_bio_data_sectors() local

123