/linux-6.14.4/include/linux/ |
D | bvec.h | 98 #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/ |
D | bio-integrity.c | 196 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
|
D | blk-map.c | 50 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
|
D | bounce.c | 105 struct bio_vec *bvec, orig_vec; in bounce_end_io() local
|
/linux-6.14.4/fs/erofs/ |
D | zdata.c | 186 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/ |
D | block.c | 39 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
|
D | zlib_wrapper.c | 57 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zlib_uncompress() local
|
D | lzo_wrapper.c | 70 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lzo_uncompress() local
|
D | zstd_wrapper.c | 72 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zstd_uncompress() local
|
D | lz4_wrapper.c | 96 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lz4_uncompress() local
|
D | xz_wrapper.c | 124 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_xz_uncompress() local
|
/linux-6.14.4/drivers/vhost/ |
D | vringh.c | 1110 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/ |
D | kunit_iov_iter.c | 219 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
|
D | iov_iter.c | 495 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/ |
D | tcp_send.c | 76 struct bio_vec bvec; in rds_tcp_xmit() local
|
/linux-6.14.4/drivers/block/ |
D | n64cart.c | 89 struct bio_vec bvec; in n64cart_submit_bio() local
|
/linux-6.14.4/drivers/md/ |
D | dm-flakey.c | 345 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/ |
D | svcsock.c | 278 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/ |
D | nfblock.c | 63 struct bio_vec bvec; in nfhd_submit_bio() local
|
/linux-6.14.4/drivers/block/zram/ |
D | zram_drv.c | 157 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/ |
D | target_core_file.c | 318 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/ |
D | mtd_blkdevs.c | 50 struct bio_vec bvec; in do_blktrans_request() local
|
/linux-6.14.4/net/ceph/ |
D | messenger_v1.c | 43 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/ |
D | localio.c | 35 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/ |
D | raid56.c | 1198 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
|