Home
last modified time | relevance | path

Searched defs:bio_set (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dbio.h621 struct bio_set { struct
622 struct kmem_cache *bio_slab;
623 unsigned int front_pad;
628 struct bio_alloc_cache __percpu *cache;
653 static inline bool bioset_initialized(struct bio_set *bs) in bioset_initialized() argument
Diomap.h415 struct bio_set *bio_set; member