Searched refs:bio_vec (Results 1 – 16 of 16) sorted by relevance
| /include/linux/ |
| A D | bvec.h | 31 struct bio_vec { struct 92 struct bio_vec bv; 118 ((struct bio_vec) { \ 137 ((struct bio_vec) { \ 184 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument 187 ((bvl = bvec_iter_bvec((bio_vec), (iter))), 1); \ 190 #define for_each_mp_bvec(bvl, bio_vec, iter, start) \ argument 193 ((bvl = mp_bvec_iter_bvec((bio_vec), (iter))), 1); \ 216 struct bio_vec *bv = &iter_all->bv; in bvec_advance() 275 static inline void memzero_bvec(struct bio_vec *bvec) in memzero_bvec() [all …]
|
| A D | blk-integrity.h | 91 static inline struct bio_vec rq_integrity_vec(struct request *rq) in rq_integrity_vec() 153 static inline struct bio_vec rq_integrity_vec(struct request *rq) in rq_integrity_vec() 156 return (struct bio_vec){ }; in rq_integrity_vec()
|
| A D | bio-integrity.h | 26 struct bio_vec *bip_vec; 71 struct bio_vec *bvecs, unsigned int nr_vecs);
|
| A D | bio.h | 175 struct bio_vec bv; in bio_segments() 243 static inline struct bio_vec *bio_first_bvec_all(struct bio *bio) in bio_first_bvec_all() 259 static inline struct bio_vec *bio_last_bvec_all(struct bio *bio) in bio_last_bvec_all() 285 struct bio_vec *bvec = bio_first_bvec_all(bio) + i; in bio_first_folio() 406 void bio_init(struct bio *bio, struct block_device *bdev, struct bio_vec *table,
|
| A D | blk_types.h | 269 struct bio_vec *bi_io_vec; /* the actual vec list */ 278 struct bio_vec bi_inline_vecs[];
|
| A D | uio.h | 70 const struct bio_vec *bvec; 297 void iov_iter_bvec(struct iov_iter *i, unsigned int direction, const struct bio_vec *bvec,
|
| A D | blk-mq.h | 185 struct bio_vec special_vec; 1129 static inline struct bio_vec req_bvec(struct request *rq) in req_bvec()
|
| A D | io_uring_types.h | 116 struct bio_vec *bvec;
|
| A D | netfs.h | 245 struct bio_vec *direct_bv; /* DIO buffer list (when handling iovec-iter) */
|
| A D | iov_iter.h | 112 const struct bio_vec *p = iter->bvec; in iterate_bvec()
|
| A D | device-mapper.h | 23 struct bio_vec;
|
| /include/xen/ |
| A D | xen.h | 54 struct bio_vec; 57 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
|
| /include/linux/ceph/ |
| A D | messenger.h | 164 struct bio_vec bv; \ 176 struct bio_vec *bvecs; 197 struct bio_vec bv; \ 397 struct bio_vec in_bvec; /* recvmsg (in_cursor) */ 403 struct bio_vec out_bvec; /* sendpage (out_cursor, out_zero),
|
| A D | osd_client.h | 501 struct bio_vec *bvecs, u32 num_bvecs, 516 struct bio_vec *bvecs, u32 num_bvecs,
|
| /include/linux/sunrpc/ |
| A D | xdr.h | 19 struct bio_vec; 60 struct bio_vec *bvec; 141 unsigned int xdr_buf_to_bvec(struct bio_vec *bvec, unsigned int bvec_size,
|
| A D | svc.h | 208 struct bio_vec *rq_bvec;
|
Completed in 44 milliseconds