/fs/btrfs/tests/ |
D | extent-buffer-tests.c | 86 btrfs_item_key_to_cpu(eb, &key, 0); in test_btrfs_split_item() 111 btrfs_item_key_to_cpu(eb, &key, 1); in test_btrfs_split_item() 143 btrfs_item_key_to_cpu(eb, &key, 0); in test_btrfs_split_item() 167 btrfs_item_key_to_cpu(eb, &key, 1); in test_btrfs_split_item() 191 btrfs_item_key_to_cpu(eb, &key, 2); in test_btrfs_split_item()
|
D | free-space-tree-tests.c | 54 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in __check_free_space_extents() 90 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in __check_free_space_extents()
|
/fs/btrfs/ |
D | free-space-tree.c | 224 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0] - 1); in convert_free_space_to_bitmaps() 363 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0] - 1); in convert_free_space_to_extents() 503 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in free_space_test_bit() 528 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in free_space_set_bits() 568 btrfs_item_key_to_cpu(p->nodes[0], &key, p->slots[0]); in free_space_next_bitmap() 614 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in modify_free_space_bitmap() 654 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in modify_free_space_bitmap() 716 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in remove_free_space_extent() 893 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in add_free_space_extent() 933 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in add_free_space_extent() [all …]
|
D | file-item.c | 108 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in btrfs_lookup_csum() 249 btrfs_item_key_to_cpu(path->nodes[0], &found_key, in __btrfs_lookup_bio_sums() 340 btrfs_item_key_to_cpu(leaf, &key, path->slots[0] - 1); in btrfs_lookup_csums_range() 362 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_lookup_csums_range() 628 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_del_csums() 661 btrfs_item_key_to_cpu(leaf, &pk, slot); in btrfs_del_csums() 806 btrfs_item_key_to_cpu(path->nodes[0], &found_key, slot); in btrfs_csum_file_blocks() 834 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in btrfs_csum_file_blocks() 952 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_extent_item_to_extent_map()
|
D | tree-log.c | 1667 btrfs_item_key_to_cpu(path->nodes[0], &key, in count_inode_refs() 1779 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in fixup_inode_link_counts() 2166 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in find_dir_range() 2193 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in find_dir_range() 2350 btrfs_item_key_to_cpu(path->nodes[0], &key, i); in replay_xattr_deletes() 2485 btrfs_item_key_to_cpu(path->nodes[0], &found_key, in replay_dir_deletes() 2560 btrfs_item_key_to_cpu(eb, &key, i); in replay_one_buffer() 3615 btrfs_item_key_to_cpu(path->nodes[0], &tmp, in log_dir_items() 3627 btrfs_item_key_to_cpu(path->nodes[0], &tmp, path->slots[0]); in log_dir_items() 3664 btrfs_item_key_to_cpu(src, &min_key, i); in log_dir_items() [all …]
|
D | inode-map.c | 90 btrfs_item_key_to_cpu(leaf, &key, 0); in caching_kthread() 100 btrfs_item_key_to_cpu(leaf, &key, slot); in caching_kthread() 550 btrfs_item_key_to_cpu(l, &found_key, slot); in btrfs_find_highest_objectid()
|
D | tree-checker.c | 82 btrfs_item_key_to_cpu(eb, &key, slot); in file_extent_err() 301 btrfs_item_key_to_cpu(eb, &key, slot); in dir_item_err() 435 btrfs_item_key_to_cpu(eb, &key, slot); in block_group_err() 686 btrfs_item_key_to_cpu(eb, &key, slot); in dev_item_err() 930 btrfs_item_key_to_cpu(eb, &key, slot); in extent_err() 1361 btrfs_item_key_to_cpu(leaf, &key, slot); in check_leaf()
|
D | backref.c | 94 btrfs_item_key_to_cpu(eb, &key, slot); in find_extent_in_eb() 452 btrfs_item_key_to_cpu(eb, &key, slot); in add_all_parents() 743 btrfs_item_key_to_cpu(eb, &ref->key_for_search, 0); in add_missing_keys() 904 btrfs_item_key_to_cpu(leaf, &found_key, slot); in add_inline_refs() 1020 btrfs_item_key_to_cpu(leaf, &key, slot); in add_keyed_refs() 1214 btrfs_item_key_to_cpu(leaf, &key, slot); 1572 btrfs_item_key_to_cpu(leaf, &found_key, slot); 1717 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]);
|
D | root-tree.c | 93 btrfs_item_key_to_cpu(l, &found_key, slot); in btrfs_find_root() 248 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_find_orphan_roots()
|
D | send.c | 1164 btrfs_item_key_to_cpu(p->nodes[0], &found_key, p->slots[0]); in get_inode_path() 1759 btrfs_item_key_to_cpu(path->nodes[0], &found_key, in get_first_ref() 2379 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in send_subvol_begin() 2709 btrfs_item_key_to_cpu(eb, &found_key, slot); in did_create_dir() 2973 btrfs_item_key_to_cpu(path->nodes[0], &found_key, in can_rmdir() 3624 btrfs_item_key_to_cpu(leaf, &key, slot); in is_ancestor() 4461 btrfs_item_key_to_cpu(eb, &found_key, slot); in process_all_refs() 4769 btrfs_item_key_to_cpu(eb, &found_key, slot); in process_all_new_xattrs() 5175 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0] - 1); in clone_range() 5199 btrfs_item_key_to_cpu(leaf, &key, slot); in clone_range() [all …]
|
D | extent-tree.c | 198 btrfs_item_key_to_cpu(path->nodes[0], &key, in btrfs_lookup_extent_info() 529 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in lookup_extent_data_ref() 643 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in remove_extent_data_ref() 688 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in extent_data_ref_count() 794 btrfs_item_key_to_cpu(path->nodes[level], key, in find_next_key() 878 btrfs_item_key_to_cpu(path->nodes[0], &key, in lookup_inline_extent_backref() 1465 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in __btrfs_inc_extent_ref() 1596 btrfs_item_key_to_cpu(path->nodes[0], &key, in run_delayed_extent_op() 2351 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in check_committed_ref() 2458 btrfs_item_key_to_cpu(buf, &key, i); in __btrfs_mod_ref() [all …]
|
D | ioctl.c | 1096 btrfs_item_key_to_cpu(leaf, &min_key, path->slots[0]); in find_new_extents() 2063 btrfs_item_key_to_cpu(leaf, key, i); in copy_to_sk() 2345 btrfs_item_key_to_cpu(l, &key, slot); in btrfs_search_path_in_tree() 2438 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_search_path_in_tree_user() 2465 btrfs_item_key_to_cpu(leaf, &key2, slot); in btrfs_search_path_in_tree_user() 2516 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_search_path_in_tree_user() 2713 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_ioctl_get_subvol_info() 2796 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_ioctl_get_subvol_rootref() 3397 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in clone_copy_inline_extent() 3430 btrfs_item_key_to_cpu(path->nodes[0], &key, in clone_copy_inline_extent() [all …]
|
D | qgroup.c | 372 btrfs_item_key_to_cpu(l, &found_key, slot); in btrfs_read_qgroup_config() 462 btrfs_item_key_to_cpu(l, &found_key, slot); in btrfs_read_qgroup_config() 974 btrfs_item_key_to_cpu(leaf, &found_key, slot); in btrfs_quota_enable() 1650 btrfs_item_key_to_cpu(eb, &key, i); in btrfs_qgroup_trace_leaf_items() 1811 btrfs_item_key_to_cpu(dst_path->nodes[dst_level], &key, 0); in qgroup_trace_extent_swap() 1862 btrfs_item_key_to_cpu(dst_path->nodes[cur_level], in qgroup_trace_extent_swap() 1864 btrfs_item_key_to_cpu(src_path->nodes[cur_level], in qgroup_trace_extent_swap() 3087 btrfs_item_key_to_cpu(path->nodes[0], &found, in qgroup_rescan_leaf() 3102 btrfs_item_key_to_cpu(scratch_leaf, &found, slot); in qgroup_rescan_leaf()
|
D | relocation.c | 634 btrfs_item_key_to_cpu(leaf, &key, slot); in find_inline_backref() 784 btrfs_item_key_to_cpu(eb, &key, path1->slots[0]); in build_backref_tree() 1694 btrfs_item_key_to_cpu(leaf, &key, i); in replace_file_extents() 3054 btrfs_item_key_to_cpu(eb, &block->key, 0); in get_tree_block_key() 3530 btrfs_item_key_to_cpu(path->nodes[0], &key, in __add_tree_block() 3744 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in find_data_references() 3776 btrfs_item_key_to_cpu(leaf, &block->key, 0); in find_data_references() 3862 btrfs_item_key_to_cpu(eb, &key, path->slots[0]); in add_data_references() 3934 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in find_next_extent() 4524 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_recover_relocation()
|
D | export.c | 195 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in btrfs_get_parent()
|
D | uuid-tree.c | 284 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_uuid_tree_iterate()
|
D | file.c | 794 btrfs_item_key_to_cpu(leaf, &key, path->slots[0] - 1); in __btrfs_drop_extents() 817 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in __btrfs_drop_extents() 1070 btrfs_item_key_to_cpu(leaf, &slot_key, path->slots[0]); in __btrfs_drop_extents() 1116 btrfs_item_key_to_cpu(leaf, &key, slot); in extent_mergeable() 1186 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_mark_extent_written() 2258 btrfs_item_key_to_cpu(leaf, &key, slot); in hole_mergeable()
|
D | print-tree.c | 196 btrfs_item_key_to_cpu(l, &key, i); in btrfs_print_leaf()
|
D | ctree.c | 2616 btrfs_item_key_to_cpu(eb, found_key, path->slots[0]); in btrfs_find_item() 4387 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in setup_leaf_for_split() 5102 btrfs_item_key_to_cpu(path->nodes[0], &key, 0); in btrfs_prev_leaf() 5197 btrfs_item_key_to_cpu(cur, &found_key, slot); in btrfs_search_forward() 5303 btrfs_item_key_to_cpu(c, &cur_key, slot); in btrfs_find_next_key() 5324 btrfs_item_key_to_cpu(c, key, slot); in btrfs_find_next_key() 5366 btrfs_item_key_to_cpu(path->nodes[0], &key, nritems - 1); in btrfs_next_old_leaf() 5549 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in btrfs_previous_item() 5591 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in btrfs_previous_extent_item()
|
D | props.c | 149 btrfs_item_key_to_cpu(leaf, &key, slot); in iterate_object_props()
|
D | inode.c | 1387 btrfs_item_key_to_cpu(leaf, &found_key, in run_delalloc_nocow() 1409 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in run_delalloc_nocow() 2535 btrfs_item_key_to_cpu(leaf, &key, slot); in record_one_backref() 2773 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in relink_extent_backref() 2965 btrfs_item_key_to_cpu(l, &key, slot); in record_old_file_extents() 3518 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in btrfs_orphan_cleanup() 3675 btrfs_item_key_to_cpu(leaf, &found_key, slot); in acls_after_inode_item() 3844 btrfs_item_key_to_cpu(leaf, &location, path->slots[0]); in btrfs_read_locked_inode() 4285 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_unlink_subvol() 4360 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in may_destroy_subvol() [all …]
|
D | inode-item.c | 419 btrfs_item_key_to_cpu(leaf, &found_key, slot); in btrfs_lookup_inode()
|
D | dir-item.c | 329 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_search_dir_index_item()
|
D | xattr.c | 302 btrfs_item_key_to_cpu(leaf, &found_key, slot); in btrfs_listxattr()
|
D | delayed-inode.c | 893 btrfs_item_key_to_cpu(leaf, &key, i); in btrfs_batch_delete_items() 913 btrfs_item_key_to_cpu(leaf, &key, i); in btrfs_batch_delete_items() 1048 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in __btrfs_update_delayed_inode()
|