Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h262 unsigned short bi_max_vecs; /* max bvl_vecs we can hold */ member
281 #define BIO_RESET_BYTES offsetof(struct bio, bi_max_vecs)
H A Dbio.h111 if (bio->bi_vcnt >= bio->bi_max_vecs) in bio_full()
/OK3568_Linux_fs/kernel/block/
H A 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()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Ddata.c225 if (bio->bi_iter.bi_size >= bio->bi_max_vecs * PAGE_SIZE) { in erofs_read_raw_page()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c742 unsigned int left_vecs = bio->bi_max_vecs - bio->bi_vcnt; in io_is_mergeable()