Home
last modified time | relevance | path

Searched refs:BVEC_POOL_IDX (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dblk_types.h248 #define BVEC_POOL_IDX(bio) ((bio)->bi_flags >> BVEC_POOL_OFFSET) macro
/linux-4.19.296/block/
Dbio.c259 bvec_free(&bs->bvec_pool, bio->bi_io_vec, BVEC_POOL_IDX(bio)); in bio_free()
596 BUG_ON(bio->bi_pool && BVEC_POOL_IDX(bio)); in __bio_clone_fast()