Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbio-integrity.c77 &bs->bvec_integrity_pool); in bio_integrity_alloc()
115 bvec_free(&bs->bvec_integrity_pool, bip->bip_vec, bip->bip_slab); in bio_integrity_free()
453 if (biovec_init_pool(&bs->bvec_integrity_pool, pool_size)) { in bioset_integrity_create()
465 mempool_exit(&bs->bvec_integrity_pool); in bioset_integrity_free()
/Linux-v4.19/include/linux/
Dbio.h753 mempool_t bvec_integrity_pool; member