Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dblk_types.h298 unsigned short bi_max_vecs; /* max bvl_vecs we can hold */ member
314 #define BIO_RESET_BYTES offsetof(struct bio, bi_max_vecs)
/linux-6.1.9/block/
Dbio.c232 bvec_free(&bs->bvec_pool, bio->bi_io_vec, bio->bi_max_vecs); in bio_free()
277 bio->bi_max_vecs = max_vecs; in bio_init()
847 if (bio->bi_vcnt >= bio->bi_max_vecs) in bio_full()
1134 WARN_ON_ONCE(bio->bi_max_vecs); in bio_iov_bvec_set()
1194 unsigned short nr_pages = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_iter_get_pages()
1195 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_iter_get_pages()
/linux-6.1.9/fs/f2fs/
Ddata.c767 unsigned int left_vecs = bio->bi_max_vecs - bio->bi_vcnt; in io_is_mergeable()