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

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

Completed in 177 milliseconds