Home
last modified time | relevance | path

Searched refs:lfbklen (Results 1 – 3 of 3) sorted by relevance

/third_party/iowow/src/fs/tests/
Diwfs_test2.c242 CU_ASSERT_TRUE((aunit * 8 - state1.lfbklen) * 64 == 2 * aunit); // allocated first 2 pages in test_fsm_open_close()
250 CU_ASSERT_TRUE((aunit * 8 - state2.lfbklen) * 64 == 2 * aunit); in test_fsm_open_close()
253 CU_ASSERT_EQUAL(state1.lfbklen, state2.lfbklen); in test_fsm_open_close()
321 CU_ASSERT_EQUAL(state1.lfbklen, 32632); in test_fsm_uniform_alloc_impl()
346 CU_ASSERT_EQUAL(state1.lfbklen, state2.lfbklen); in test_fsm_uniform_alloc_impl()
371 CU_ASSERT_EQUAL(state1.lfbklen, 32632); in test_fsm_uniform_alloc_impl()
/third_party/iowow/src/fs/
Diwfsmfile.h189 uint64_t lfbklen; member
Diwfsmfile.c89 …uint64_t lfbklen; /**< Length in blocks of free block chunk with the largest offset.… member
193 fsm->lfbklen = 0; in _fsm_del_fbk2()
218 if (offset_blk + length_blk >= fsm->lfbkoff + fsm->lfbklen) { in _fsm_put_fbk()
220 fsm->lfbklen = length_blk; in _fsm_put_fbk()
873 right = lfbkoff + fsm->lfbklen; in _fsm_blk_deallocate_lw()
2023 d->lfbklen = fsm->lfbklen; in iwfs_fsmdbg_state()