Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dfs_htree.c30 #define BLOCK_NUM_TO_NODE_ID(num) ((num) + 1) macro
859 res = get_node(ht, create, BLOCK_NUM_TO_NODE_ID(block_num), &nd); in get_block_node()
966 size_t node_id = BLOCK_NUM_TO_NODE_ID(block_num); in tee_fs_htree_truncate()