Searched refs:btrfs_node_key_to_cpu (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | print-tree.c | 609 btrfs_node_key_to_cpu(c, &key, i); in btrfs_print_tree() 625 btrfs_node_key_to_cpu(c, &check.first_key, i); in btrfs_print_tree()
|
| H A D | relocation.c | 1106 btrfs_node_key_to_cpu(path->nodes[lowest_level], &key, slot); in replace_path() 1145 btrfs_node_key_to_cpu(parent, next_key, slot + 1); in replace_path() 1205 btrfs_node_key_to_cpu(path->nodes[level], &key, in replace_path() 1482 btrfs_node_key_to_cpu(path->nodes[level], key, in clean_dirty_subvols() 1619 btrfs_node_key_to_cpu(path->nodes[level], &next_key, in merge_reloc_root() 1684 btrfs_node_key_to_cpu(path->nodes[level], &key, in prepare_to_merge() 2418 btrfs_node_key_to_cpu(node->eb, &key, 0); in update_processed_blocks() 2509 btrfs_node_key_to_cpu(eb, &block->key, 0); in relocate_tree_block()
|
| H A D | tree-checker.c | 2590 btrfs_node_key_to_cpu(node, &key, slot); in btrfs_verify_level_key() 2591 btrfs_node_key_to_cpu(node, &next_key, slot + 1); in btrfs_verify_level_key() 2721 btrfs_node_key_to_cpu(eb, &found_key, 0);
|
| H A D | qgroup.c | 2366 btrfs_node_key_to_cpu(dst_path->nodes[dst_level], &key, 0); in qgroup_trace_extent_swap() 2400 btrfs_node_key_to_cpu(dst_path->nodes[cur_level], in qgroup_trace_extent_swap() 2402 btrfs_node_key_to_cpu(src_path->nodes[cur_level], in qgroup_trace_extent_swap() 4811 btrfs_node_key_to_cpu(reloc_parent, &block->first_key, reloc_slot); in btrfs_qgroup_add_swapped_blocks()
|
| H A D | defrag.c | 465 btrfs_node_key_to_cpu(root_node, &root->defrag_max, in btrfs_defrag_leaves()
|
| H A D | extent-tree.c | 776 btrfs_node_key_to_cpu(path->nodes[level], key, in find_next_key() 5541 btrfs_node_key_to_cpu(eb, &key, slot); in visit_node_for_delete() 5794 btrfs_node_key_to_cpu(path->nodes[level], &check.first_key, path->slots[level]); in check_next_block_uptodate() 6403 btrfs_node_key_to_cpu(path->nodes[wc->drop_level], in btrfs_drop_snapshot()
|
| H A D | backref.c | 867 btrfs_node_key_to_cpu(eb, &ref->key_for_search, 0); in add_missing_keys()
|
| H A D | extent_io.c | 4685 btrfs_node_key_to_cpu(node, &node_key, slot); in btrfs_readahead_node_child()
|
| H A D | disk-io.c | 426 btrfs_node_key_to_cpu(eb, &found_key, 0); in btrfs_validate_extent_buffer()
|
| H A D | tree-log.c | 3011 btrfs_node_key_to_cpu(cur, &check.first_key, path->slots[*level]); in walk_down_log_tree()
|