| /Linux-v5.4/fs/btrfs/ |
| D | root-tree.c | 75 ret = btrfs_search_slot(NULL, root, search_key, path, 0, 0); in btrfs_find_root() 136 ret = btrfs_search_slot(trans, root, key, path, 0, 1); in btrfs_update_root() 162 ret = btrfs_search_slot(trans, root, key, path, in btrfs_update_root() 232 ret = btrfs_search_slot(NULL, tree_root, &key, path, 0, 0); in btrfs_find_orphan_roots() 339 ret = btrfs_search_slot(trans, root, key, path, -1, 1); in btrfs_del_root() 373 ret = btrfs_search_slot(trans, tree_root, &key, path, -1, 1); in btrfs_del_root_ref()
|
| D | dir-item.c | 195 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow); in btrfs_lookup_dir_item() 224 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_check_dir_item_collision() 287 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow); in btrfs_lookup_dir_index_item() 310 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_search_dir_index_item() 357 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow); in btrfs_lookup_xattr()
|
| D | inode-item.c | 88 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow); in btrfs_lookup_inode_extref() 124 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_inode_extref() 198 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_inode_ref() 414 ret = btrfs_search_slot(trans, root, location, path, ins_len, cow); in btrfs_lookup_inode()
|
| D | orphan.c | 45 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_orphan_item()
|
| D | export.c | 182 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_get_parent() 261 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_get_name()
|
| D | uuid-tree.c | 45 ret = btrfs_search_slot(NULL, uuid_root, &key, path, 0, 0); in btrfs_uuid_tree_lookup() 176 ret = btrfs_search_slot(trans, uuid_root, &key, path, -1, 1); in btrfs_uuid_tree_remove()
|
| D | tree-log.c | 364 ret = btrfs_search_slot(NULL, root, key, path, 0, 0); in overwrite_item() 961 ret = btrfs_search_slot(NULL, log, key, path, 0, 0); in backref_in_log() 1021 ret = btrfs_search_slot(NULL, root, &search_key, path, 0, 0); in __add_inode_ref() 1242 ret = btrfs_search_slot(NULL, root, key, path, 0, 0); in unlink_old_inode_refs() 1329 ret = btrfs_search_slot(NULL, BTRFS_I(inode)->root, &key, path, 0, 0); in btrfs_inode_ref_exists() 1657 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in count_inode_refs() 1768 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in fixup_inode_link_counts() 2156 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in find_dir_range() 2294 ret = btrfs_search_slot(NULL, root, dir_key, path, in check_item_in_log() 2337 ret = btrfs_search_slot(NULL, root, &search_key, path, 0, 0); in replay_xattr_deletes() [all …]
|
| D | tree-defrag.c | 84 wret = btrfs_search_slot(trans, root, &key, path, 0, 1); in btrfs_defrag_leaves()
|
| D | file-item.c | 99 ret = btrfs_search_slot(trans, root, &file_key, path, 0, cow); in btrfs_lookup_csum() 147 ret = btrfs_search_slot(trans, root, &file_key, path, ins_len, cow); in btrfs_lookup_file_extent() 335 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_lookup_csums_range() 615 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_csums() 819 ret = btrfs_search_slot(trans, root, &file_key, path, in btrfs_csum_file_blocks()
|
| D | inode-map.c | 62 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in caching_kthread() 543 ret = btrfs_search_slot(NULL, root, &search_key, path, 0, 0); in btrfs_find_highest_objectid()
|
| D | volumes.c | 1599 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in find_free_dev_extent_start() 1737 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_free_dev_extent() 1852 ret = btrfs_search_slot(NULL, fs_info->chunk_root, &key, path, 0, 0); in find_next_devid() 1973 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_rm_dev_item() 2498 ret = btrfs_search_slot(trans, root, &key, path, 0, 1); in btrfs_finish_sprout() 2783 ret = btrfs_search_slot(trans, root, &key, path, 0, 1); in btrfs_update_device() 2865 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_free_chunk() 3122 ret = btrfs_search_slot(NULL, chunk_root, &key, path, 0, 0); in btrfs_relocate_sys_chunks() 3289 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in del_balance_item() 3694 ret = btrfs_search_slot(NULL, chunk_root, &key, path, 0, 0); in __btrfs_balance() [all …]
|
| D | relocation.c | 704 ret = btrfs_search_slot(NULL, rc->extent_root, &key, path1, in build_backref_tree() 883 ret = btrfs_search_slot(NULL, root, node_key, path2, 0, 0); in build_backref_tree() 1899 ret = btrfs_search_slot(trans, src, &key, path, 0, 1); in replace_path() 2258 ret = btrfs_search_slot(NULL, reloc_root, &key, path, 0, 0); in merge_reloc_root() 2785 ret = btrfs_search_slot(trans, root, key, path, 0, 1); in do_relocation() 3060 ret = btrfs_search_slot(trans, root, key, path, 0, 1); in relocate_tree_block() 3482 ret = btrfs_search_slot(NULL, rc->extent_root, &key, path, 0, 0); in __add_tree_block() 3652 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in find_data_references() 3880 ret = btrfs_search_slot(NULL, rc->extent_root, &key, path, in find_next_extent() 4471 ret = btrfs_search_slot(NULL, fs_info->tree_root, &key, in btrfs_recover_relocation()
|
| D | extent-tree.c | 136 ret = btrfs_search_slot(NULL, fs_info->extent_root, &key, path, 0, 0); in btrfs_lookup_data_extent() 191 ret = btrfs_search_slot(trans, fs_info->extent_root, &key, path, 0, 0); in btrfs_lookup_extent_info() 502 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in lookup_extent_data_ref() 737 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in lookup_tree_block_ref() 864 ret = btrfs_search_slot(trans, root, &key, path, extra_size, 1); in lookup_inline_extent_backref() 1587 ret = btrfs_search_slot(trans, fs_info->extent_root, &key, path, 0, 1); in run_delayed_extent_op() 2340 ret = btrfs_search_slot(NULL, extent_root, &key, path, 0, 0); in check_committed_ref() 3032 ret = btrfs_search_slot(trans, extent_root, in __btrfs_free_extent() 3054 ret = btrfs_search_slot(trans, extent_root, in __btrfs_free_extent() 5243 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_drop_snapshot()
|
| D | send.c | 827 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in __get_inode_info() 1474 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in read_symlink() 2526 ret = btrfs_search_slot(NULL, sctx->send_root, &key, path, 0, 0); in send_utimes() 2668 ret = btrfs_search_slot(NULL, sctx->send_root, &key, path, 0, 0); in did_create_dir() 2935 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in can_rmdir() 3454 ret = btrfs_search_slot(NULL, sctx->parent_root, &key, path, 0, 0); in wait_for_dest_dir_move() 3582 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in is_ancestor() 4422 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in process_all_refs() 4728 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in process_all_new_xattrs() 5148 ret = btrfs_search_slot(NULL, clone_root->root, &key, path, 0, 0); in clone_range() [all …]
|
| D | dev-replace.c | 55 ret = btrfs_search_slot(NULL, dev_root, &key, path, 0, 0); in btrfs_init_dev_replace() 306 ret = btrfs_search_slot(trans, dev_root, &key, path, -1, 1); in btrfs_run_dev_replace()
|
| D | backref.c | 550 ret = btrfs_search_slot(NULL, root, &ref->key_for_search, path, in resolve_indirect_ref() 1162 ret = btrfs_search_slot(trans, fs_info->extent_root, &key, path, 0, 0); 1546 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); 1707 ret = btrfs_search_slot(NULL, fs_info->extent_root, &key, path, 0, 0);
|
| D | qgroup.c | 573 ret = btrfs_search_slot(trans, quota_root, &key, path, -1, 1); in del_qgroup_relation_item() 670 ret = btrfs_search_slot(trans, quota_root, &key, path, -1, 1); in del_qgroup_item() 686 ret = btrfs_search_slot(trans, quota_root, &key, path, -1, 1); in del_qgroup_item() 721 ret = btrfs_search_slot(trans, quota_root, &key, path, 0, 1); in update_qgroup_limit_item() 767 ret = btrfs_search_slot(trans, quota_root, &key, path, 0, 1); in update_qgroup_info_item() 809 ret = btrfs_search_slot(trans, quota_root, &key, path, 0, 1); in update_qgroup_status_item() 854 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_clean_quota_tree()
|
| D | free-space-tree.c | 93 ret = btrfs_search_slot(trans, root, &key, path, 0, cow); in search_free_space_info() 118 ret = btrfs_search_slot(trans, root, key, p, ins_len, cow); in btrfs_search_prev_slot() 1202 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in clear_free_space_tree()
|
| D | ctree.c | 2604 ret = btrfs_search_slot(NULL, fs_root, &key, path, 0, 0); in btrfs_find_item() 2734 int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root *root, in btrfs_search_slot() function 2998 return btrfs_search_slot(NULL, root, key, p, 0, 0); in btrfs_search_old_slot() 3104 ret = btrfs_search_slot(NULL, root, key, p, 0, 0); in btrfs_search_slot_for_read() 4405 ret = btrfs_search_slot(trans, root, &key, path, 0, 1); in setup_leaf_for_split() 4856 ret = btrfs_search_slot(trans, root, cpu_key, path, total_size, 1); in btrfs_insert_empty_items() 5118 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_prev_leaf() 5310 ret = btrfs_search_slot(NULL, root, &cur_key, path, in btrfs_find_next_key() 5379 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_next_old_leaf()
|
| D | xattr.c | 273 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_listxattr()
|
| D | block-group.c | 536 ret = btrfs_search_slot(NULL, extent_root, &key, path, 0, 0); in load_extent_tree_free() 973 ret = btrfs_search_slot(trans, tree_root, &key, path, -1, 1); in btrfs_remove_block_group() 1103 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_remove_block_group() 1438 ret = btrfs_search_slot(NULL, root, key, path, 0, 0); in find_first_block_group() 2125 ret = btrfs_search_slot(trans, extent_root, &cache->key, path, 0, 1); in write_one_cache_group()
|
| D | scrub.c | 669 ret = btrfs_search_slot(NULL, local_root, &key, swarn->path, 0, 0); in scrub_print_warning_inode() 2881 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in scrub_raid56_parity() 2891 ret = btrfs_search_slot(NULL, root, &key, in scrub_raid56_parity() 3231 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in scrub_stripe() 3243 ret = btrfs_search_slot(NULL, root, &key, in scrub_stripe() 3503 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in scrub_enumerate_chunks()
|
| D | ioctl.c | 2323 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_search_path_in_tree() 2416 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_search_path_in_tree_user() 2500 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_search_path_in_tree_user() 2691 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_ioctl_get_subvol_info() 2773 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in btrfs_ioctl_get_subvol_rootref() 3380 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in clone_copy_inline_extent() 3538 ret = btrfs_search_slot(NULL, BTRFS_I(src)->root, &key, path, in btrfs_clone()
|
| D | delayed-inode.c | 947 ret = btrfs_search_slot(trans, root, &curr->key, path, -1, 1); in btrfs_delete_delayed_items() 1077 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in __btrfs_update_delayed_inode()
|
| /Linux-v5.4/fs/btrfs/tests/ |
| D | qgroup-tests.c | 90 ret = btrfs_search_slot(&trans, root, &key, path, 0, 1); in add_tree_ref() 140 ret = btrfs_search_slot(&trans, root, &key, path, -1, 1); in remove_extent_item() 174 ret = btrfs_search_slot(&trans, root, &key, path, 0, 1); in remove_extent_ref() 196 ret = btrfs_search_slot(&trans, root, &key, path, -1, 1); in remove_extent_ref()
|