/Linux-v4.19/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 | 53 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in __check_free_space_extents() 89 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in __check_free_space_extents()
|
/Linux-v4.19/fs/btrfs/ |
D | free-space-tree.c | 221 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0] - 1); in convert_free_space_to_bitmaps() 359 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0] - 1); in convert_free_space_to_extents() 499 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in free_space_test_bit() 524 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in free_space_set_bits() 564 btrfs_item_key_to_cpu(p->nodes[0], &key, p->slots[0]); in free_space_next_bitmap() 610 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in modify_free_space_bitmap() 650 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in modify_free_space_bitmap() 712 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in remove_free_space_extent() 889 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in add_free_space_extent() 929 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in add_free_space_extent() [all …]
|
D | file-item.c | 102 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in btrfs_lookup_csum() 250 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() 612 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_del_csums() 645 btrfs_item_key_to_cpu(leaf, &pk, slot); in btrfs_del_csums() 790 btrfs_item_key_to_cpu(path->nodes[0], &found_key, slot); in btrfs_csum_file_blocks() 818 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in btrfs_csum_file_blocks() 936 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_extent_item_to_extent_map()
|
D | tree-checker.c | 79 btrfs_item_key_to_cpu(eb, &key, slot); in file_extent_err() 233 btrfs_item_key_to_cpu(eb, &key, slot); in dir_item_err() 367 btrfs_item_key_to_cpu(eb, &key, slot); in block_group_err() 558 btrfs_item_key_to_cpu(leaf, &key, slot); in check_leaf()
|
D | inode-map.c | 74 btrfs_item_key_to_cpu(leaf, &key, 0); in caching_kthread() 84 btrfs_item_key_to_cpu(leaf, &key, slot); in caching_kthread() 531 btrfs_item_key_to_cpu(l, &found_key, slot); in btrfs_find_highest_objectid()
|
D | tree-log.c | 1587 btrfs_item_key_to_cpu(path->nodes[0], &key, in count_inode_refs() 1699 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in fixup_inode_link_counts() 2086 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in find_dir_range() 2113 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in find_dir_range() 2270 btrfs_item_key_to_cpu(path->nodes[0], &key, i); in replay_xattr_deletes() 2405 btrfs_item_key_to_cpu(path->nodes[0], &found_key, in replay_dir_deletes() 2480 btrfs_item_key_to_cpu(eb, &key, i); in replay_one_buffer() 3490 btrfs_item_key_to_cpu(path->nodes[0], &tmp, in log_dir_items() 3502 btrfs_item_key_to_cpu(path->nodes[0], &tmp, path->slots[0]); in log_dir_items() 3532 btrfs_item_key_to_cpu(src, &min_key, i); in log_dir_items() [all …]
|
D | backref.c | 94 btrfs_item_key_to_cpu(eb, &key, slot); in find_extent_in_eb() 450 btrfs_item_key_to_cpu(eb, &key, slot); in add_all_parents() 740 btrfs_item_key_to_cpu(eb, &ref->key_for_search, 0); in add_missing_keys() 900 btrfs_item_key_to_cpu(leaf, &found_key, slot); in add_inline_refs() 1016 btrfs_item_key_to_cpu(leaf, &key, slot); in add_keyed_refs() 1210 btrfs_item_key_to_cpu(leaf, &key, slot); 1565 btrfs_item_key_to_cpu(leaf, &found_key, slot); 1710 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]);
|
D | root-tree.c | 91 btrfs_item_key_to_cpu(l, &found_key, slot); in btrfs_find_root() 245 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_find_orphan_roots()
|
D | send.c | 1141 btrfs_item_key_to_cpu(p->nodes[0], &found_key, p->slots[0]); in get_inode_path() 1743 btrfs_item_key_to_cpu(path->nodes[0], &found_key, in get_first_ref() 2363 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in send_subvol_begin() 2693 btrfs_item_key_to_cpu(eb, &found_key, slot); in did_create_dir() 2957 btrfs_item_key_to_cpu(path->nodes[0], &found_key, in can_rmdir() 3603 btrfs_item_key_to_cpu(leaf, &key, slot); in is_ancestor() 4440 btrfs_item_key_to_cpu(eb, &found_key, slot); in process_all_refs() 4748 btrfs_item_key_to_cpu(eb, &found_key, slot); in process_all_new_xattrs() 5137 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0] - 1); in clone_range() 5160 btrfs_item_key_to_cpu(leaf, &key, slot); in clone_range() [all …]
|
D | ctree.c | 2589 btrfs_item_key_to_cpu(eb, found_key, path->slots[0]); in btrfs_find_item() 4332 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in setup_leaf_for_split() 5054 btrfs_item_key_to_cpu(path->nodes[0], &key, 0); in btrfs_prev_leaf() 5146 btrfs_item_key_to_cpu(cur, &found_key, slot); in btrfs_search_forward() 5275 btrfs_item_key_to_cpu(path->nodes[*level], key, in tree_advance() 5433 btrfs_item_key_to_cpu(left_path->nodes[left_level], in btrfs_compare_trees() 5439 btrfs_item_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees() 5620 btrfs_item_key_to_cpu(c, &cur_key, slot); in btrfs_find_next_key() 5641 btrfs_item_key_to_cpu(c, key, slot); in btrfs_find_next_key() 5683 btrfs_item_key_to_cpu(path->nodes[0], &key, nritems - 1); in btrfs_next_old_leaf() [all …]
|
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 | ioctl.c | 1075 btrfs_item_key_to_cpu(leaf, &min_key, path->slots[0]); in find_new_extents() 2034 btrfs_item_key_to_cpu(leaf, key, i); in copy_to_sk() 2316 btrfs_item_key_to_cpu(l, &key, slot); in btrfs_search_path_in_tree() 2409 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_search_path_in_tree_user() 2436 btrfs_item_key_to_cpu(leaf, &key2, slot); in btrfs_search_path_in_tree_user() 2487 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_search_path_in_tree_user() 2684 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_ioctl_get_subvol_info() 2767 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_ioctl_get_subvol_rootref() 3797 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in clone_copy_inline_extent() 3830 btrfs_item_key_to_cpu(path->nodes[0], &key, in clone_copy_inline_extent() [all …]
|
D | relocation.c | 598 btrfs_item_key_to_cpu(leaf, &key, slot); in find_inline_backref() 748 btrfs_item_key_to_cpu(eb, &key, path1->slots[0]); in build_backref_tree() 1634 btrfs_item_key_to_cpu(leaf, &key, i); in replace_file_extents() 2916 btrfs_item_key_to_cpu(eb, &block->key, 0); in get_tree_block_key() 3398 btrfs_item_key_to_cpu(path->nodes[0], &key, in __add_tree_block() 3612 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in find_data_references() 3644 btrfs_item_key_to_cpu(leaf, &block->key, 0); in find_data_references() 3730 btrfs_item_key_to_cpu(eb, &key, path->slots[0]); in add_data_references() 3802 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in find_next_extent() 4391 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_recover_relocation()
|
D | print-tree.c | 196 btrfs_item_key_to_cpu(l, &key, i); in btrfs_print_leaf()
|
D | props.c | 180 btrfs_item_key_to_cpu(leaf, &key, slot); in iterate_object_props()
|
D | xattr.c | 306 btrfs_item_key_to_cpu(leaf, &found_key, slot); in btrfs_listxattr()
|
D | file.c | 784 btrfs_item_key_to_cpu(leaf, &key, path->slots[0] - 1); in __btrfs_drop_extents() 807 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in __btrfs_drop_extents() 1054 btrfs_item_key_to_cpu(leaf, &slot_key, path->slots[0]); in __btrfs_drop_extents() 1100 btrfs_item_key_to_cpu(leaf, &key, slot); in extent_mergeable() 1169 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_mark_extent_written() 2203 btrfs_item_key_to_cpu(leaf, &key, slot); in hole_mergeable()
|
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() 976 btrfs_item_key_to_cpu(leaf, &found_key, slot); in btrfs_quota_enable() 1627 btrfs_item_key_to_cpu(eb, &key, i); in btrfs_qgroup_trace_leaf_items() 2681 btrfs_item_key_to_cpu(path->nodes[0], &found, in qgroup_rescan_leaf() 2699 btrfs_item_key_to_cpu(scratch_leaf, &found, slot); in qgroup_rescan_leaf()
|
D | dir-item.c | 329 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_search_dir_index_item()
|
D | inode-item.c | 427 btrfs_item_key_to_cpu(leaf, &found_key, slot); in btrfs_lookup_inode()
|
D | delayed-inode.c | 890 btrfs_item_key_to_cpu(leaf, &key, i); in btrfs_batch_delete_items() 910 btrfs_item_key_to_cpu(leaf, &key, i); in btrfs_batch_delete_items() 1045 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in __btrfs_update_delayed_inode()
|
D | extent-tree.c | 437 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in load_extent_tree_free() 853 btrfs_item_key_to_cpu(path->nodes[0], &key, in btrfs_lookup_extent_info() 1184 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in lookup_extent_data_ref() 1298 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in remove_extent_data_ref() 1343 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in extent_data_ref_count() 1449 btrfs_item_key_to_cpu(path->nodes[level], key, in find_next_key() 1533 btrfs_item_key_to_cpu(path->nodes[0], &key, in lookup_inline_extent_backref() 2133 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in __btrfs_inc_extent_ref() 2264 btrfs_item_key_to_cpu(path->nodes[0], &key, in run_delayed_extent_op() 3100 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in check_committed_ref() [all …]
|
D | inode.c | 1305 btrfs_item_key_to_cpu(leaf, &found_key, in run_delalloc_nocow() 1329 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in run_delalloc_nocow() 2429 btrfs_item_key_to_cpu(leaf, &key, slot); in record_one_backref() 2666 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in relink_extent_backref() 2860 btrfs_item_key_to_cpu(l, &key, slot); in record_old_file_extents() 3365 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in btrfs_orphan_cleanup() 3524 btrfs_item_key_to_cpu(leaf, &found_key, slot); in acls_after_inode_item() 3689 btrfs_item_key_to_cpu(leaf, &location, path->slots[0]); in btrfs_read_locked_inode() 4114 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in btrfs_unlink_subvol() 4181 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in may_destroy_subvol() [all …]
|