Searched refs:dev_root (Results 1 – 6 of 6) sorted by relevance
/fs/btrfs/ |
D | dev-replace.c | 55 struct btrfs_root *dev_root = fs_info->dev_root; in btrfs_init_dev_replace() local 74 ret = btrfs_search_slot(NULL, dev_root, &key, path, 0, 0); in btrfs_init_dev_replace() 195 struct btrfs_root *dev_root = fs_info->dev_root; in btrfs_run_dev_replace() local 219 ret = btrfs_search_slot(trans, dev_root, &key, path, -1, 1); in btrfs_run_dev_replace() 240 ret = btrfs_del_item(trans, dev_root, path); in btrfs_run_dev_replace() 253 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace() 311 struct btrfs_root *root = fs_info->dev_root; in btrfs_dev_replace_start()
|
D | volumes.c | 1189 struct btrfs_root *root = device->fs_info->dev_root; in btrfs_account_dev_extents_size() 1349 struct btrfs_root *root = fs_info->dev_root; in find_free_dev_extent_start() 1518 struct btrfs_root *root = fs_info->dev_root; in btrfs_free_dev_extent() 1579 struct btrfs_root *root = fs_info->dev_root; in btrfs_alloc_dev_extent() 2319 struct btrfs_root *root = fs_info->dev_root; in btrfs_init_new_device() 3477 struct btrfs_root *dev_root = fs_info->dev_root; in __btrfs_balance() local 3524 trans = btrfs_start_transaction(dev_root, 0); in __btrfs_balance() 4368 struct btrfs_root *root = fs_info->dev_root; in btrfs_shrink_device() 7003 struct btrfs_root *dev_root = fs_info->dev_root; in btrfs_init_dev_stats() local 7026 ret = btrfs_search_slot(NULL, dev_root, &key, path, 0, 0); in btrfs_init_dev_stats() [all …]
|
D | disk-io.c | 1583 return fs_info->dev_root; in btrfs_get_fs_root() 1935 btrfs_set_backup_dev_root(root_backup, info->dev_root->node->start); in backup_super_roots() 1937 btrfs_header_generation(info->dev_root->node)); in backup_super_roots() 1939 btrfs_header_level(info->dev_root->node)); in backup_super_roots() 2058 free_root_extent_buffers(info->dev_root); in free_root_pointers() 2342 fs_info->dev_root = root; in btrfs_read_roots()
|
D | ctree.h | 180 __le64 dev_root; member 734 struct btrfs_root *dev_root; member 2173 dev_root, 64); 2936 kfree(fs_info->dev_root); in free_fs_info()
|
D | scrub.c | 3753 struct btrfs_root *root = fs_info->dev_root; in scrub_enumerate_chunks()
|
D | extent-tree.c | 5839 fs_info->dev_root->block_rsv = &fs_info->global_block_rsv; in init_global_block_rsv()
|