Home
last modified time | relevance | path

Searched refs:btrfs_chunk_map (Results 1 – 11 of 11) sorted by relevance

/fs/btrfs/
A Dvolumes.h621 struct btrfs_chunk_map { struct
637 #define btrfs_chunk_map_size(n) (sizeof(struct btrfs_chunk_map) + \ argument
640 static inline void btrfs_free_chunk_map(struct btrfs_chunk_map *map) in btrfs_free_chunk_map()
781 u64 btrfs_calc_stripe_length(const struct btrfs_chunk_map *map);
788 struct btrfs_chunk_map *btrfs_alloc_chunk_map(int num_stripes, gfp_t gfp);
789 int btrfs_add_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map);
792 struct btrfs_chunk_map *btrfs_find_chunk_map(struct btrfs_fs_info *fs_info,
794 struct btrfs_chunk_map *btrfs_find_chunk_map_nolock(struct btrfs_fs_info *fs_info,
796 struct btrfs_chunk_map *btrfs_get_chunk_map(struct btrfs_fs_info *fs_info,
798 void btrfs_remove_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map);
A Dvolumes.c1884 struct btrfs_chunk_map *map; in find_next_chunk()
3118 struct btrfs_chunk_map *map; in btrfs_find_chunk_map_nolock()
3178 struct btrfs_chunk_map *map; in btrfs_find_chunk_map()
3198 struct btrfs_chunk_map *map; in btrfs_get_chunk_map()
3248 struct btrfs_chunk_map *map; in btrfs_remove_chunk()
5506 struct btrfs_chunk_map *map; in btrfs_alloc_chunk_map()
5523 struct btrfs_chunk_map *map; in create_chunk()
5660 struct btrfs_chunk_map *map; in btrfs_chunk_alloc_add_chunk_item()
5818 struct btrfs_chunk_map *map; in btrfs_chunk_writeable()
5893 struct btrfs_chunk_map *map; in btrfs_num_copies()
[all …]
A Dblock-group.h18 struct btrfs_chunk_map;
268 struct btrfs_chunk_map *physical_map;
328 struct btrfs_chunk_map *map);
A Dzoned.c1287 struct btrfs_chunk_map *map, bool new) in btrfs_load_zone_info()
1411 struct btrfs_chunk_map *map, in btrfs_load_block_group_dup()
1462 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid1()
1513 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid0()
1565 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid10()
1625 struct btrfs_chunk_map *map; in btrfs_load_block_group_zone_info()
2159 struct btrfs_chunk_map *map; in btrfs_zone_activate()
2297 struct btrfs_chunk_map *map; in do_zone_finish()
2836 struct btrfs_chunk_map *map = block_group->physical_map; in btrfs_check_active_zone_reservation()
2872 struct btrfs_chunk_map *map; in btrfs_reset_unused_block_groups()
A Draid56.h176 static inline int nr_data_stripes(const struct btrfs_chunk_map *map) in nr_data_stripes()
A Dscrub.c1415 struct btrfs_chunk_map *map, u64 *offset, in get_raid56_logic_offset()
2058 struct btrfs_chunk_map *map, in scrub_raid56_parity_stripe()
2292 static u64 simple_stripe_full_stripe_len(const struct btrfs_chunk_map *map) in simple_stripe_full_stripe_len()
2301 static u64 simple_stripe_get_logical(struct btrfs_chunk_map *map, in simple_stripe_get_logical()
2318 static int simple_stripe_mirror_num(struct btrfs_chunk_map *map, int stripe_index) in simple_stripe_mirror_num()
2330 struct btrfs_chunk_map *map, in scrub_simple_stripe()
2363 struct btrfs_chunk_map *map, in scrub_stripe()
2533 struct btrfs_chunk_map *map; in scrub_chunk()
A Dblock-group.c1065 struct btrfs_chunk_map *map) in btrfs_remove_block_group()
1316 struct btrfs_chunk_map *map; in btrfs_start_trans_remove_block_group()
2049 struct btrfs_chunk_map *map; in read_bg_from_eb()
2142 struct btrfs_chunk_map *map; in btrfs_rmap_block()
2319 struct btrfs_chunk_map *map; in check_chunk_block_group_mappings()
2489 struct btrfs_chunk_map *map; in fill_dummy_bgs()
2492 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in fill_dummy_bgs()
2729 struct btrfs_chunk_map *map; in insert_dev_extents()
4596 struct btrfs_chunk_map *map; in btrfs_unfreeze_block_group()
A Ddev-replace.c539 struct btrfs_chunk_map *map; in btrfs_finish_block_group_to_copy()
830 struct btrfs_chunk_map *map; in btrfs_dev_replace_update_device_in_mapping_tree()
833 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in btrfs_dev_replace_update_device_in_mapping_tree()
A Draid-stripe-tree.c83 struct btrfs_chunk_map *map; in btrfs_delete_raid_extent()
A Dinode.c10050 struct btrfs_chunk_map *map = NULL; in btrfs_swap_activate()
/fs/btrfs/tests/
A Dextent-map-tests.c1015 struct btrfs_chunk_map *map; in test_rmap_block()

Completed in 56 milliseconds