Searched refs:extent_root (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Drelocation.c158 struct btrfs_root *extent_root; member in struct:reloc_control
593 root = read_fs_root(rc->extent_root->fs_info, root_objectid);
700 ret = btrfs_search_slot(NULL, rc->extent_root, &key, path1,
737 ret = btrfs_next_leaf(rc->extent_root, path1);
850 root = read_fs_root(rc->extent_root->fs_info, key.offset);
978 btrfs_release_path(rc->extent_root, path1);
2130 struct btrfs_root *root = rc->extent_root;
2151 trans = btrfs_join_transaction(rc->extent_root, 1);
2155 btrfs_end_transaction(trans, rc->extent_root);
2156 btrfs_block_rsv_release(rc->extent_root,
3858 btrfs_relocate_block_group(struct btrfs_root *extent_root, u64 group_start) argument
[all...]
H A Dtree-defrag.c48 if (root->fs_info->extent_root == root) {
H A Dextent-tree.c61 struct btrfs_root *extent_root, u64 alloc_bytes,
304 struct btrfs_root *extent_root = fs_info->extent_root; local
317 exclude_super_stripes(extent_root, block_group);
342 ret = btrfs_search_slot(NULL, extent_root, &key, path, 0, 0);
364 btrfs_release_path(extent_root, path);
412 free_excluded_extents(extent_root, block_group);
606 ret = btrfs_search_slot(NULL, root->fs_info->extent_root, &key, path,
648 ret = btrfs_search_slot(trans, root->fs_info->extent_root,
691 btrfs_release_path(root->fs_info->extent_root, pat
2338 struct btrfs_root *extent_root = root->fs_info->extent_root; local
2530 struct btrfs_root *extent_root = root->fs_info->extent_root; local
2883 do_chunk_alloc(struct btrfs_trans_handle *trans, struct btrfs_root *extent_root, u64 alloc_bytes, u64 flags, int force) argument
3929 struct btrfs_root *extent_root = info->extent_root; local
6379 struct btrfs_root *extent_root; local
[all...]
H A Dvolumes.c1735 struct btrfs_root *extent_root; local
1743 extent_root = root->fs_info->extent_root;
1746 ret = btrfs_can_relocate(extent_root, chunk_offset);
1751 ret = btrfs_relocate_block_group(extent_root, chunk_offset);
1792 ret = btrfs_remove_block_group(trans, extent_root, chunk_offset);
2152 struct btrfs_root *extent_root,
2157 struct btrfs_fs_info *info = extent_root->fs_info;
2324 map->sector_size = extent_root->sectorsize;
2348 em_tree = &extent_root
2151 __btrfs_alloc_chunk(struct btrfs_trans_handle *trans, struct btrfs_root *extent_root, struct map_lookup **map_ret, u64 *num_bytes, u64 *stripe_size, u64 start, u64 type) argument
2376 __finish_chunk_alloc(struct btrfs_trans_handle *trans, struct btrfs_root *extent_root, struct map_lookup *map, u64 chunk_offset, u64 chunk_size, u64 stripe_size) argument
2450 btrfs_alloc_chunk(struct btrfs_trans_handle *trans, struct btrfs_root *extent_root, u64 type) argument
2490 struct btrfs_root *extent_root = fs_info->extent_root; local
[all...]
H A Dvolumes.h154 struct btrfs_root *extent_root, u64 type);
H A Ddisk-io.c1144 return fs_info->extent_root;
1160 return fs_info->extent_root;
1510 struct btrfs_root *extent_root = kzalloc(sizeof(struct btrfs_root), local
1529 if (!extent_root || !tree_root || !fs_info ||
1569 fs_info->extent_root = extent_root;
1854 BTRFS_EXTENT_TREE_OBJECTID, extent_root);
1857 extent_root->track_dirty = 1;
1878 ret = btrfs_read_block_groups(extent_root);
1993 free_extent_buffer(extent_root
[all...]
H A Dtransaction.c107 WARN_ON(root == root->fs_info->extent_root);
554 if (root != root->fs_info->extent_root)
591 switch_commit_root(fs_info->extent_root);
H A Dioctl.c365 trans = btrfs_start_transaction(root->fs_info->extent_root, 5);
376 ret = btrfs_commit_transaction(trans, root->fs_info->extent_root);
1349 ret = btrfs_defrag_root(root->fs_info->extent_root, 0);
H A Dtree-log.c279 btrfs_pin_extent(log->fs_info->extent_root,
H A Dctree.h812 struct btrfs_root *extent_root; member in struct:btrfs_fs_info
1016 * in ram representation of the tree. extent_root is used for all allocations
1017 * and for the extent tree extent_root root.

Completed in 223 milliseconds