Searched refs:iwfs_fsmdbg_number_of_free_areas (Results 1 – 2 of 2) sorted by relevance
63 uint64_t iwfs_fsmdbg_number_of_free_areas(IWFS_FSM *f);673 CU_ASSERT_EQUAL(iwfs_fsmdbg_number_of_free_areas(&fsm), 3); in test_block_allocation1_impl()676 CU_ASSERT_EQUAL(iwfs_fsmdbg_number_of_free_areas(&fsm), 2); in test_block_allocation1_impl()685 CU_ASSERT_EQUAL(iwfs_fsmdbg_number_of_free_areas(&fsm), 1); in test_block_allocation1_impl()694 CU_ASSERT_EQUAL(iwfs_fsmdbg_number_of_free_areas(&fsm), 2); in test_block_allocation1_impl()704 CU_ASSERT_EQUAL(iwfs_fsmdbg_number_of_free_areas(&fsm), 2); in test_block_allocation1_impl()
1935 uint64_t iwfs_fsmdbg_number_of_free_areas(IWFS_FSM *f) { in iwfs_fsmdbg_number_of_free_areas() function