Home
last modified time | relevance | path

Searched refs:BIO_POOL_NONE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/block/
Dbio-integrity.c56 unsigned long idx = BIO_POOL_NONE; in bio_integrity_alloc()
113 if (bip->bip_slab != BIO_POOL_NONE) in bio_integrity_free()
Dbio.c428 unsigned long idx = BIO_POOL_NONE; in bio_alloc_bioset()
576 BUG_ON(bio->bi_pool && BIO_POOL_IDX(bio) != BIO_POOL_NONE); in __bio_clone_fast()
/linux-4.4.14/include/linux/
Dblk_types.h135 #define BIO_POOL_NONE ((1UL << BIO_POOL_BITS) - 1) macro
/linux-4.4.14/drivers/md/bcache/
Dio.c28 bio->bi_flags |= BIO_POOL_NONE << BIO_POOL_OFFSET; in bch_bbio_alloc()