/fs/btrfs/ |
D | root-tree.c | 73 ret = btrfs_search_slot(NULL, root, search_key, path, 0, 0); in btrfs_find_root() 134 ret = btrfs_search_slot(trans, root, key, path, 0, 1); in btrfs_update_root() 160 ret = btrfs_search_slot(trans, root, key, path, in btrfs_update_root() 228 ret = btrfs_search_slot(NULL, tree_root, &key, path, 0, 0); in btrfs_find_orphan_roots() 319 ret = btrfs_search_slot(trans, root, key, path, -1, 1); in btrfs_del_root() 353 ret = btrfs_search_slot(trans, tree_root, &key, path, -1, 1); in btrfs_del_root_ref()
|
D | inode-item.c | 88 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow); in btrfs_lookup_inode_extref() 122 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_inode_extref() 194 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_inode_ref() 408 ret = btrfs_search_slot(trans, root, location, path, ins_len, cow); in btrfs_lookup_inode()
|
D | tree-log.c | 407 ret = btrfs_search_slot(NULL, root, key, path, 0, 0); in overwrite_item() 1023 ret = btrfs_search_slot(NULL, log, key, path, 0, 0); in backref_in_log() 1068 ret = btrfs_search_slot(NULL, root, &search_key, path, 0, 0); in __add_inode_ref() 1295 ret = btrfs_search_slot(NULL, root, key, path, 0, 0); in unlink_old_inode_refs() 1382 ret = btrfs_search_slot(NULL, BTRFS_I(inode)->root, &key, path, 0, 0); in btrfs_inode_ref_exists() 1699 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in count_inode_refs() 1814 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in fixup_inode_link_counts() 2204 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in find_dir_range() 2365 ret = btrfs_search_slot(NULL, root, &search_key, path, 0, 0); in replay_xattr_deletes() 2500 ret = btrfs_search_slot(NULL, root, &dir_key, path, in replay_dir_deletes() [all …]
|
D | export.c | 161 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_get_parent() 237 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_get_name()
|
D | orphan.c | 45 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_orphan_item()
|
D | uuid-tree.c | 45 ret = btrfs_search_slot(NULL, uuid_root, &key, path, 0, 0); in btrfs_uuid_tree_lookup() 175 ret = btrfs_search_slot(trans, uuid_root, &key, path, -1, 1); in btrfs_uuid_tree_remove()
|
D | file-item.c | 197 ret = btrfs_search_slot(trans, root, &file_key, path, 0, cow); in btrfs_lookup_csum() 245 return btrfs_search_slot(trans, root, &file_key, path, ins_len, cow); in btrfs_lookup_file_extent() 529 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_lookup_csums_range() 820 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_csums() 1054 ret = btrfs_search_slot(trans, root, &file_key, path, in btrfs_csum_file_blocks()
|
D | tree-defrag.c | 85 wret = btrfs_search_slot(trans, root, &key, path, 0, 1); in btrfs_defrag_leaves()
|
D | dir-item.c | 183 ret = btrfs_search_slot(trans, root, key, path, ins_len, cow); in btrfs_lookup_match_dir() 340 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_search_dir_index_item()
|
D | verity.c | 132 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in drop_verity_items() 319 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in read_key_bytes()
|
D | ctree.c | 1588 ret = btrfs_search_slot(NULL, fs_root, &key, path, 0, 0); in btrfs_find_item() 1752 int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root *root, in btrfs_search_slot() function 2012 ALLOW_ERROR_INJECTION(btrfs_search_slot, ERRNO); 2042 return btrfs_search_slot(NULL, root, key, p, 0, 0); in btrfs_search_old_slot() 2138 ret = btrfs_search_slot(NULL, root, key, p, 0, 0); in btrfs_search_slot_for_read() 2205 ret = btrfs_search_slot(NULL, root, key, path, 0, 0); in btrfs_search_backwards() 3543 ret = btrfs_search_slot(trans, root, &key, path, 0, 1); in setup_leaf_for_split() 3999 ret = btrfs_search_slot(trans, root, cpu_key, path, total_size, 1); in btrfs_insert_empty_items() 4259 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_prev_leaf() 4476 ret = btrfs_search_slot(NULL, root, &cur_key, path, in btrfs_find_next_key() [all …]
|
D | dev-replace.c | 97 ret = btrfs_search_slot(NULL, dev_root, &key, path, 0, 0); in btrfs_init_dev_replace() 376 ret = btrfs_search_slot(trans, dev_root, &key, path, -1, 1); in btrfs_run_dev_replace() 524 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in mark_block_group_to_copy()
|
D | backref.c | 617 ret = btrfs_search_slot(NULL, root, &search_key, path, 0, 0); in resolve_indirect_ref() 1250 ret = btrfs_search_slot(NULL, fs_info->extent_root, &key, path, 0, 0); 1649 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); 1805 ret = btrfs_search_slot(NULL, fs_info->extent_root, &key, path, 0, 0); 2409 ret = btrfs_search_slot(NULL, fs_info->extent_root, &key, path, 0, 0); 2798 ret = btrfs_search_slot(NULL, root, tree_key, path, 0, 0);
|
D | send.c | 840 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in __get_inode_info() 1508 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in read_symlink() 2556 ret = btrfs_search_slot(NULL, sctx->send_root, &key, path, 0, 0); in send_utimes() 2698 ret = btrfs_search_slot(NULL, sctx->send_root, &key, path, 0, 0); in did_create_dir() 2972 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in can_rmdir() 3496 ret = btrfs_search_slot(NULL, sctx->parent_root, &key, path, 0, 0); in wait_for_dest_dir_move() 3624 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in is_ancestor() 4594 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in process_all_refs() 4904 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in process_all_new_xattrs() 5383 ret = btrfs_search_slot(NULL, clone_root->root, &key, path, 0, 0); in clone_range() [all …]
|
D | volumes.c | 1803 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_free_dev_extent() 1871 ret = btrfs_search_slot(NULL, fs_info->chunk_root, &key, path, 0, 0); in find_next_devid() 1996 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_rm_dev_item() 2581 ret = btrfs_search_slot(trans, root, &key, path, 0, 1); in btrfs_finish_sprout() 2896 ret = btrfs_search_slot(trans, root, &key, path, 0, 1); in btrfs_update_device() 2983 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_free_chunk() 3356 ret = btrfs_search_slot(NULL, chunk_root, &key, path, 0, 0); in btrfs_relocate_sys_chunks() 3524 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in del_balance_item() 3925 ret = btrfs_search_slot(NULL, chunk_root, &key, path, 0, 0); in __btrfs_balance() 4522 ret = btrfs_search_slot(NULL, fs_info->tree_root, &key, path, 0, 0); in btrfs_recover_balance() [all …]
|
D | relocation.c | 1330 ret = btrfs_search_slot(trans, src, &key, path, 0, 1); in replace_path() 1719 ret = btrfs_search_slot(NULL, reloc_root, &key, path, 0, 0); in merge_reloc_root() 2440 ret = btrfs_search_slot(trans, root, key, path, 0, 1); in do_relocation() 2734 ret = btrfs_search_slot(trans, root, key, path, 0, 1); in relocate_tree_block() 3304 ret = btrfs_search_slot(NULL, rc->extent_root, &key, path, 0, 0); in __add_tree_block() 3495 ret = btrfs_search_slot(NULL, rc->extent_root, &key, path, in find_next_extent() 3832 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in delete_orphan_inode() 4188 ret = btrfs_search_slot(NULL, fs_info->tree_root, &key, in btrfs_recover_relocation()
|
D | reflink.c | 191 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in clone_copy_inline_extent() 378 ret = btrfs_search_slot(NULL, BTRFS_I(src)->root, &key, path, in btrfs_clone()
|
D | qgroup.c | 624 ret = btrfs_search_slot(trans, quota_root, &key, path, -1, 1); in del_qgroup_relation_item() 721 ret = btrfs_search_slot(trans, quota_root, &key, path, -1, 1); in del_qgroup_item() 737 ret = btrfs_search_slot(trans, quota_root, &key, path, -1, 1); in del_qgroup_item() 772 ret = btrfs_search_slot(trans, quota_root, &key, path, 0, 1); in update_qgroup_limit_item() 818 ret = btrfs_search_slot(trans, quota_root, &key, path, 0, 1); in update_qgroup_info_item() 860 ret = btrfs_search_slot(trans, quota_root, &key, path, 0, 1); in update_qgroup_status_item() 903 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_clean_quota_tree()
|
D | extent-tree.c | 101 ret = btrfs_search_slot(NULL, fs_info->extent_root, &key, path, 0, 0); in btrfs_lookup_data_extent() 156 ret = btrfs_search_slot(NULL, fs_info->extent_root, &key, path, 0, 0); in btrfs_lookup_extent_info() 466 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in lookup_extent_data_ref() 701 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in lookup_tree_block_ref() 829 ret = btrfs_search_slot(trans, root, &key, path, extra_size, 1); in lookup_inline_extent_backref() 1611 ret = btrfs_search_slot(trans, fs_info->extent_root, &key, path, 0, 1); in run_delayed_extent_op() 2311 ret = btrfs_search_slot(NULL, extent_root, &key, path, 0, 0); in check_committed_ref() 3019 ret = btrfs_search_slot(trans, extent_root, in __btrfs_free_extent() 3041 ret = btrfs_search_slot(trans, extent_root, in __btrfs_free_extent() 5645 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_drop_snapshot()
|
D | free-space-tree.c | 96 ret = btrfs_search_slot(trans, root, &key, path, 0, cow); in search_free_space_info() 121 ret = btrfs_search_slot(trans, root, key, p, ins_len, cow); in btrfs_search_prev_slot() 1209 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in clear_free_space_tree()
|
D | xattr.c | 299 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_listxattr()
|
D | scrub.c | 659 ret = btrfs_search_slot(NULL, local_root, &key, swarn->path, 0, 0); in scrub_print_warning_inode() 2955 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in scrub_raid56_parity() 2965 ret = btrfs_search_slot(NULL, root, &key, in scrub_raid56_parity() 3360 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in scrub_stripe() 3372 ret = btrfs_search_slot(NULL, root, &key, in scrub_stripe() 3681 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in scrub_enumerate_chunks()
|
D | zoned.c | 280 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in calculate_emulated_zone_size() 1073 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in calculate_alloc_pointer()
|
D | block-group.c | 558 ret = btrfs_search_slot(NULL, extent_root, &key, path, 0, 0); in load_extent_tree_free() 846 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in remove_block_group_item() 1693 ret = btrfs_search_slot(NULL, root, key, path, 0, 0); in find_first_block_group() 2690 ret = btrfs_search_slot(trans, root, &key, path, 0, 1); in update_block_group_item()
|
/fs/btrfs/tests/ |
D | qgroup-tests.c | 88 ret = btrfs_search_slot(&trans, root, &key, path, 0, 1); in add_tree_ref() 137 ret = btrfs_search_slot(&trans, root, &key, path, -1, 1); in remove_extent_item() 170 ret = btrfs_search_slot(&trans, root, &key, path, 0, 1); in remove_extent_ref() 192 ret = btrfs_search_slot(&trans, root, &key, path, -1, 1); in remove_extent_ref()
|