Home
last modified time | relevance | path

Searched refs:remap_root (Results 1 – 5 of 5) sorted by relevance

/linux/fs/btrfs/
H A Drelocation.c3884 ret = btrfs_insert_empty_items(trans, fs_info->remap_root, path, &batch); in add_remap_tree_entries()
4105 ret = btrfs_insert_empty_item(trans, fs_info->remap_root, path, in add_remap_item()
4134 ret = btrfs_insert_empty_item(trans, fs_info->remap_root, path, &key, in add_remap_backref_item()
4197 trans = btrfs_join_transaction(fs_info->remap_root); in move_existing_remap()
4212 ret = btrfs_search_slot(trans, fs_info->remap_root, &key, path, 0, 1); in move_existing_remap()
4257 ret = btrfs_search_slot(trans, fs_info->remap_root, &key, path, -1, 1); in move_existing_remap()
4269 ret = btrfs_del_item(trans, fs_info->remap_root, path); in move_existing_remap()
4362 ret = btrfs_search_slot(NULL, fs_info->remap_root, &key, path, 0, 0); in move_existing_remaps()
4369 ret = btrfs_next_leaf(fs_info->remap_root, path); in move_existing_remaps()
4389 ret = btrfs_next_leaf(fs_info->remap_root, path); in move_existing_remaps()
[all …]
H A Ddisk-io.c1132 return btrfs_grab_root(fs_info->remap_root); in btrfs_get_global_root()
1222 btrfs_put_root(fs_info->remap_root); in btrfs_free_fs_info()
1779 free_root_extent_buffers(info->remap_root); in free_root_pointers()
2195 root = fs_info->remap_root; in btrfs_read_roots()
2662 ret = load_super_root(fs_info->remap_root, bytenr, gen, level); in load_important_roots()
3294 struct btrfs_root *remap_root; in open_ctree() local
3430 remap_root = btrfs_alloc_root(fs_info, BTRFS_REMAP_TREE_OBJECTID, in open_ctree()
3432 fs_info->remap_root = remap_root; in open_ctree()
3433 if (!remap_root) { in open_ctree()
H A Dfs.h499 struct btrfs_root *remap_root; member
H A Dtransaction.c1973 root_item = &fs_info->remap_root->root_item; in update_super_roots()
1974 super->remap_root = root_item->bytenr; in update_super_roots()
H A Dvolumes.c4214 ret = btrfs_search_slot(trans, fs_info->remap_root, &key, path, 0, 1); in cow_remap_tree()
4219 ret = btrfs_next_leaf(fs_info->remap_root, path); in cow_remap_tree()
4231 ret = btrfs_search_slot(trans, fs_info->remap_root, &key, path, 0, 1); in cow_remap_tree()
4264 trans = btrfs_start_transaction(fs_info->remap_root, 0); in balance_remap_chunks()