Searched refs:bi_max_vecs (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dblk_types.h267 * Everything starting with bi_max_vecs will be preserved by bio_reset()
270 unsigned short bi_max_vecs; /* max bvl_vecs we can hold */ member in struct:bio
286 #define BIO_RESET_BYTES offsetof(struct bio, bi_max_vecs)
/linux-master/block/
H A Dbio.c236 bvec_free(&bs->bvec_pool, bio->bi_io_vec, bio->bi_max_vecs);
282 bio->bi_max_vecs = max_vecs;
902 if (bio->bi_vcnt >= bio->bi_max_vecs)
991 min(bio->bi_max_vecs, queue_max_segments(q)))
1095 * if either bio->bi_vcnt == bio->bi_max_vecs or it's a cloned bio.
1114 if (bio->bi_vcnt >= bio->bi_max_vecs)
1179 WARN_ON_ONCE(bio->bi_max_vecs);
1244 unsigned short nr_pages = bio->bi_max_vecs - bio->bi_vcnt;
1245 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt;
1267 * more pages than bi_max_vecs allow
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dvio.c206 bio->bi_max_vecs = vio->block_count + 1;
/linux-master/fs/bcachefs/
H A Dcompress.c231 BUG_ON(DIV_ROUND_UP(crc->live_size, PAGE_SECTORS) > bio->bi_max_vecs);
H A Dfs-io-buffered.c20 if (bio->bi_vcnt >= bio->bi_max_vecs)
108 bio->bi_vcnt < bio->bi_max_vecs) {
H A Dio_read.c150 BUG_ON(rbio->bio.bi_vcnt > bio->bi_max_vecs);

Completed in 210 milliseconds