Searched refs:btrfs_chunk_map (Results 1 – 12 of 12) sorted by relevance
/linux/fs/btrfs/ |
H A D | volumes.h | 608 struct btrfs_chunk_map { struct 624 #define btrfs_chunk_map_size(n) (sizeof(struct btrfs_chunk_map) + \ argument 627 static inline void btrfs_free_chunk_map(struct btrfs_chunk_map *map) in btrfs_free_chunk_map() 767 u64 btrfs_calc_stripe_length(const struct btrfs_chunk_map *map); 774 struct btrfs_chunk_map *btrfs_alloc_chunk_map(int num_stripes, gfp_t gfp); 775 int btrfs_add_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map); 778 struct btrfs_chunk_map *btrfs_find_chunk_map(struct btrfs_fs_info *fs_info, 780 struct btrfs_chunk_map *btrfs_find_chunk_map_nolock(struct btrfs_fs_info *fs_info, 782 struct btrfs_chunk_map *btrfs_get_chunk_map(struct btrfs_fs_info *fs_info, 784 void btrfs_remove_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map);
|
H A D | block-group.h | 18 struct btrfs_chunk_map; 261 struct btrfs_chunk_map *physical_map; 321 struct btrfs_chunk_map *map);
|
H A D | volumes.c | 1965 struct btrfs_chunk_map *map; in find_next_chunk() 1967 map = rb_entry(n, struct btrfs_chunk_map, rb_node); in find_next_chunk() 3193 struct btrfs_chunk_map *btrfs_find_chunk_map_nolock(struct btrfs_fs_info *fs_info, in btrfs_find_chunk_map_nolock() 3199 struct btrfs_chunk_map *map; in btrfs_find_chunk_map_nolock() 3200 struct btrfs_chunk_map *prev_map = NULL; in btrfs_find_chunk_map_nolock() 3203 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in btrfs_find_chunk_map_nolock() 3223 prev_map = rb_entry(prev, struct btrfs_chunk_map, rb_node); in btrfs_find_chunk_map_nolock() 3228 prev_map = rb_entry(prev, struct btrfs_chunk_map, rb_node); in btrfs_find_chunk_map_nolock() 3231 prev_map = rb_entry(prev, struct btrfs_chunk_map, rb_node); in btrfs_find_chunk_map_nolock() 3256 struct btrfs_chunk_map *btrfs_find_chunk_map(struct btrfs_fs_info *fs_info, in btrfs_find_chunk_map() [all …]
|
H A D | raid56.h | 176 static inline int nr_data_stripes(const struct btrfs_chunk_map *map) in nr_data_stripes()
|
H A D | zoned.c | 1280 struct btrfs_chunk_map *map) in btrfs_load_zone_info() 1390 struct btrfs_chunk_map *map, in btrfs_load_block_group_dup() 1433 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid1() 1481 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid0() 1513 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid10() 1550 struct btrfs_chunk_map *map; in btrfs_load_block_group_zone_info() 2081 struct btrfs_chunk_map *map; in btrfs_zone_activate() 2189 struct btrfs_chunk_map *map; in do_zone_finish() 2644 struct btrfs_chunk_map *map = block_group->physical_map; in btrfs_check_active_zone_reservation() 2680 struct btrfs_chunk_map *map; in btrfs_reset_unused_block_groups()
|
H A D | scrub.c | 1292 struct btrfs_chunk_map *map, u64 *offset, in get_raid56_logic_offset() 1950 struct btrfs_chunk_map *map, in scrub_raid56_parity_stripe() 2181 static u64 simple_stripe_full_stripe_len(const struct btrfs_chunk_map *map) in simple_stripe_full_stripe_len() 2190 static u64 simple_stripe_get_logical(struct btrfs_chunk_map *map, in simple_stripe_get_logical() 2207 static int simple_stripe_mirror_num(struct btrfs_chunk_map *map, int stripe_index) in simple_stripe_mirror_num() 2219 struct btrfs_chunk_map *map, in scrub_simple_stripe() 2252 struct btrfs_chunk_map *map, in scrub_stripe() 2422 struct btrfs_chunk_map *map; in scrub_chunk()
|
H A D | block-group.c | 1055 struct btrfs_chunk_map *map) in btrfs_remove_block_group() 1297 struct btrfs_chunk_map *map; in btrfs_start_trans_remove_block_group() 2008 struct btrfs_chunk_map *map; in read_bg_from_eb() 2101 struct btrfs_chunk_map *map; in btrfs_rmap_block() 2278 struct btrfs_chunk_map *map; in check_chunk_block_group_mappings() 2446 struct btrfs_chunk_map *map; in fill_dummy_bgs() 2449 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in fill_dummy_bgs() 2687 struct btrfs_chunk_map *map; in insert_dev_extents() 4515 struct btrfs_chunk_map *map; in btrfs_unfreeze_block_group()
|
H A D | dev-replace.c | 548 struct btrfs_chunk_map *map; in btrfs_finish_block_group_to_copy() 839 struct btrfs_chunk_map *map; in btrfs_dev_replace_update_device_in_mapping_tree() 842 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in btrfs_dev_replace_update_device_in_mapping_tree()
|
H A D | raid-stripe-tree.c | 83 struct btrfs_chunk_map *map; in btrfs_delete_raid_extent()
|
H A D | inode.c | 9870 struct btrfs_chunk_map *map = NULL; in btrfs_swap_activate()
|
/linux/include/trace/events/ |
H A D | btrfs.h | 22 struct btrfs_chunk_map; 1036 const struct btrfs_chunk_map *map, u64 offset, u64 size), 1070 const struct btrfs_chunk_map *map, u64 offset, u64 size), 1078 const struct btrfs_chunk_map *map, u64 offset, u64 size),
|
/linux/fs/btrfs/tests/ |
H A D | extent-map-tests.c | 1015 struct btrfs_chunk_map *map; in test_rmap_block()
|