Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dblk_types.h252 unsigned short bi_max_vecs; /* max bvl_vecs we can hold */ member
268 #define BIO_RESET_BYTES offsetof(struct bio, bi_max_vecs)
Dbio.h110 if (bio->bi_vcnt >= bio->bi_max_vecs) in bio_full()
/kernel/linux/linux-5.10/block/
Dbio.c286 bio->bi_max_vecs = max_vecs; in bio_init()
522 bio->bi_max_vecs = nr_iovecs; in bio_alloc_bioset()
1004 unsigned short nr_pages = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_iter_get_pages()
1005 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_iter_get_pages()
1049 unsigned short nr_pages = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_append_get_pages()
1050 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_append_get_pages()
/kernel/linux/linux-5.10/fs/erofs/
Ddata.c238 if (bio->bi_iter.bi_size >= bio->bi_max_vecs * PAGE_SIZE) { in erofs_read_raw_page()
/kernel/linux/linux-5.10/fs/f2fs/
Ddata.c762 unsigned int left_vecs = bio->bi_max_vecs - bio->bi_vcnt; in io_is_mergeable()