Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbio.h95 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter) macro
98 ((bio)->bi_iter.bi_size != bio_iovec(bio).bv_len)
137 return bio_iovec(bio).bv_len; in bio_cur_bytes()
/linux-4.1.27/block/
Dblk-merge.c143 nxt_bv = bio_iovec(nxt); in blk_phys_contig_segment()
230 bvec = bio_iovec(bio); in __blk_bios_map_sg()
/linux-4.1.27/Documentation/block/
Dbiovecs.txt27 bio_iovec() and bio_iovec_iter() macros that return literal struct biovecs,
70 reached the end of a bio, not bi_vcnt - and the bio_iovec() macro takes
/linux-4.1.27/drivers/md/bcache/
Dio.c47 ret = max_t(int, ret, bio_iovec(bio).bv_len >> 9); in bch_bio_max_sectors()
/linux-4.1.27/drivers/scsi/
Dsd.c829 BUG_ON(bio_offset(bio) || bio_iovec(bio).bv_len != sdp->sector_size); in sd_setup_write_same_cmnd()