Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_tree.c1601 int path_index, in block_tree_block_dirty() argument
1606 block_mac = &path->entry[path_index].block_mac; in block_tree_block_dirty()
1608 assert(path_index || in block_tree_block_dirty()
1634 if (!path_index) { in block_tree_block_dirty()
1656 int path_index, in block_tree_block_get_write() argument
1661 node_ro = block_get(tr, &path->entry[path_index].block_mac, NULL, ref); in block_tree_block_get_write()
1666 node_rw = block_tree_block_dirty(tr, path, path_index, node_ro); in block_tree_block_get_write()
1687 int path_index, in block_tree_path_put_dirty() argument
1697 if (path_index == (int)path->count) { in block_tree_path_put_dirty()
1698 assert(path_index < (int)countof(path->entry)); in block_tree_path_put_dirty()
[all …]
Dblock_tree.h156 int path_index,