Searched refs:btrfs_mapping_tree (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/fs/btrfs/ |
D | volumes.h | 244 int btrfs_map_block(struct btrfs_mapping_tree *map_tree, int rw, 247 int btrfs_rmap_block(struct btrfs_mapping_tree *map_tree, 254 void btrfs_mapping_init(struct btrfs_mapping_tree *tree); 255 void btrfs_mapping_tree_free(struct btrfs_mapping_tree *tree); 269 int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len);
|
D | extent_io.h | 317 struct btrfs_mapping_tree; 319 int repair_io_failure(struct btrfs_mapping_tree *map_tree, u64 start,
|
D | volumes.c | 3533 struct btrfs_mapping_tree *map_tree = &root->fs_info->mapping_tree; in btrfs_chunk_readonly() 3559 void btrfs_mapping_init(struct btrfs_mapping_tree *tree) in btrfs_mapping_init() 3564 void btrfs_mapping_tree_free(struct btrfs_mapping_tree *tree) in btrfs_mapping_tree_free() 3584 int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len) in btrfs_num_copies() 3624 static int __btrfs_map_block(struct btrfs_mapping_tree *map_tree, int rw, in __btrfs_map_block() 3842 int btrfs_map_block(struct btrfs_mapping_tree *map_tree, int rw, in btrfs_map_block() 3850 int btrfs_rmap_block(struct btrfs_mapping_tree *map_tree, in btrfs_rmap_block() 4022 struct btrfs_mapping_tree *map_tree; in btrfs_map_bio() 4134 struct btrfs_mapping_tree *map_tree = &root->fs_info->mapping_tree; in read_one_chunk()
|
D | scrub.c | 401 struct btrfs_mapping_tree *map_tree; in scrub_fixup_readpage() 620 struct btrfs_mapping_tree *map_tree = &fs_info->mapping_tree; in scrub_fixup() 1373 struct btrfs_mapping_tree *map_tree = in scrub_chunk()
|
D | reada.c | 329 struct btrfs_mapping_tree *map_tree = &fs_info->mapping_tree; in reada_find_extent()
|
D | ctree.h | 197 struct btrfs_mapping_tree { struct 1018 struct btrfs_mapping_tree mapping_tree;
|
D | extent_io.c | 1859 int repair_io_failure(struct btrfs_mapping_tree *map_tree, u64 start, in repair_io_failure() 1924 struct btrfs_mapping_tree *map_tree; in clean_io_failure()
|
D | inode.c | 1414 struct btrfs_mapping_tree *map_tree; in btrfs_merge_bio_hook() 5964 struct btrfs_mapping_tree *map_tree = &root->fs_info->mapping_tree; in btrfs_submit_direct_hook()
|