Home
last modified time | relevance | path

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

/include/linux/
A Dbvec.h31 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 Dblk-integrity.h91 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 Dbio-integrity.h26 struct bio_vec *bip_vec;
71 struct bio_vec *bvecs, unsigned int nr_vecs);
A Dbio.h175 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 Dblk_types.h269 struct bio_vec *bi_io_vec; /* the actual vec list */
278 struct bio_vec bi_inline_vecs[];
A Duio.h70 const struct bio_vec *bvec;
297 void iov_iter_bvec(struct iov_iter *i, unsigned int direction, const struct bio_vec *bvec,
A Dblk-mq.h185 struct bio_vec special_vec;
1129 static inline struct bio_vec req_bvec(struct request *rq) in req_bvec()
A Dio_uring_types.h116 struct bio_vec *bvec;
A Dnetfs.h245 struct bio_vec *direct_bv; /* DIO buffer list (when handling iovec-iter) */
A Diov_iter.h112 const struct bio_vec *p = iter->bvec; in iterate_bvec()
A Ddevice-mapper.h23 struct bio_vec;
/include/xen/
A Dxen.h54 struct bio_vec;
57 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
/include/linux/ceph/
A Dmessenger.h164 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 Dosd_client.h501 struct bio_vec *bvecs, u32 num_bvecs,
516 struct bio_vec *bvecs, u32 num_bvecs,
/include/linux/sunrpc/
A Dxdr.h19 struct bio_vec;
60 struct bio_vec *bvec;
141 unsigned int xdr_buf_to_bvec(struct bio_vec *bvec, unsigned int bvec_size,
A Dsvc.h208 struct bio_vec *rq_bvec;

Completed in 44 milliseconds