Searched refs:map_tree (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dvolumes.h145 int btrfs_map_block(struct btrfs_mapping_tree *map_tree, int rw,
148 int btrfs_rmap_block(struct btrfs_mapping_tree *map_tree,
171 int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len);
172 int btrfs_unplug_page(struct btrfs_mapping_tree *map_tree,
H A Dvolumes.c1744 em_tree = &root->fs_info->mapping_tree.map_tree;
2348 em_tree = &extent_root->fs_info->mapping_tree.map_tree;
2542 struct btrfs_mapping_tree *map_tree = &root->fs_info->mapping_tree; local
2546 read_lock(&map_tree->map_tree.lock);
2547 em = lookup_extent_mapping(&map_tree->map_tree, chunk_offset, 1);
2548 read_unlock(&map_tree->map_tree.lock);
2570 extent_map_tree_init(&tree->map_tree, GFP_NOF
2593 btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len) argument
2633 __btrfs_map_block(struct btrfs_mapping_tree *map_tree, int rw, u64 logical, u64 *length, struct btrfs_multi_bio **multi_ret, int mirror_num, struct page *unplug_page) argument
2804 btrfs_map_block(struct btrfs_mapping_tree *map_tree, int rw, u64 logical, u64 *length, struct btrfs_multi_bio **multi_ret, int mirror_num) argument
2812 btrfs_rmap_block(struct btrfs_mapping_tree *map_tree, u64 chunk_start, u64 physical, u64 devid, u64 **logical, int *naddrs, int *stripe_len) argument
2877 btrfs_unplug_page(struct btrfs_mapping_tree *map_tree, u64 logical, struct page *page) argument
2990 struct btrfs_mapping_tree *map_tree; local
3101 struct btrfs_mapping_tree *map_tree = &root->fs_info->mapping_tree; local
[all...]
H A Dinode.c1358 struct btrfs_mapping_tree *map_tree; local
1368 map_tree = &root->fs_info->mapping_tree;
1370 ret = btrfs_map_block(map_tree, READ, logical,
H A Dctree.h181 struct extent_map_tree map_tree; member in struct:btrfs_mapping_tree

Completed in 86 milliseconds