Home
last modified time | relevance | path

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

/include/linux/
Dbio.h116 if (bio->bi_vcnt >= bio->bi_max_vecs) in bio_full()
128 if (iter->idx >= bio->bi_vcnt) in bio_next_segment()
192 i < (bio)->bi_vcnt; i++, bvl++) \
314 return &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_last_bvec_all()
Dblk_types.h265 unsigned short bi_vcnt; /* how many bio_vec's */ member