Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Ddebug.c114 check = bio_kmalloc(GFP_NOIO, bio_segments(bio)); in bch_data_verify()
/OK3568_Linux_fs/kernel/block/
H A Dbounce.c246 bio = bio_alloc_bioset(gfp_mask, bio_segments(bio_src), bs); in bounce_clone_bio()
H A Dblk-crypto-fallback.c167 bio = bio_alloc_bioset(GFP_NOIO, bio_segments(bio_src), NULL); in blk_crypto_clone_bio()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbio.h178 static inline unsigned bio_segments(struct bio *bio) in bio_segments() function
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_pscsi.c909 bio_segments(bio), nr_vecs); in pscsi_map_sg()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-log-writes.c702 alloc_size = struct_size(block, vecs, bio_segments(bio)); in log_writes_map()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dtcp.c281 nsegs = bio_segments(bio); in nvme_tcp_init_iter()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dcheck-integrity.c2690 unsigned int segs = bio_segments(bio); in __btrfsic_submit_bio()