Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblk_types.h94 unsigned short bi_max_vecs; /* max bvl_vecs we can hold */ member
110 #define BIO_RESET_BYTES offsetof(struct bio, bi_max_vecs)
/linux-4.4.14/drivers/md/bcache/
Dio.c29 bio->bi_max_vecs = bucket_pages(c); in bch_bbio_alloc()
Dmovinggc.c88 bio->bi_max_vecs = DIV_ROUND_UP(KEY_SIZE(&io->w->key), in moving_init()
Dwriteback.c115 bio->bi_max_vecs = DIV_ROUND_UP(KEY_SIZE(&w->key), PAGE_SECTORS); in dirty_init()
Dsuper.c1154 dc->sb_bio.bi_max_vecs = 1; in register_bdev()
1815 ca->journal.bio.bi_max_vecs = 8; in cache_alloc()
1853 ca->sb_bio.bi_max_vecs = 1; in register_cache()
Djournal.c456 bio->bi_max_vecs = 1; in do_journal_discard()
/linux-4.4.14/fs/logfs/
Ddev_bdev.c23 bio.bi_max_vecs = 1; in sync_request()
/linux-4.4.14/block/
Dbio.c505 bio->bi_max_vecs = nr_iovecs; in bio_alloc_bioset()
749 if (bio->bi_vcnt >= bio->bi_max_vecs) in bio_add_pc_page()
832 if (bio->bi_vcnt >= bio->bi_max_vecs) in bio_add_page()
/linux-4.4.14/fs/exofs/
Dore.c637 per_dev->bio->bi_max_vecs, in _ore_add_stripe_unit()
867 master_dev->bio->bi_max_vecs); in _write_mirror()
/linux-4.4.14/drivers/md/
Ddm-bufio.c608 b->bio.bi_max_vecs = DM_BUFIO_INLINE_VECS; in use_inline_bio()
Draid5.c2492 dev->req.bi_max_vecs = 1; in raid5_build_block()
2497 dev->rreq.bi_max_vecs = 1; in raid5_build_block()