Home
last modified time | relevance | path

Searched refs:chunk_root (Results 1 – 7 of 7) sorted by relevance

/fs/btrfs/
A Ddisk-io.c1169 return btrfs_grab_root(fs_info->chunk_root); in btrfs_get_global_root()
1266 btrfs_put_root(fs_info->chunk_root); in btrfs_free_fs_info()
1665 btrfs_header_generation(info->chunk_root->node)); in backup_super_roots()
1667 btrfs_header_level(info->chunk_root->node)); in backup_super_roots()
1829 free_root_extent_buffers(info->chunk_root); in free_root_pointers()
3290 struct btrfs_root *chunk_root; in open_ctree() local
3302 chunk_root = btrfs_alloc_root(fs_info, BTRFS_CHUNK_TREE_OBJECTID, in open_ctree()
3304 fs_info->chunk_root = chunk_root; in open_ctree()
3305 if (!tree_root || !chunk_root) { in open_ctree()
3446 ret = load_super_root(chunk_root, btrfs_super_chunk_root(disk_super), in open_ctree()
[all …]
A Dvolumes.c1921 ret = btrfs_previous_item(fs_info->chunk_root, path, in find_next_devid()
2018 struct btrfs_root *root = device->fs_info->chunk_root; in btrfs_rm_dev_item()
2628 struct btrfs_root *root = fs_info->chunk_root; in btrfs_finish_sprout()
2945 struct btrfs_root *root = device->fs_info->chunk_root; in btrfs_update_device()
3031 struct btrfs_root *root = fs_info->chunk_root; in btrfs_free_chunk()
3418 struct btrfs_root *root = fs_info->chunk_root; in btrfs_relocate_chunk()
3498 struct btrfs_root *chunk_root = fs_info->chunk_root; in btrfs_relocate_sys_chunks() local
4076 struct btrfs_root *chunk_root = fs_info->chunk_root; in __btrfs_balance() local
4141 ret = btrfs_previous_item(chunk_root, path, 0, in __btrfs_balance()
5656 struct btrfs_root *chunk_root = fs_info->chunk_root; in btrfs_chunk_alloc_add_chunk_item() local
[all …]
A Dtransaction.c628 if (num_items && root != fs_info->chunk_root) { in start_transaction()
1941 root_item = &fs_info->chunk_root->root_item; in update_super_roots()
1942 super->chunk_root = root_item->bytenr; in update_super_roots()
2482 btrfs_set_root_node(&fs_info->chunk_root->root_item, in btrfs_commit_transaction()
2483 fs_info->chunk_root->node); in btrfs_commit_transaction()
2484 list_add_tail(&fs_info->chunk_root->dirty_list, in btrfs_commit_transaction()
A Daccessors.h732 chunk_root, 64);
830 chunk_root, 64);
A Dfs.h431 struct btrfs_root *chunk_root; member
A Drelocation.c2586 if (root == root->fs_info->chunk_root) in relocate_cowonly_block()
2593 if (root == root->fs_info->chunk_root) in relocate_cowonly_block()
A Dextent-tree.c2565 else if (root == fs_info->chunk_root) in get_alloc_profile_by_root()
4159 struct btrfs_root *root = fs_info->chunk_root; in find_free_extent_update_loop()

Completed in 51 milliseconds