Searched refs:chunk_root (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/fs/btrfs/ |
H A D | btrfs.c | 95 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 D | super.c | 130 if (!IS_ALIGNED(sb->chunk_root, sb->sectorsize)) { in btrfs_check_super() 132 sb->chunk_root); in btrfs_check_super()
|
H A D | conv-funcs.h | 160 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 D | ctree.h | 106 __u64 chunk_root; member 152 __u64 chunk_root; member
|
H A D | btrfs.h | 19 struct btrfs_root chunk_root; member
|
H A D | chunk-map.c | 155 if (btrfs_search_tree(&btrfs_info.chunk_root, &key, &path)) in btrfs_read_chunk_tree()
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 492 __le64 chunk_root; member 659 __le64 chunk_root; member
|
/openbmc/linux/fs/btrfs/ |
H A D | volumes.c | 1861 ret = btrfs_search_slot(NULL, fs_info->chunk_root, &key, path, 0, 0); in find_next_devid() 1872 ret = btrfs_previous_item(fs_info->chunk_root, path, in find_next_devid() 1911 ret = btrfs_insert_empty_item(trans, trans->fs_info->chunk_root, path, in btrfs_add_dev_item() 1970 struct btrfs_root *root = device->fs_info->chunk_root; in btrfs_rm_dev_item() 2192 trans = btrfs_start_transaction(fs_info->chunk_root, 0); in btrfs_rm_device() 2584 struct btrfs_root *root = fs_info->chunk_root; in btrfs_finish_sprout() 2903 struct btrfs_root *root = device->fs_info->chunk_root; in btrfs_update_device() 2990 struct btrfs_root *root = fs_info->chunk_root; in btrfs_free_chunk() 3287 struct btrfs_root *root = fs_info->chunk_root; in btrfs_relocate_chunk() 3367 struct btrfs_root *chunk_root = fs_info->chunk_root; in btrfs_relocate_sys_chunks() local [all …]
|
H A D | disk-io.c | 1169 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() 1651 btrfs_set_backup_chunk_root(root_backup, info->chunk_root->node->start); in backup_super_roots() 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() [all …]
|
H A D | transaction.c | 596 if (num_items && root != fs_info->chunk_root) { in start_transaction() 1928 root_item = &fs_info->chunk_root->root_item; in update_super_roots() 1929 super->chunk_root = root_item->bytenr; in update_super_roots() 2454 btrfs_set_root_node(&fs_info->chunk_root->root_item, in btrfs_commit_transaction() 2455 fs_info->chunk_root->node); in btrfs_commit_transaction() 2456 list_add_tail(&fs_info->chunk_root->dirty_list, in btrfs_commit_transaction()
|
H A D | accessors.h | 748 chunk_root, 64); 885 chunk_root, 64);
|
H A D | fs.h | 367 struct btrfs_root *chunk_root; member
|
H A D | relocation.c | 2679 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 D | extent-tree.c | 2524 else if (root == fs_info->chunk_root) in get_alloc_profile_by_root() 4006 struct btrfs_root *root = fs_info->chunk_root; in find_free_extent_update_loop()
|
/openbmc/linux/include/trace/events/ |
H A D | btrfs.h | 1083 __entry->root_objectid = fs_info->chunk_root->root_key.objectid;
|