Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.c95 btrfs_info.chunk_root.objectid = 0; in btrfs_probe()
96 btrfs_info.chunk_root.bytenr = btrfs_info.sb.chunk_root; in btrfs_probe()
H A Dsuper.c130 if (!IS_ALIGNED(sb->chunk_root, sb->sectorsize)) { in btrfs_check_super()
132 sb->chunk_root); in btrfs_check_super()
H A Dconv-funcs.h160 DEFINE_CONV(btrfs_root_backup, tree_root, tree_root_gen, chunk_root,
165 chunk_root, log_root, log_root_transid, total_bytes, bytes_used,
H A Dctree.h106 __u64 chunk_root; member
152 __u64 chunk_root; member
H A Dbtrfs.h19 struct btrfs_root chunk_root; member
H A Dchunk-map.c155 if (btrfs_search_tree(&btrfs_info.chunk_root, &key, &path)) in btrfs_read_chunk_tree()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h492 __le64 chunk_root; member
659 __le64 chunk_root; member
/openbmc/linux/fs/btrfs/
H A Dvolumes.c1836 ret = btrfs_previous_item(fs_info->chunk_root, path, in find_next_devid()
1934 struct btrfs_root *root = device->fs_info->chunk_root; in btrfs_rm_dev_item()
2548 struct btrfs_root *root = fs_info->chunk_root; in btrfs_finish_sprout()
2871 struct btrfs_root *root = device->fs_info->chunk_root; in btrfs_update_device()
2958 struct btrfs_root *root = fs_info->chunk_root; in btrfs_free_chunk()
3255 struct btrfs_root *root = fs_info->chunk_root; in btrfs_relocate_chunk()
3335 struct btrfs_root *chunk_root = fs_info->chunk_root; in btrfs_relocate_sys_chunks() local
3883 struct btrfs_root *chunk_root = fs_info->chunk_root; in __btrfs_balance() local
3948 ret = btrfs_previous_item(chunk_root, path, 0, in __btrfs_balance()
5556 struct btrfs_root *chunk_root = fs_info->chunk_root; in btrfs_chunk_alloc_add_chunk_item() local
[all …]
H A Ddisk-io.c1169 return btrfs_grab_root(fs_info->chunk_root); in btrfs_get_global_root()
1255 btrfs_put_root(fs_info->chunk_root); in btrfs_free_fs_info()
1653 btrfs_header_generation(info->chunk_root->node)); in backup_super_roots()
1655 btrfs_header_level(info->chunk_root->node)); in backup_super_roots()
1816 free_root_extent_buffers(info->chunk_root); in free_root_pointers()
3175 struct btrfs_root *chunk_root; in open_ctree() local
3187 chunk_root = btrfs_alloc_root(fs_info, BTRFS_CHUNK_TREE_OBJECTID, in open_ctree()
3189 fs_info->chunk_root = chunk_root; in open_ctree()
3190 if (!tree_root || !chunk_root) { in open_ctree()
3358 ret = load_super_root(chunk_root, btrfs_super_chunk_root(disk_super), in open_ctree()
[all …]
H A Dtransaction.c594 if (num_items && root != fs_info->chunk_root) { in start_transaction()
1926 root_item = &fs_info->chunk_root->root_item; in update_super_roots()
1927 super->chunk_root = root_item->bytenr; in update_super_roots()
2452 btrfs_set_root_node(&fs_info->chunk_root->root_item, in btrfs_commit_transaction()
2453 fs_info->chunk_root->node); in btrfs_commit_transaction()
2454 list_add_tail(&fs_info->chunk_root->dirty_list, in btrfs_commit_transaction()
H A Dfs.h365 struct btrfs_root *chunk_root; member
H A Daccessors.h748 chunk_root, 64);
885 chunk_root, 64);
H A Drelocation.c2679 if (root == root->fs_info->chunk_root) in relocate_tree_block()
2683 if (root == root->fs_info->chunk_root) in relocate_tree_block()
H A Dextent-tree.c2519 else if (root == fs_info->chunk_root) in get_alloc_profile_by_root()
3999 struct btrfs_root *root = fs_info->chunk_root; in find_free_extent_update_loop()
/openbmc/linux/include/trace/events/
H A Dbtrfs.h1083 __entry->root_objectid = fs_info->chunk_root->root_key.objectid;