Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dbio-integrity.c32 bvec_free(&bs->bvec_integrity_pool, bip->bip_vec, in __bio_integrity_free()
78 &bs->bvec_integrity_pool); in bio_integrity_alloc()
445 if (biovec_init_pool(&bs->bvec_integrity_pool, pool_size)) { in bioset_integrity_create()
457 mempool_exit(&bs->bvec_integrity_pool); in bioset_integrity_free()
/Linux-v5.10/include/linux/
Dbio.h690 mempool_t bvec_integrity_pool; member