Searched refs:pbn (Results 1 – 2 of 2) sorted by relevance
35 size_t pbn = 0; in test_get_offs_size() local75 pbn = 1 + ((idx / block_nodes) * block_nodes * 2); in test_get_offs_size()76 *offs = pbn * TEST_BLOCK_SIZE + in test_get_offs_size()83 pbn = 2 + bidx + bidx / (block_nodes * 2 - 1); in test_get_offs_size()84 *offs = pbn * TEST_BLOCK_SIZE; in test_get_offs_size()
137 size_t pbn; in get_offs_size() local198 pbn = 1 + ((idx / block_nodes) * block_nodes * 2); in get_offs_size()199 *offs = pbn * BLOCK_SIZE + in get_offs_size()206 pbn = 2 + bidx + bidx / (block_nodes * 2 - 1); in get_offs_size()207 *offs = pbn * BLOCK_SIZE; in get_offs_size()
Completed in 6 milliseconds