Searched refs:bi_vcnt (Results 1 – 2 of 2) sorted by relevance
82 if (iter->idx >= bio->bi_vcnt) in bio_next_segment()168 i < (bio)->bi_vcnt; i++, bvl++)257 return &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_last_bvec_all()282 if (unlikely(i >= bio->bi_vcnt)) { in bio_first_folio()
296 unsigned short bi_vcnt; /* how many bio_vec's */ member