Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbounce.c31 static struct bio_set bounce_bio_set, bounce_bio_split; variable
42 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in init_bounce_bioset()
44 if (bioset_integrity_create(&bounce_bio_set, BIO_POOL_SIZE)) in init_bounce_bioset()
168 bio_src->bi_opf, GFP_NOIO, &bounce_bio_set); in bounce_clone_bio()