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()
147 size_t pbn; in get_offs_size() local208 pbn = 1 + ((idx / block_nodes) * block_nodes * 2); in get_offs_size()209 *offs = pbn * BLOCK_SIZE + in get_offs_size()216 pbn = 2 + bidx + bidx / (block_nodes * 2 - 1); in get_offs_size()217 *offs = pbn * BLOCK_SIZE; in get_offs_size()