Searched refs:bi_max_vecs (Results 1 - 6 of 6) sorted by last modified time

/linux-master/fs/bcachefs/
H A Dio_read.c150 BUG_ON(rbio->bio.bi_vcnt > bio->bi_max_vecs);
H A Dfs-io-buffered.c20 if (bio->bi_vcnt >= bio->bi_max_vecs)
101 bio->bi_vcnt < bio->bi_max_vecs) {
H A Dcompress.c231 BUG_ON(DIV_ROUND_UP(crc->live_size, PAGE_SECTORS) > bio->bi_max_vecs);
/linux-master/include/linux/
H A Dblk_types.h254 * Everything starting with bi_max_vecs will be preserved by bio_reset()
257 unsigned short bi_max_vecs; /* max bvl_vecs we can hold */ member in struct:bio
273 #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;
913 if (bio->bi_vcnt >= bio->bi_max_vecs)
1002 min(bio->bi_max_vecs, queue_max_segments(q)))
1106 * if either bio->bi_vcnt == bio->bi_max_vecs or it's a cloned bio.
1125 if (bio->bi_vcnt >= bio->bi_max_vecs)
1191 WARN_ON_ONCE(bio->bi_max_vecs);
1256 unsigned short nr_pages = bio->bi_max_vecs - bio->bi_vcnt;
1257 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt;
1279 * 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;

Completed in 334 milliseconds