Searched refs:bi_vcnt (Results 1 – 2 of 2) sorted by relevance
114 if (bio->bi_vcnt >= bio->bi_max_vecs) in bio_full()126 if (iter->idx >= bio->bi_vcnt) in bio_next_segment()291 return &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_last_bvec_all()
192 unsigned short bi_vcnt; /* how many bio_vec's */ member