Searched refs:bio_iovec (Results 1 – 6 of 6) sorted by relevance
39 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter) macro42 ((bio)->bi_iter.bi_size != bio_iovec(bio).bv_len)90 return bio_iovec(bio).bv_len; in bio_cur_bytes()255 *bv = bio_iovec(bio); in bio_get_first_bvec()264 *bv = bio_iovec(bio); in bio_get_last_bvec()
27 bio_iovec() and bio_iter_iovec() macros that return literal struct biovecs,70 reached the end of a bio, not bi_vcnt - and the bio_iovec() macro takes
520 nsegs = __blk_bvec_map_sg(bio_iovec(rq->bio), sglist, last_sg); in __blk_rq_map_sg()
1080 BUG_ON(bio_offset(bio) || bio_iovec(bio).bv_len != sdp->sector_size); in sd_setup_write_same_cmnd()
1737 bio_iovec(req->master_bio).bv_len); in drbd_send_dblock()
1794 struct bio_vec bv = bio_iovec(bio); in __journal_read_write()