Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dblk_types.h188 unsigned short bi_max_vecs; /* max bvl_vecs we can hold */ member
204 #define BIO_RESET_BYTES offsetof(struct bio, bi_max_vecs)
Dbio.h115 if (bio->bi_vcnt >= bio->bi_max_vecs) in bio_full()
/Linux-v5.4/block/
Dbio.c275 bio->bi_max_vecs = max_vecs; in bio_init()
513 bio->bi_max_vecs = nr_iovecs; in bio_alloc_bioset()
868 unsigned short nr_pages = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_iter_get_pages()
869 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_iter_get_pages()
/Linux-v5.4/fs/erofs/
Ddata.c238 if (bio->bi_iter.bi_size >= bio->bi_max_vecs * PAGE_SIZE) { in erofs_read_raw_page()
/Linux-v5.4/fs/f2fs/
Ddata.c535 unsigned int left_vecs = bio->bi_max_vecs - bio->bi_vcnt; in io_is_mergeable()