Home
last modified time | relevance | path

Searched refs:bio_iovec (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/include/linux/
Dbio.h44 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter) macro
92 return bio_iovec(bio).bv_len; in bio_cur_bytes()
/Linux-v5.15/Documentation/block/
Dbiovecs.rst27 bio_iovec() and bio_iter_iovec() macros that return literal struct biovecs,
72 reached the end of a bio, not bi_vcnt - and the bio_iovec() macro takes
/Linux-v5.15/block/
Dblk-merge.c537 nsegs = __blk_bvec_map_sg(bio_iovec(rq->bio), sglist, last_sg); in __blk_rq_map_sg()
/Linux-v5.15/drivers/scsi/
Dsd.c1079 BUG_ON(bio_offset(bio) || bio_iovec(bio).bv_len != sdp->sector_size); in sd_setup_write_same_cmnd()
/Linux-v5.15/drivers/block/drbd/
Ddrbd_main.c1723 bio_iovec(req->master_bio).bv_len); in drbd_send_dblock()
/Linux-v5.15/drivers/md/
Ddm-integrity.c1948 struct bio_vec bv = bio_iovec(bio); in __journal_read_write()