Searched defs:bio_set (Results 1 – 1 of 1) sorted by relevance
704 struct bio_set { struct705 struct kmem_cache *bio_slab;706 unsigned int front_pad;731 static inline bool bioset_initialized(struct bio_set *bs) in bioset_initialized() argument