Searched refs:bio_set (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | bio.h | 384 gfp_t gfp, struct bio_set *bs); 397 gfp_t gfp, struct bio_set *bs) in bio_next_split() 410 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags); 411 extern void bioset_exit(struct bio_set *); 413 extern int bioset_init_from_src(struct bio_set *bs, struct bio_set *src); 416 struct bio_set *bs); 418 struct bio_set *bs); 423 extern struct bio *bio_clone_fast(struct bio *, gfp_t, struct bio_set *); 425 extern struct bio_set fs_bio_set; 664 struct bio_set { struct [all …]
|
D | blk_types.h | 15 struct bio_set; 277 struct bio_set *bi_pool;
|
D | blkdev.h | 555 struct bio_set bio_split; 911 struct bio_set *bs, gfp_t gfp_mask,
|