Home
last modified time | relevance | path

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

123

/openbmc/linux/include/linux/
H A Dbvec.h101 #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
266 static inline void memzero_bvec(struct bio_vec *bvec) in memzero_bvec()
[all …]
/openbmc/linux/fs/erofs/
H A Dzdata.c232 struct z_erofs_bvec *bvec, in z_erofs_bvec_enqueue()
257 struct z_erofs_bvec *bvec, in z_erofs_bvec_dequeue()
725 struct z_erofs_bvec *bvec) in z_erofs_try_inplace_io()
741 struct z_erofs_bvec *bvec, bool exclusive) in z_erofs_attach_page()
1103 struct z_erofs_bvec bvec; member
1108 struct z_erofs_bvec *bvec) in z_erofs_do_decompressed_bvec()
1181 struct z_erofs_bvec bvec; in z_erofs_parse_out_bvecs() local
1206 struct z_erofs_bvec *bvec = &pcl->compressed_bvecs[i]; in z_erofs_parse_in_bvecs() local
1603 struct bio_vec *bvec; in z_erofs_decompressqueue_endio() local
/openbmc/linux/fs/squashfs/
H A 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
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
/openbmc/linux/lib/
H A Dkunit_iov_iter.c218 struct bio_vec *bvec, unsigned int bvmax, in iov_kunit_load_bvec()
261 struct bio_vec bvec[8]; in iov_kunit_copy_to_bvec() local
315 struct bio_vec bvec[8]; in iov_kunit_copy_from_bvec() local
610 struct bio_vec bvec[8]; in iov_kunit_extract_pages_bvec() local
/openbmc/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
452 struct bio_vec *bvec; in bio_copy_kern_endio_read() local
H A Dblk-merge.c463 struct bio_vec *bvec, struct scatterlist *sglist, in blk_bvec_map_sg()
507 __blk_segment_map_sg_merge(struct request_queue *q, struct bio_vec *bvec, in __blk_segment_map_sg_merge()
531 struct bio_vec bvec, bvprv = { NULL }; in __blk_bios_map_sg() local
H A Dbounce.c105 struct bio_vec *bvec, orig_vec; in bounce_end_io() local
/openbmc/linux/net/rds/
H A Dtcp_send.c76 struct bio_vec bvec; in rds_tcp_xmit() local
/openbmc/linux/drivers/vhost/
H A 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
/openbmc/linux/drivers/block/
H A Dn64cart.c89 struct bio_vec bvec; in n64cart_submit_bio() local
H A Dloop.c87 struct bio_vec *bvec; member
239 static int lo_write_bvec(struct file *file, struct bio_vec *bvec, loff_t *ppos) in lo_write_bvec()
264 struct bio_vec bvec; in lo_write_simple() local
281 struct bio_vec bvec; in lo_read_simple() local
397 struct bio_vec *bvec; in lo_rw_aio() local
/openbmc/linux/drivers/block/zram/
H A Dzram_drv.c146 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
152 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
1389 static int zram_bvec_read_partial(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read_partial()
1404 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read()
1540 static int zram_bvec_write_partial(struct zram *zram, struct bio_vec *bvec, in zram_bvec_write_partial()
1558 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, in zram_bvec_write()
/openbmc/linux/drivers/md/
H A 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
/openbmc/linux/fs/gfs2/
H A Dlops.c170 struct bio_vec *bvec, in gfs2_end_log_write_bh()
205 struct bio_vec *bvec; in gfs2_end_log_write() local
398 struct bio_vec *bvec; in gfs2_end_log_read() local
/openbmc/linux/arch/m68k/emu/
H A Dnfblock.c63 struct bio_vec bvec; in nfhd_submit_bio() local
/openbmc/linux/drivers/mtd/
H A Dmtd_blkdevs.c50 struct bio_vec bvec; in do_blktrans_request() local
/openbmc/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
/openbmc/linux/fs/smb/client/
H A Dfscache.c182 struct bio_vec bvec; in fscache_fallback_read_page() local
/openbmc/linux/drivers/target/
H A Dtarget_core_file.c318 struct bio_vec *bvec; in fd_do_rw() local
437 struct bio_vec *bvec; in fd_execute_write_same() local
/openbmc/linux/drivers/nvme/target/
H A Dtcp.c585 struct bio_vec bvec; in nvmet_try_send_data_pdu() local
617 struct bio_vec bvec; in nvmet_try_send_data() local
664 struct bio_vec bvec; in nvmet_try_send_response() local
694 struct bio_vec bvec; in nvmet_try_send_r2t() local

123