Home
last modified time | relevance | path

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

/include/linux/
Dblk_types.h197 unsigned short bi_max_vecs; /* max bvl_vecs we can hold */ member
213 #define BIO_RESET_BYTES offsetof(struct bio, bi_max_vecs)
Dbio.h116 if (bio->bi_vcnt >= bio->bi_max_vecs) in bio_full()