Searched refs:btrfs_node_key_to_cpu (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | print-tree.c | 381 btrfs_node_key_to_cpu(c, &key, i); in btrfs_print_tree() 398 btrfs_node_key_to_cpu(c, &check.first_key, i); in btrfs_print_tree()
|
A D | relocation.c | 1237 btrfs_node_key_to_cpu(path->nodes[lowest_level], &key, slot); in replace_path() 1276 btrfs_node_key_to_cpu(parent, next_key, slot + 1); in replace_path() 1336 btrfs_node_key_to_cpu(path->nodes[level], &key, in replace_path() 1599 btrfs_node_key_to_cpu(path->nodes[level], key, in find_next_key() 1736 btrfs_node_key_to_cpu(path->nodes[level], &next_key, in merge_reloc_root() 1801 btrfs_node_key_to_cpu(path->nodes[level], &key, in merge_reloc_root() 2537 btrfs_node_key_to_cpu(node->eb, &key, 0); in link_to_upper() 2631 btrfs_node_key_to_cpu(eb, &block->key, 0); in get_tree_block_key()
|
A D | ctree.c | 968 btrfs_node_key_to_cpu(parent, &check.first_key, slot); in btrfs_read_node_slot() 1542 btrfs_node_key_to_cpu(*eb_ret, &check.first_key, slot); in read_block_for_search() 2625 btrfs_node_key_to_cpu(left, &left_last, nr_left - 1); in check_sibling_keys() 2626 btrfs_node_key_to_cpu(right, &right_first, 0); in check_sibling_keys() 4627 btrfs_node_key_to_cpu(cur, &found_key, slot); in btrfs_search_forward() 4696 btrfs_node_key_to_cpu(c, &cur_key, slot); in btrfs_find_next_key() 4723 btrfs_node_key_to_cpu(c, key, slot); in btrfs_find_next_key()
|
A D | accessors.h | 590 static inline void btrfs_node_key_to_cpu(const struct extent_buffer *eb, in btrfs_node_key_to_cpu() function 633 static inline void btrfs_node_key_to_cpu(const struct extent_buffer *eb, in btrfs_node_key_to_cpu() function
|
A D | tree-checker.c | 1852 btrfs_node_key_to_cpu(node, &key, slot); in btrfs_check_node() 1853 btrfs_node_key_to_cpu(node, &next_key, slot + 1); in btrfs_check_node()
|
A D | qgroup.c | 2051 btrfs_node_key_to_cpu(dst_path->nodes[dst_level], &key, 0); in qgroup_trace_extent_swap() 2087 btrfs_node_key_to_cpu(dst_path->nodes[cur_level], in qgroup_trace_extent_swap() 2089 btrfs_node_key_to_cpu(src_path->nodes[cur_level], in qgroup_trace_extent_swap() 4275 btrfs_node_key_to_cpu(reloc_parent, &block->first_key, reloc_slot); in btrfs_qgroup_add_swapped_blocks()
|
A D | extent-tree.c | 770 btrfs_node_key_to_cpu(path->nodes[level], key, in find_next_key() 5052 btrfs_node_key_to_cpu(eb, &key, slot); in reada_walk_down() 5222 btrfs_node_key_to_cpu(path->nodes[level], &check.first_key, in do_walk_down() 5259 btrfs_node_key_to_cpu(path->nodes[level], &key, in do_walk_down() 5728 btrfs_node_key_to_cpu(path->nodes[wc->drop_level], in btrfs_drop_snapshot()
|
A D | defrag.c | 379 btrfs_node_key_to_cpu(root_node, &root->defrag_max, in btrfs_defrag_leaves()
|
A D | disk-io.c | 223 btrfs_node_key_to_cpu(eb, &found_key, 0); in btrfs_verify_level_key() 559 btrfs_node_key_to_cpu(eb, &found_key, 0); in validate_extent_buffer()
|
A D | send.c | 7500 btrfs_node_key_to_cpu(path->nodes[*level], key, in tree_advance() 7756 btrfs_node_key_to_cpu(left_path->nodes[left_level], in btrfs_compare_trees() 7762 btrfs_node_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
|
A D | backref.c | 876 btrfs_node_key_to_cpu(eb, &ref->key_for_search, 0); in add_missing_keys()
|
A D | tree-log.c | 2595 btrfs_node_key_to_cpu(cur, &check.first_key, path->slots[*level]); in walk_down_log_tree()
|
Completed in 118 milliseconds