Searched refs:bio_set (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | bio.h | 361 gfp_t gfp, struct bio_set *bs); 374 gfp_t gfp, struct bio_set *bs) in bio_next_split() 386 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags); 387 extern void bioset_exit(struct bio_set *); 389 extern int bioset_init_from_src(struct bio_set *bs, struct bio_set *src); 391 extern struct bio *bio_alloc_bioset(gfp_t, unsigned int, struct bio_set *); 395 extern struct bio *bio_clone_fast(struct bio *, gfp_t, struct bio_set *); 397 extern struct bio_set fs_bio_set; 704 struct bio_set { struct 731 static inline bool bioset_initialized(struct bio_set *bs) in bioset_initialized() argument [all …]
|
D | blk_types.h | 13 struct bio_set; 203 struct bio_set *bi_pool;
|
D | blkdev.h | 577 struct bio_set bio_split; 860 struct bio_set *bs, gfp_t gfp_mask,
|