Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbio.h40 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter) macro
88 return bio_iovec(bio).bv_len; in bio_cur_bytes()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dbiovecs.rst27 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
/OK3568_Linux_fs/kernel/block/
H A Dblk-merge.c533 nsegs = __blk_bvec_map_sg(bio_iovec(rq->bio), sglist, last_sg); in __blk_rq_map_sg()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsd.c1083 BUG_ON(bio_offset(bio) || bio_iovec(bio).bv_len != sdp->sector_size); in sd_setup_write_same_cmnd()
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_main.c1740 bio_iovec(req->master_bio).bv_len); in drbd_send_dblock()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-integrity.c1844 struct bio_vec bv = bio_iovec(bio); in __journal_read_write()