Searched refs:bvec_integrity_pool (Results 1 – 2 of 2) sorted by relevance
75 bs->bvec_integrity_pool); in bio_integrity_alloc()114 bvec_free(bs->bvec_integrity_pool, bip->bip_vec, in bio_integrity_free()491 bs->bvec_integrity_pool = biovec_create_pool(pool_size); in bioset_integrity_create()492 if (!bs->bvec_integrity_pool) { in bioset_integrity_create()506 if (bs->bvec_integrity_pool) in bioset_integrity_free()507 mempool_destroy(bs->bvec_integrity_pool); in bioset_integrity_free()
723 mempool_t *bvec_integrity_pool; member