Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dbounce.c167 bio = bio_alloc_bioset(bio_src->bi_bdev, bio_segments(bio_src), in bounce_clone_bio()
Dblk-crypto-fallback.c162 unsigned int nr_segs = bio_segments(bio_src); in blk_crypto_fallback_clone_bio()
/Linux-v6.1/drivers/md/bcache/
Ddebug.c110 unsigned int nr_segs = bio_segments(bio); in bch_data_verify()
/Linux-v6.1/include/linux/
Dbio.h172 static inline unsigned bio_segments(struct bio *bio) in bio_segments() function
/Linux-v6.1/drivers/md/
Ddm-log-writes.c679 alloc_size = struct_size(block, vecs, bio_segments(bio)); in log_writes_map()
/Linux-v6.1/drivers/target/
Dtarget_core_pscsi.c884 bio_segments(bio), nr_vecs); in pscsi_map_sg()
/Linux-v6.1/fs/btrfs/
Dcheck-integrity.c2637 unsigned int segs = bio_segments(bio); in btrfsic_check_write_bio()