Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dvolumes.h612 struct btrfs_chunk_map { struct
628 #define btrfs_chunk_map_size(n) (sizeof(struct btrfs_chunk_map) + \ argument
631 static inline void btrfs_free_chunk_map(struct btrfs_chunk_map *map) in btrfs_free_chunk_map()
771 u64 btrfs_calc_stripe_length(const struct btrfs_chunk_map *map);
778 struct btrfs_chunk_map *btrfs_alloc_chunk_map(int num_stripes, gfp_t gfp);
779 int btrfs_add_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map);
782 struct btrfs_chunk_map *btrfs_find_chunk_map(struct btrfs_fs_info *fs_info,
784 struct btrfs_chunk_map *btrfs_find_chunk_map_nolock(struct btrfs_fs_info *fs_info,
786 struct btrfs_chunk_map *btrfs_get_chunk_map(struct btrfs_fs_info *fs_info,
788 void btrfs_remove_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map);
H A Dblock-group.h18 struct btrfs_chunk_map;
261 struct btrfs_chunk_map *physical_map;
321 struct btrfs_chunk_map *map);
H A Dvolumes.c1876 struct btrfs_chunk_map *map; in find_next_chunk()
3110 struct btrfs_chunk_map *map; in btrfs_find_chunk_map_nolock()
3170 struct btrfs_chunk_map *map; in btrfs_find_chunk_map()
3190 struct btrfs_chunk_map *map; in btrfs_get_chunk_map()
3240 struct btrfs_chunk_map *map; in btrfs_remove_chunk()
5479 struct btrfs_chunk_map *map; in btrfs_alloc_chunk_map()
5496 struct btrfs_chunk_map *map; in create_chunk()
5630 struct btrfs_chunk_map *map; in btrfs_chunk_alloc_add_chunk_item()
5776 struct btrfs_chunk_map *map; in btrfs_chunk_writeable()
5851 struct btrfs_chunk_map *map; in btrfs_num_copies()
[all …]
H A Draid56.h176 static inline int nr_data_stripes(const struct btrfs_chunk_map *map) in nr_data_stripes()
H A Dzoned.c1280 struct btrfs_chunk_map *map, bool new) in btrfs_load_zone_info()
1404 struct btrfs_chunk_map *map, in btrfs_load_block_group_dup()
1447 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid1()
1495 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid0()
1527 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid10()
1564 struct btrfs_chunk_map *map; in btrfs_load_block_group_zone_info()
2094 struct btrfs_chunk_map *map; in btrfs_zone_activate()
2205 struct btrfs_chunk_map *map; in do_zone_finish()
2666 struct btrfs_chunk_map *map = block_group->physical_map; in btrfs_check_active_zone_reservation()
2702 struct btrfs_chunk_map *map; in btrfs_reset_unused_block_groups()
H A Dscrub.c1292 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 Dblock-group.c1054 struct btrfs_chunk_map *map) in btrfs_remove_block_group()
1296 struct btrfs_chunk_map *map; in btrfs_start_trans_remove_block_group()
2044 struct btrfs_chunk_map *map; in read_bg_from_eb()
2137 struct btrfs_chunk_map *map; in btrfs_rmap_block()
2314 struct btrfs_chunk_map *map; in check_chunk_block_group_mappings()
2482 struct btrfs_chunk_map *map; in fill_dummy_bgs()
2485 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in fill_dummy_bgs()
2721 struct btrfs_chunk_map *map; in insert_dev_extents()
4550 struct btrfs_chunk_map *map; in btrfs_unfreeze_block_group()
H 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()
H A Draid-stripe-tree.c83 struct btrfs_chunk_map *map; in btrfs_delete_raid_extent()
H A Dinode.c9923 struct btrfs_chunk_map *map = NULL; in btrfs_swap_activate()
/linux-6.15/include/trace/events/
H A Dbtrfs.h22 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-6.15/fs/btrfs/tests/
H A Dextent-map-tests.c1015 struct btrfs_chunk_map *map; in test_rmap_block()