Home
last modified time | relevance | path

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

/include/linux/
Dbio.h82 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()
Dblk_types.h296 unsigned short bi_vcnt; /* how many bio_vec's */ member