Home
last modified time | relevance | path

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

/Linux-v4.19/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.h132 return bio->bi_vcnt >= bio->bi_max_vecs; in bio_full()
/Linux-v4.19/drivers/staging/erofs/
Ddata.c292 if (unlikely(bio->bi_vcnt >= bio->bi_max_vecs)) { in erofs_read_raw_page()
/Linux-v4.19/block/
Dbio.c287 bio->bi_max_vecs = max_vecs; in bio_init()
525 bio->bi_max_vecs = nr_iovecs; in bio_alloc_bioset()
842 unsigned short nr_pages = bio->bi_max_vecs - bio->bi_vcnt, idx; in __bio_iov_iter_get_pages()
/Linux-v4.19/fs/exofs/
Dore.c651 per_dev->bio->bi_max_vecs, in _ore_add_stripe_unit()
881 master_dev->bio->bi_max_vecs); in _write_mirror()