Lines Matching refs:node_ref

735     struct obj_ref node_ref = OBJ_REF_INITIAL_VALUE(node_ref);  in block_tree_print_sub_tree()  local
743 node_ro = block_get(tr, block_mac, NULL, &node_ref); in block_tree_print_sub_tree()
757 block_put(node_ro, &node_ref); in block_tree_print_sub_tree()
1797 struct obj_ref node_ref = OBJ_REF_INITIAL_VALUE(node_ref); in block_tree_update_key() local
1809 node_rw = block_tree_block_get_write(tr, path, path_index, &node_ref); in block_tree_update_key()
1847 block_tree_path_put_dirty(tr, path, path_index, node_rw, &node_ref); in block_tree_update_key()
2216 struct obj_ref node_ref = OBJ_REF_INITIAL_VALUE(node_ref); in block_tree_get_sibling_block() local
2224 node_ro = block_get(tr, parent, NULL, &node_ref); in block_tree_get_sibling_block()
2235 block_put(node_ro, &node_ref); in block_tree_get_sibling_block()
2317 struct obj_ref node_ref = OBJ_REF_INITIAL_VALUE(node_ref); in block_tree_remove_internal() local
2326 node_ro = block_get(tr, block_mac, NULL, &node_ref); in block_tree_remove_internal()
2354 block_put(node_ro, &node_ref); in block_tree_remove_internal()
2363 block_put(node_ro, &node_ref); in block_tree_remove_internal()
2378 block_tree_path_put_dirty(tr, path, path->count - 1, node_rw, &node_ref); in block_tree_remove_internal()
2401 struct obj_ref* node_ref = &node_ref1; in block_tree_node_merge() local
2425 node_ro = block_get(tr, block_mac, NULL, node_ref); in block_tree_node_merge()
2437 block_put(node_ro, node_ref); in block_tree_node_merge()
2464 block_put(node_ro, node_ref); in block_tree_node_merge()
2540 block_tree_path_put_dirty(tr, path, path->count - 1, node_rw, node_ref); in block_tree_node_merge()
2555 tmp_ref = node_ref; in block_tree_node_merge()
2556 node_ref = merge_node_ref; in block_tree_node_merge()
2565 block_put(node_ro, node_ref); in block_tree_node_merge()
2606 block_tree_path_put_dirty(tr, path, path->count - 1, node_rw, node_ref); in block_tree_node_merge()
2636 struct obj_ref node_ref = OBJ_REF_INITIAL_VALUE(node_ref); in block_tree_insert_block_mac() local
2664 !tree->allow_copy_on_write, &node_ref); in block_tree_insert_block_mac()
2666 block_put_dirty(tr, node_rw, &node_ref, &tree->root, NULL); in block_tree_insert_block_mac()
2681 node_ro = block_get(tr, block_mac, NULL, &node_ref); in block_tree_insert_block_mac()
2706 block_put(node_ro, &node_ref); in block_tree_insert_block_mac()
2713 block_tree_path_put_dirty(tr, &path, path.count - 1, node_rw, &node_ref); in block_tree_insert_block_mac()
2770 struct obj_ref node_ref = OBJ_REF_INITIAL_VALUE(node_ref); in block_tree_remove() local
2805 node_ro = block_get(tr, block_mac, NULL, &node_ref); in block_tree_remove()
2826 block_put(node_ro, &node_ref); in block_tree_remove()
2845 block_tree_path_put_dirty(tr, &path, path.count - 1, node_rw, &node_ref); in block_tree_remove()
2886 struct obj_ref node_ref = OBJ_REF_INITIAL_VALUE(node_ref); in block_tree_update_block_mac() local
2936 node_ro = block_get(tr, block_mac, NULL, &node_ref); in block_tree_update_block_mac()
2969 block_put(node_ro, &node_ref); in block_tree_update_block_mac()
2993 block_tree_path_put_dirty(tr, &path, path.count - 1, node_rw, &node_ref); in block_tree_update_block_mac()