Searched refs:fs_bio_set (Results 1 – 3 of 3) sorted by relevance
58 struct bio_set fs_bio_set; variable59 EXPORT_SYMBOL(fs_bio_set);2088 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS)) in init_bio()2091 if (bioset_integrity_create(&fs_bio_set, BIO_POOL_SIZE)) in init_bio()
3529 bs = &fs_bio_set; in blk_rq_prep_clone()
433 extern struct bio_set fs_bio_set;437 return bio_alloc_bioset(gfp_mask, nr_iovecs, &fs_bio_set); in bio_alloc()