Searched refs:BIO_POOL_OFFSET (Results 1 – 3 of 3) sorted by relevance
136 #define BIO_POOL_OFFSET (32 - BIO_POOL_BITS) macro137 #define BIO_POOL_MASK (1UL << BIO_POOL_OFFSET)138 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
28 bio->bi_flags |= BIO_POOL_NONE << BIO_POOL_OFFSET; in bch_bbio_alloc()
504 bio->bi_flags |= idx << BIO_POOL_OFFSET; in bio_alloc_bioset()