Searched refs:btrfs_node_key_to_cpu (Results 1 – 14 of 14) sorted by relevance
/fs/btrfs/ |
D | print-tree.c | 349 btrfs_node_key_to_cpu(c, &key, i); in btrfs_print_tree() 361 btrfs_node_key_to_cpu(c, &first_key, i); in btrfs_print_tree()
|
D | tree-defrag.c | 59 btrfs_node_key_to_cpu(root_node, &root->defrag_max, in btrfs_defrag_leaves()
|
D | relocation.c | 1845 btrfs_node_key_to_cpu(path->nodes[lowest_level], &key, slot); in replace_path() 1883 btrfs_node_key_to_cpu(parent, next_key, slot + 1); in replace_path() 1888 btrfs_node_key_to_cpu(parent, &first_key, slot); in replace_path() 1945 btrfs_node_key_to_cpu(path->nodes[level], &key, in replace_path() 2101 btrfs_node_key_to_cpu(eb, &first_key, path->slots[i]); in walk_down_reloc_tree() 2199 btrfs_node_key_to_cpu(path->nodes[level], key, in find_next_key() 2322 btrfs_node_key_to_cpu(path->nodes[level], &next_key, in merge_reloc_root() 2393 btrfs_node_key_to_cpu(path->nodes[level], &key, in merge_reloc_root() 2932 btrfs_node_key_to_cpu(upper->eb, &first_key, slot); in do_relocation() 3002 btrfs_node_key_to_cpu(node->eb, &key, 0); in link_to_upper() [all …]
|
D | qgroup.c | 1967 btrfs_node_key_to_cpu(dst_path->nodes[dst_level], &key, 0); in qgroup_trace_extent_swap() 1993 btrfs_node_key_to_cpu(eb, &first_key, parent_slot); in qgroup_trace_extent_swap() 2015 btrfs_node_key_to_cpu(dst_path->nodes[cur_level], in qgroup_trace_extent_swap() 2017 btrfs_node_key_to_cpu(src_path->nodes[cur_level], in qgroup_trace_extent_swap() 2129 btrfs_node_key_to_cpu(eb, &first_key, parent_slot); in qgroup_trace_new_subtree_blocks() 2308 btrfs_node_key_to_cpu(eb, &first_key, parent_slot); in btrfs_qgroup_trace_subtree() 4205 btrfs_node_key_to_cpu(reloc_parent, &block->first_key, reloc_slot); in btrfs_qgroup_add_swapped_blocks()
|
D | reada.c | 139 btrfs_node_key_to_cpu(eb, &key, i); in __readahead_hook() 141 btrfs_node_key_to_cpu(eb, &next_key, i + 1); in __readahead_hook()
|
D | tree-checker.c | 1558 btrfs_node_key_to_cpu(node, &key, slot); in btrfs_check_node() 1559 btrfs_node_key_to_cpu(node, &next_key, slot + 1); in btrfs_check_node()
|
D | ctree.c | 1666 btrfs_node_key_to_cpu(parent, &first_key, i); in btrfs_realloc_node() 1860 btrfs_node_key_to_cpu(parent, &first_key, slot); in btrfs_read_node_slot() 2463 btrfs_node_key_to_cpu(b, &first_key, slot); in read_block_for_search() 5308 btrfs_node_key_to_cpu(cur, &found_key, slot); in btrfs_search_forward() 5379 btrfs_node_key_to_cpu(c, &cur_key, slot); in btrfs_find_next_key() 5406 btrfs_node_key_to_cpu(c, key, slot); in btrfs_find_next_key()
|
D | extent-tree.c | 797 btrfs_node_key_to_cpu(path->nodes[level], key, in find_next_key() 4699 btrfs_node_key_to_cpu(eb, &key, slot); in reada_walk_down() 4865 btrfs_node_key_to_cpu(path->nodes[level], &first_key, in do_walk_down() 4905 btrfs_node_key_to_cpu(path->nodes[level], &key, in do_walk_down() 5379 btrfs_node_key_to_cpu(path->nodes[wc->drop_level], in btrfs_drop_snapshot()
|
D | ref-verify.c | 567 btrfs_node_key_to_cpu(path->nodes[level], &first_key, in walk_down_tree()
|
D | backref.c | 819 btrfs_node_key_to_cpu(eb, &ref->key_for_search, 0); in add_missing_keys()
|
D | send.c | 6885 btrfs_node_key_to_cpu(path->nodes[*level], key, in tree_advance() 7038 btrfs_node_key_to_cpu(left_path->nodes[left_level], in btrfs_compare_trees() 7044 btrfs_node_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
|
D | ctree.h | 1858 static inline void btrfs_node_key_to_cpu(const struct extent_buffer *eb, in btrfs_node_key_to_cpu() function
|
D | disk-io.c | 431 btrfs_node_key_to_cpu(eb, &found_key, 0); in btrfs_verify_level_key()
|
D | tree-log.c | 2758 btrfs_node_key_to_cpu(cur, &first_key, path->slots[*level]); in walk_down_log_tree()
|