bi_vcnt 705 block/bio.c struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; bi_vcnt 748 block/bio.c if (bio->bi_vcnt > 0) { bi_vcnt 756 block/bio.c bvec = &bio->bi_io_vec[bio->bi_vcnt - 1]; bi_vcnt 764 block/bio.c if (bio->bi_vcnt >= queue_max_segments(q)) bi_vcnt 767 block/bio.c bvec = &bio->bi_io_vec[bio->bi_vcnt]; bi_vcnt 771 block/bio.c bio->bi_vcnt++; bi_vcnt 806 block/bio.c if (bio->bi_vcnt > 0) { bi_vcnt 807 block/bio.c struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; bi_vcnt 834 block/bio.c struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt]; bi_vcnt 844 block/bio.c bio->bi_vcnt++; bi_vcnt 922 block/bio.c unsigned short nr_pages = bio->bi_max_vecs - bio->bi_vcnt; bi_vcnt 923 block/bio.c unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt; bi_vcnt 924 block/bio.c struct bio_vec *bv = bio->bi_io_vec + bio->bi_vcnt; bi_vcnt 988 block/bio.c if (WARN_ON_ONCE(bio->bi_vcnt)) bi_vcnt 1000 block/bio.c return bio->bi_vcnt ? 0 : ret; bi_vcnt 1494 block/bio.c for (i = 0; i < bio->bi_vcnt; i++) bi_vcnt 160 block/blk-lib.c bio->bi_vcnt = 1; bi_vcnt 262 block/bounce.c bio->bi_io_vec[bio->bi_vcnt++] = bio_src->bi_io_vec[0]; bi_vcnt 266 block/bounce.c bio->bi_io_vec[bio->bi_vcnt++] = bv; bi_vcnt 321 block/bounce.c for (i = 0, to = bio->bi_io_vec; i < bio->bi_vcnt; to++, i++) { bi_vcnt 1130 drivers/block/pktcdvd.c pkt->bio->bi_vcnt = pkt->frames; bi_vcnt 1283 drivers/block/pktcdvd.c pkt_dbg(2, pd, "vcnt=%d\n", pkt->w_bio->bi_vcnt); bi_vcnt 330 drivers/lightnvm/pblk-core.c for (i = 0; i < bio->bi_vcnt; i++) { bi_vcnt 359 drivers/lightnvm/pblk-core.c pblk_bio_free_pages(pblk, bio, (bio->bi_vcnt - i), i); bi_vcnt 2127 drivers/lightnvm/pblk-core.c rqd->bio->bi_io_vec[rqd->bio->bi_vcnt - 1].bv_page); bi_vcnt 2142 drivers/lightnvm/pblk-core.c page = page_to_virt(rqd->bio->bi_io_vec[rqd->bio->bi_vcnt - 1].bv_page); bi_vcnt 449 drivers/md/bcache/btree.c b->bio->bi_vcnt = 0; bi_vcnt 237 drivers/md/bcache/util.c BUG_ON(bio->bi_vcnt); bi_vcnt 242 drivers/md/bcache/util.c for (; size; bio->bi_vcnt++, bv++) { bi_vcnt 277 drivers/md/bcache/util.c for (i = 0, bv = bio->bi_io_vec; i < bio->bi_vcnt; bv++, i++) { bi_vcnt 4570 drivers/md/raid10.c read_bio->bi_vcnt = 0; bi_vcnt 1131 drivers/md/raid5.c bi->bi_vcnt = 1; bi_vcnt 1143 drivers/md/raid5.c bi->bi_vcnt = 0; bi_vcnt 1185 drivers/md/raid5.c rbi->bi_vcnt = 1; bi_vcnt 1196 drivers/md/raid5.c rbi->bi_vcnt = 0; bi_vcnt 912 drivers/target/target_core_pscsi.c " bio\n", bio->bi_vcnt, i, bio); bi_vcnt 8081 fs/btrfs/inode.c ASSERT(bio->bi_vcnt == 1); bi_vcnt 8174 fs/btrfs/inode.c ASSERT(bio->bi_vcnt == 1); bi_vcnt 535 fs/f2fs/data.c unsigned int left_vecs = bio->bi_max_vecs - bio->bi_vcnt; bi_vcnt 115 include/linux/bio.h if (bio->bi_vcnt >= bio->bi_max_vecs) bi_vcnt 127 include/linux/bio.h if (iter->idx >= bio->bi_vcnt) bi_vcnt 293 include/linux/bio.h return &bio->bi_io_vec[bio->bi_vcnt - 1]; bi_vcnt 182 include/linux/blk_types.h unsigned short bi_vcnt; /* how many bio_vec's */