Home
last modified time | relevance | path

Searched refs:bio_vec (Results 1 – 25 of 140) sorted by relevance

123456

/linux-6.3-rc2/include/linux/
A Dbvec.h31 struct bio_vec { struct
89 struct bio_vec bv;
115 ((struct bio_vec) { \
134 ((struct bio_vec) { \
181 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
184 ((bvl = bvec_iter_bvec((bio_vec), (iter))), 1); \
204 static inline void bvec_advance(const struct bio_vec *bvec, in bvec_advance()
207 struct bio_vec *bv = &iter_all->bv; in bvec_advance()
233 static inline void *bvec_kmap_local(struct bio_vec *bvec) in bvec_kmap_local()
266 static inline void memzero_bvec(struct bio_vec *bvec) in memzero_bvec()
[all …]
A Dbio.h177 struct bio_vec bv; in bio_segments()
245 static inline struct bio_vec *bio_first_bvec_all(struct bio *bio) in bio_first_bvec_all()
256 static inline struct bio_vec *bio_last_bvec_all(struct bio *bio) in bio_last_bvec_all()
282 struct bio_vec *bvec = bio_first_bvec_all(bio) + i; in bio_first_folio()
340 struct bio_vec *bip_vec;
341 struct bio_vec bip_inline_vecs[];/* embedded bvec array */
462 void bio_init(struct bio *bio, struct block_device *bdev, struct bio_vec *table,
A Dblk-integrity.h111 static inline struct bio_vec *rq_integrity_vec(struct request *rq) in rq_integrity_vec()
179 static inline struct bio_vec *rq_integrity_vec(struct request *rq) in rq_integrity_vec()
A Dblk_types.h302 struct bio_vec *bi_io_vec; /* the actual vec list */
311 struct bio_vec bi_inline_vecs[];
/linux-6.3-rc2/block/
A Dbio.c203 struct bio_vec *bvl; in bvec_alloc()
556 struct bio_vec *bvl = NULL; in bio_alloc_bioset()
611 struct bio_vec bv; in zero_fill_bio()
631 struct bio_vec bv; in bio_truncate()
1005 struct bio_vec *bvec; in bio_add_hw_page()
1166 struct bio_vec *bvec; in __bio_release_pages()
1190 bio->bi_io_vec = (struct bio_vec *)iter->bvec; in bio_iov_bvec_set()
1436 struct bio_vec *bvec; in bio_free_pages()
1475 struct bio_vec *bvec; in bio_set_pages_dirty()
1523 struct bio_vec *bvec; in bio_check_pages_dirty()
[all …]
A Dbounce.c78 struct bio_vec tovec, fromvec; in copy_to_high_bio_irq()
105 struct bio_vec *bvec, orig_vec; in bounce_end_io()
144 struct bio_vec bv; in bounce_clone_bio()
206 struct bio_vec *to, from; in __blk_queue_bounce()
A Dblk.h75 struct bio_vec *bvec_alloc(mempool_t *pool, unsigned short *nr_vecs,
77 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs);
80 struct bio_vec *vec1, struct bio_vec *vec2) in biovec_phys_mergeable()
103 struct bio_vec *bprv, unsigned int offset) in __bvec_gap_to_prev()
114 struct bio_vec *bprv, unsigned int offset) in bvec_gap_to_prev()
A Dblk-merge.c21 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec()
26 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()
55 struct bio_vec pb, nb; in bio_will_gap()
232 const struct bio_vec *bv, unsigned *nsegs, unsigned *bytes, in bvec_split_segs()
282 struct bio_vec bv, bvprv, *bvprvp = NULL; in bio_split_rw()
417 struct bio_vec bv; in blk_recalc_rq_segments()
463 struct bio_vec *bvec, struct scatterlist *sglist, in blk_bvec_map_sg()
497 static inline int __blk_bvec_map_sg(struct bio_vec bv, 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()
508 struct bio_vec *bvprv, struct scatterlist **sg) in __blk_segment_map_sg_merge()
[all …]
A Dblk-map.c49 struct bio_vec *bvec; in bio_copy_from_iter()
80 struct bio_vec *bvec; in bio_copy_to_iter()
445 struct bio_vec *bvec; in bio_copy_kern_endio_read()
533 struct bio_vec bv; in blk_rq_append_bio()
560 struct bio_vec *bvecs, *bvprvp = NULL; in blk_rq_map_user_bvec()
580 bvecs = (struct bio_vec *)iter->bvec; in blk_rq_map_user_bvec()
582 struct bio_vec *bv = &bvecs[i]; in blk_rq_map_user_bvec()
A Dt10-pi.c144 struct bio_vec iv; in t10_pi_type1_prepare()
194 struct bio_vec iv; in t10_pi_type1_complete()
383 struct bio_vec iv; in ext_pi_type1_prepare()
422 struct bio_vec iv; in ext_pi_type1_complete()
A Dbio-integrity.c157 struct bio_vec bv; in bio_integrity_process()
412 bip_src->bip_vcnt * sizeof(struct bio_vec)); in bio_integrity_clone()
458 sizeof(struct bio_vec) * BIO_INLINE_VECS, in bio_integrity_init()
A Dblk-crypto-fallback.c164 struct bio_vec bv; in blk_crypto_fallback_clone_bio()
215 struct bio_vec bv; in blk_crypto_fallback_split_bio_if_needed()
317 struct bio_vec *enc_bvec = &enc_bio->bi_io_vec[i]; in blk_crypto_fallback_encrypt_bio()
388 struct bio_vec bv; in blk_crypto_fallback_decrypt_bio()
/linux-6.3-rc2/include/xen/
A Dxen.h45 struct bio_vec;
48 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
/linux-6.3-rc2/drivers/md/bcache/
A Djournal.h153 struct bio_vec discard_bv;
157 struct bio_vec bv[8];
A Dutil.c234 struct bio_vec *bv = bio->bi_io_vec; in bch_bio_map()
271 struct bio_vec *bv; in bch_bio_alloc_pages()
/linux-6.3-rc2/drivers/block/zram/
A Dzram_drv.c57 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec,
147 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()
660 struct bio_vec bio_vec; in writeback_store() local
704 struct bio_vec bvec; in writeback_store()
759 bio_init(&bio, zram->bdev, &bio_vec, 1, in writeback_store()
833 struct bio_vec bvec;
1381 struct bio_vec bvec; in zram_bvec_read_from_bdev()
1625 struct bio_vec vec; in zram_bvec_write()
1997 struct bio_vec bvec; in __zram_make_request()
[all …]
/linux-6.3-rc2/include/linux/ceph/
A Dmessenger.h138 struct bio_vec bv; \
150 struct bio_vec *bvecs;
171 struct bio_vec bv; \
360 struct bio_vec in_bvec; /* recvmsg (in_cursor) */
366 struct bio_vec out_bvec; /* sendpage (out_cursor, out_zero),
/linux-6.3-rc2/drivers/block/
A Dn64cart.c62 static bool n64cart_do_bvec(struct device *dev, struct bio_vec *bv, u32 pos) in n64cart_do_bvec()
89 struct bio_vec bvec; in n64cart_submit_bio()
/linux-6.3-rc2/drivers/xen/
A Dbiomerge.c8 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, in xen_biovec_phys_mergeable()
/linux-6.3-rc2/fs/squashfs/
A Dblock.c39 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in copy_bio_to_actor()
163 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_read_data()
/linux-6.3-rc2/drivers/target/
A Dtarget_core_file.c248 struct bio_vec bvecs[];
318 struct bio_vec *bvec; in fd_do_rw()
323 bvec = kcalloc(sgl_nents, sizeof(struct bio_vec), GFP_KERNEL); in fd_do_rw()
435 struct bio_vec *bvec; in fd_execute_write_same()
458 bvec = kcalloc(nolb, sizeof(struct bio_vec), GFP_KERNEL); in fd_execute_write_same()
/linux-6.3-rc2/drivers/md/
A Ddm-io.c219 struct bio_vec bvec = bvec_iter_bvec((struct bio_vec *)dp->context_ptr, in bio_get_page()
234 bvec_iter_advance((struct bio_vec *)dp->context_ptr, in bio_next_page()
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Ddm-io.rst42 int rw, struct bio_vec *bvec,
45 int rw, struct bio_vec *bvec,
/linux-6.3-rc2/mm/
A Dpage_io.c241 struct bio_vec bvec[SWAP_CLUSTER_MAX];
335 struct bio_vec bv; in swap_writepage_bdev_sync()
466 struct bio_vec bv; in swap_readpage_bdev_sync()
/linux-6.3-rc2/fs/nfs/
A Dfscache.c248 struct bio_vec bvec; in fscache_fallback_read_page()
274 struct bio_vec bvec; in fscache_fallback_write_page()

Completed in 41 milliseconds

123456