Home
last modified time | relevance | path

Searched refs:spdk_bit_pool_is_allocated (Results 1 – 4 of 4) sorted by relevance

/spdk/include/spdk/
H A Dbit_pool.h95 bool spdk_bit_pool_is_allocated(const struct spdk_bit_pool *pool, uint32_t bit_index);
/spdk/lib/util/
H A Dspdk_util.map32 spdk_bit_pool_is_allocated;
H A Dbit_array.c429 spdk_bit_pool_is_allocated(const struct spdk_bit_pool *pool, uint32_t bit_index) in spdk_bit_pool_is_allocated() function
/spdk/test/unit/lib/blob/blob.c/
H A Dblob_ut.c6727 SPDK_CU_ASSERT_FATAL(spdk_bit_pool_is_allocated(bs->used_clusters, first_data_cluster)); in blob_create_snapshot_power_failure()
6728 SPDK_CU_ASSERT_FATAL(!spdk_bit_pool_is_allocated(bs->used_clusters, first_data_cluster + 10)); in blob_create_snapshot_power_failure()
6741 SPDK_CU_ASSERT_FATAL(spdk_bit_pool_is_allocated(bs->used_clusters, first_data_cluster)); in blob_create_snapshot_power_failure()
6742 SPDK_CU_ASSERT_FATAL(!spdk_bit_pool_is_allocated(bs->used_clusters, first_data_cluster + 10)); in blob_create_snapshot_power_failure()
6834 SPDK_CU_ASSERT_FATAL(spdk_bit_pool_is_allocated(bs->used_clusters, first_data_cluster)); in test_io_write()
6835 SPDK_CU_ASSERT_FATAL(!spdk_bit_pool_is_allocated(bs->used_clusters, first_data_cluster + 10)); in test_io_write()
6844 SPDK_CU_ASSERT_FATAL(spdk_bit_pool_is_allocated(bs->used_clusters, first_data_cluster)); in test_io_write()
6845 SPDK_CU_ASSERT_FATAL(!spdk_bit_pool_is_allocated(bs->used_clusters, first_data_cluster + 10)); in test_io_write()
6852 SPDK_CU_ASSERT_FATAL(spdk_bit_pool_is_allocated(bs->used_clusters, first_data_cluster)); in test_io_write()
6853 SPDK_CU_ASSERT_FATAL(!spdk_bit_pool_is_allocated(b in test_io_write()
[all...]