Searched defs:bv (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| A D | bvec.h | 44 static inline void bvec_set_page(struct bio_vec *bv, struct page *page, in bvec_set_page() 59 static inline void bvec_set_folio(struct bio_vec *bv, struct folio *folio, in bvec_set_folio() 74 static inline void bvec_set_virt(struct bio_vec *bv, void *vaddr, in bvec_set_virt() 92 struct bio_vec bv; member 143 static inline bool bvec_iter_advance(const struct bio_vec *bv, in bvec_iter_advance() 171 static inline void bvec_iter_advance_single(const struct bio_vec *bv, in bvec_iter_advance_single() 216 struct bio_vec *bv = &iter_all->bv; in bvec_advance() local
|
| A D | bio.h | 175 struct bio_vec bv; in bio_segments() local
|
| A D | blkdev.h | 704 #define dma_map_bvec(dev, bv, dir, attrs) \ argument
|
Completed in 16 milliseconds