Searched refs:remap_root (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | relocation.c | 3876 ret = btrfs_insert_empty_items(trans, fs_info->remap_root, path, &batch); in add_remap_tree_entries() 4097 ret = btrfs_insert_empty_item(trans, fs_info->remap_root, path, in add_remap_item() 4126 ret = btrfs_insert_empty_item(trans, fs_info->remap_root, path, &key, in add_remap_backref_item() 4191 trans = btrfs_join_transaction(fs_info->remap_root); in move_existing_remap() 4206 ret = btrfs_search_slot(trans, fs_info->remap_root, &key, path, 0, 1); in move_existing_remap() 4251 ret = btrfs_search_slot(trans, fs_info->remap_root, &key, path, -1, 1); in move_existing_remap() 4263 ret = btrfs_del_item(trans, fs_info->remap_root, path); in move_existing_remap() 4353 ret = btrfs_search_slot(NULL, fs_info->remap_root, &key, path, 0, 0); in move_existing_remaps() 4360 ret = btrfs_next_leaf(fs_info->remap_root, path); in move_existing_remaps() 4380 ret = btrfs_next_leaf(fs_info->remap_root, pat in move_existing_remaps() 4607 struct btrfs_root *remap_root = trans->fs_info->remap_root; find_next_identity_remap() local [all...] |
| H A D | disk-io.c | 1138 return btrfs_grab_root(fs_info->remap_root); in btrfs_insert_fs_root() 1228 btrfs_put_root(fs_info->remap_root); in btrfs_free_fs_info() 1796 free_root_extent_buffers(info->remap_root); in btrfs_put_root() 2206 /* The remap_root has already been loaded in load_important_roots(). */ in btrfs_read_roots() 2207 root = fs_info->remap_root; in btrfs_read_roots() 2659 ret = load_super_root(fs_info->remap_root, bytenr, gen, level); in load_important_roots() 3290 struct btrfs_root *remap_root; in fs_is_full_ro() 3426 remap_root = btrfs_alloc_root(fs_info, BTRFS_REMAP_TREE_OBJECTID, in open_ctree() 3428 fs_info->remap_root = remap_root; in open_ctree() 3304 struct btrfs_root *remap_root; open_ctree() local [all...] |
| H A D | fs.h | 500 struct btrfs_root *remap_root; 499 struct btrfs_root *remap_root; global() member
|
| H A D | transaction.c | 1996 root_item = &fs_info->remap_root->root_item; in btrfs_transaction_blocked() 1997 super->remap_root = root_item->bytenr; in btrfs_transaction_blocked()
|
| H A D | volumes.c | 4222 ret = btrfs_search_slot(trans, fs_info->remap_root, &key, path, 0, 1); in cow_remap_tree() 4227 ret = btrfs_next_leaf(fs_info->remap_root, path); in cow_remap_tree() 4239 ret = btrfs_search_slot(trans, fs_info->remap_root, &key, path, 0, 1); in balance_remap_chunks() 4272 trans = btrfs_start_transaction(fs_info->remap_root, 0); in balance_remap_chunks()
|
| H A D | extent-tree.c | 2656 else if (root == fs_info->remap_root) in get_alloc_profile_by_root()
|