Home
last modified time | relevance | path

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

/include/linux/
Dbvec.h32 struct bio_vec { struct
50 struct bio_vec bv; argument
76 ((struct bio_vec) { \
95 ((struct bio_vec) { \
101 static inline bool bvec_iter_advance(const struct bio_vec *bv, in bvec_iter_advance()
129 static inline void bvec_iter_advance_single(const struct bio_vec *bv, in bvec_iter_advance_single()
142 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
145 ((bvl = bvec_iter_bvec((bio_vec), (iter))), 1); \
146 bvec_iter_advance_single((bio_vec), &(iter), (bvl).bv_len))
157 static inline struct bio_vec *bvec_init_iter_all(struct bvec_iter_all *iter_all) in bvec_init_iter_all()
[all …]
Dbio.h199 struct bio_vec bv; in bio_segments()
269 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec()
274 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()
300 static inline struct bio_vec *bio_first_bvec_all(struct bio *bio) in bio_first_bvec_all()
311 static inline struct bio_vec *bio_last_bvec_all(struct bio *bio) in bio_last_bvec_all()
341 struct bio_vec *bip_vec;
346 struct bio_vec bip_inline_vecs[];/* embedded bvec array */
466 extern void bio_init(struct bio *bio, struct bio_vec *table,
Dblk_types.h275 struct bio_vec *bi_io_vec; /* the actual vec list */
288 struct bio_vec bi_inline_vecs[];
Duio.h45 const struct bio_vec *bvec;
239 void iov_iter_bvec(struct iov_iter *i, unsigned int direction, const struct bio_vec *bvec,
Dblkdev.h159 struct bio_vec special_vec;
268 struct bio_vec;
1026 static inline struct bio_vec req_bvec(struct request *rq) in req_bvec()
1765 static inline struct bio_vec *rq_integrity_vec(struct request *rq) in rq_integrity_vec()
1839 static inline struct bio_vec *rq_integrity_vec(struct request *rq) in rq_integrity_vec()
Ddevice-mapper.h23 struct bio_vec;
Dskbuff.h364 typedef struct bio_vec skb_frag_t;
/include/xen/
Dxen.h45 struct bio_vec;
48 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
/include/linux/ceph/
Dmessenger.h138 struct bio_vec bv; \
150 struct bio_vec *bvecs;
171 struct bio_vec bv; \
361 struct bio_vec in_bvec; /* recvmsg (in_cursor) */
367 struct bio_vec out_bvec; /* sendpage (out_cursor, out_zero),
Dosd_client.h448 struct bio_vec *bvecs, u32 num_bvecs,
464 struct bio_vec *bvecs, u32 num_bvecs,
/include/linux/sunrpc/
Dxdr.h19 struct bio_vec;
60 struct bio_vec *bvec;
Dsvc.h261 struct bio_vec rq_bvec[RPCSVC_MAXPAGES];