Searched refs:bio_iovec (Results 1 – 6 of 6) sorted by relevance
66 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter) macro69 ((bio)->bi_iter.bi_size != bio_iovec(bio).bv_len)117 return bio_iovec(bio).bv_len; in bio_cur_bytes()282 *bv = bio_iovec(bio); in bio_get_first_bvec()291 *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
445 nsegs = __blk_bvec_map_sg(q, bio_iovec(rq->bio), sglist, &sg); in blk_rq_map_sg()
955 BUG_ON(bio_offset(bio) || bio_iovec(bio).bv_len != sdp->sector_size); in sd_setup_write_same_cmnd()
1739 bio_iovec(req->master_bio).bv_len); in drbd_send_dblock()
1509 struct bio_vec bv = bio_iovec(bio); in __journal_read_write()