Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Ddebug.c110 unsigned int nr_segs = bio_segments(bio); in bch_data_verify()
/linux/block/
H A Dblk-crypto-fallback.c273 nr_enc_pages = min(bio_segments(src_bio), BIO_MAX_VECS); in __blk_crypto_fallback_encrypt_bio()
/linux/include/linux/
H A Dbio.h187 static inline unsigned bio_segments(struct bio *bio) in bio_segments() function
/linux/drivers/md/
H A Ddm-log-writes.c681 alloc_size = struct_size(block, vecs, bio_segments(bio)); in log_writes_map()
/linux/drivers/target/
H A Dtarget_core_pscsi.c880 bio_segments(bio), nr_vecs); in pscsi_map_sg()