Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dfile.c97 file_entry_ro = block_get(tr, file, NULL, &file_entry_ro_ref); in file_block_map_init()
131 file_entry_ro = block_get(tr, &file->block_mac, NULL, &file_entry_ro_ref); in file_print()
212 file_entry_ro = block_get(tr, &file->block_mac, NULL, &file_entry_ref); in file_block_map_update()
401 data = block_get(tr, &block_mac, NULL, ref); /* TODO: pass iv? */ in file_get_block_etc()
547 file_entry = block_get(tr, block_mac, NULL, ref); in file_get_info()
686 file_entry = block_get(tr, &block_mac, NULL, &file_entry_ref); in file_tree_lookup()
1043 file_entry_ro = block_get(tr, &block_mac, NULL, &file_entry_ref); in file_open()
1119 file_entry = block_get(tr, &block_mac, NULL, &file_entry_ref); in file_delete()
1443 file_entry_ro = block_get(tr, &file, NULL, &file_entry_ref); in file_transaction_complete()
1486 file_entry_ro = block_get(tr, &file, NULL, &file_entry_ref); in file_transaction_complete()
[all …]
Dcheckpoint.c127 checkpoint_ro = block_get(tr, checkpoint, NULL, &checkpoint_ro_ref); in checkpoint_read()
Dblock_cache.h73 const void* block_get(struct transaction* tr,
Dblock_tree.c743 node_ro = block_get(tr, block_mac, NULL, &node_ref); in block_tree_print_sub_tree()
1326 node_ro = block_get(tr, block_mac, NULL, &ref[ref_index]); in block_tree_walk()
1425 node_ro = block_get(path->tr, block_mac, NULL, &ref[ref_index]); in block_tree_path_next()
1476 node_ro = block_get(path->tr, block_mac, NULL, &ref[ref_index]); in block_tree_path_next()
1519 node_ro = block_get(path->tr, next_child, NULL, &ref[ref_index]); in block_tree_path_next()
1550 node_ro = block_get(path->tr, next_child, NULL, &ref[ref_index]); in block_tree_path_next()
1661 node_ro = block_get(tr, &path->entry[path_index].block_mac, NULL, ref); in block_tree_block_get_write()
2224 node_ro = block_get(tr, parent, NULL, &node_ref); in block_tree_get_sibling_block()
2326 node_ro = block_get(tr, block_mac, NULL, &node_ref); in block_tree_remove_internal()
2425 node_ro = block_get(tr, block_mac, NULL, node_ref); in block_tree_node_merge()
[all …]
Dblock_cache.c1219 const void* block_get(struct transaction* tr, in block_get() function
1481 const void* data_ro = block_get(tr, block_mac, iv, ref); in block_get_write()