Searched refs:spdk_bit_pool_is_allocated (Results 1 – 4 of 4) sorted by relevance
/spdk/include/spdk/ |
H A D | bit_pool.h | 95 bool spdk_bit_pool_is_allocated(const struct spdk_bit_pool *pool, uint32_t bit_index);
|
/spdk/lib/util/ |
H A D | spdk_util.map | 32 spdk_bit_pool_is_allocated;
|
H A D | bit_array.c | 429 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 D | blob_ut.c | 6727 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...] |