Home
last modified time | relevance | path

Searched refs:bi_vcnt (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/block/
Dbio.c280 bio->bi_vcnt = 0; in bio_init()
803 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_try_merge_hw_seg()
840 if (bio->bi_vcnt > 0) { in bio_add_hw_page()
848 bvec = &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_add_hw_page()
856 if (bio->bi_vcnt >= queue_max_segments(q)) in bio_add_hw_page()
859 bvec = &bio->bi_io_vec[bio->bi_vcnt]; in bio_add_hw_page()
863 bio->bi_vcnt++; in bio_add_hw_page()
947 if (bio->bi_vcnt > 0) { in __bio_try_merge_page()
948 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; in __bio_try_merge_page()
977 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt]; in __bio_add_page()
[all …]
Dbounce.c184 bio->bi_io_vec[bio->bi_vcnt++] = bio_src->bi_io_vec[0]; in bounce_clone_bio()
188 bio->bi_io_vec[bio->bi_vcnt++] = bv; in bounce_clone_bio()
241 for (i = 0, to = bio->bi_io_vec; i < bio->bi_vcnt; to++, i++) { in __blk_queue_bounce()
Dblk-crypto-fallback.c152 for (i = 0; i < enc_bio->bi_vcnt; i++) in blk_crypto_fallback_encrypt_endio()
181 bio->bi_io_vec[bio->bi_vcnt++] = bv; in blk_crypto_clone_bio()
317 for (i = 0; i < enc_bio->bi_vcnt; i++) { in blk_crypto_fallback_encrypt_bio()
Dblk-lib.c195 bio->bi_vcnt = 1; in __blkdev_issue_write_same()
Dblk-map.c316 for (i = 0; i < bio->bi_vcnt; i++) in bio_invalidate_vmalloc_pages()
Dblk-merge.c333 (*bio)->bi_vcnt == 1 && in __blk_queue_split()
/Linux-v5.15/drivers/md/bcache/
Dutil.c237 BUG_ON(bio->bi_vcnt); in bch_bio_map()
242 for (; size; bio->bi_vcnt++, bv++) { in bch_bio_map()
277 for (i = 0, bv = bio->bi_io_vec; i < bio->bi_vcnt; bv++, i++) { in bch_bio_alloc_pages()
Dbtree.c393 b->bio->bi_vcnt = 0; in do_btree_node_write()
/Linux-v5.15/include/linux/
Dbio.h115 if (bio->bi_vcnt >= bio->bi_max_vecs) in bio_full()
127 if (iter->idx >= bio->bi_vcnt) in bio_next_segment()
191 i < (bio)->bi_vcnt; i++, bvl++) \
313 return &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_last_bvec_all()
Dblk_types.h257 unsigned short bi_vcnt; /* how many bio_vec's */ member
/Linux-v5.15/Documentation/block/
Dbiovecs.rst72 reached the end of a bio, not bi_vcnt - and the bio_iovec() macro takes
106 * bi_vcnt can't be trusted or relied upon by driver code - i.e. anything that
110 biovec, in order to calculate bi_vcnt for the new bio we'd have to iterate
113 So, don't use bi_vcnt anymore.
Dbiodoc.rst461 unsigned int bi_vcnt; /* how may bio_vec's */
/Linux-v5.15/drivers/target/
Dtarget_core_pscsi.c910 " bio\n", bio->bi_vcnt, i, bio); in pscsi_map_sg()
/Linux-v5.15/drivers/md/
Draid5.c1209 bi->bi_vcnt = 1; in ops_run_io()
1221 bi->bi_vcnt = 0; in ops_run_io()
1263 rbi->bi_vcnt = 1; in ops_run_io()
1274 rbi->bi_vcnt = 0; in ops_run_io()
/Linux-v5.15/drivers/block/
Dpktcdvd.c1258 pkt_dbg(2, pd, "vcnt=%d\n", pkt->w_bio->bi_vcnt); in pkt_start_write()
/Linux-v5.15/fs/f2fs/
Ddata.c721 unsigned int left_vecs = bio->bi_max_vecs - bio->bi_vcnt; in io_is_mergeable()