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.c240 CU_ASSERT_TRUE((aunit * 8 - state1.lfbklen) * 64 == 2 * aunit); // allocated first 2 pages in test_fsm_open_close()
248 CU_ASSERT_TRUE((aunit * 8 - state2.lfbklen) * 64 == 2 * aunit); in test_fsm_open_close()
251 CU_ASSERT_EQUAL(state1.lfbklen, state2.lfbklen); in test_fsm_open_close()
320 CU_ASSERT_EQUAL(state1.lfbklen, 32632); in test_fsm_uniform_alloc_impl()
342 CU_ASSERT_EQUAL(state1.lfbklen, state2.lfbklen); in test_fsm_uniform_alloc_impl()
367 CU_ASSERT_EQUAL(state1.lfbklen, 32632); in test_fsm_uniform_alloc_impl()
/third_party/iowow/src/fs/
Diwfsmfile.h188 uint64_t lfbklen; member
Diwfsmfile.c87 uint64_t lfbklen; /**< Length in blocks of free block chunk with the largest offset. */ member
191 impl->lfbklen = 0; in _fsm_del_fbk()
212 impl->lfbklen = 0; in _fsm_del_fbk2()
228 if (offset_blk + length_blk >= impl->lfbkoff + impl->lfbklen) { in _fsm_put_fbk()
230 impl->lfbklen = length_blk; in _fsm_put_fbk()
861 right = lfbkoff + impl->lfbklen; in _fsm_blk_deallocate_lw()
2037 d->lfbklen = impl->lfbklen; in iwfs_fsmdbg_state()