Searched refs:btrfs_chunk_map (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/btrfs/ |
| A D | volumes.h | 587 struct btrfs_chunk_map { struct 603 #define btrfs_chunk_map_size(n) (sizeof(struct btrfs_chunk_map) + \ argument 606 static inline void btrfs_free_chunk_map(struct btrfs_chunk_map *map) in btrfs_free_chunk_map() 748 u64 btrfs_calc_stripe_length(const struct btrfs_chunk_map *map); 755 struct btrfs_chunk_map *btrfs_alloc_chunk_map(int num_stripes, gfp_t gfp); 756 int btrfs_add_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map); 759 struct btrfs_chunk_map *btrfs_find_chunk_map(struct btrfs_fs_info *fs_info, 761 struct btrfs_chunk_map *btrfs_find_chunk_map_nolock(struct btrfs_fs_info *fs_info, 763 struct btrfs_chunk_map *btrfs_get_chunk_map(struct btrfs_fs_info *fs_info, 765 void btrfs_remove_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map);
|
| A D | block-group.h | 18 struct btrfs_chunk_map; 261 struct btrfs_chunk_map *physical_map; 321 struct btrfs_chunk_map *map);
|
| A D | volumes.c | 1822 struct btrfs_chunk_map *map; in find_next_chunk() 3065 struct btrfs_chunk_map *map; in btrfs_find_chunk_map_nolock() 3125 struct btrfs_chunk_map *map; in btrfs_find_chunk_map() 3145 struct btrfs_chunk_map *map; in btrfs_get_chunk_map() 3195 struct btrfs_chunk_map *map; in btrfs_remove_chunk() 5436 struct btrfs_chunk_map *map; in btrfs_alloc_chunk_map() 5453 struct btrfs_chunk_map *map; in create_chunk() 5587 struct btrfs_chunk_map *map; in btrfs_chunk_alloc_add_chunk_item() 5733 struct btrfs_chunk_map *map; in btrfs_chunk_writeable() 5808 struct btrfs_chunk_map *map; in btrfs_num_copies() [all …]
|
| A D | raid56.h | 176 static inline int nr_data_stripes(const struct btrfs_chunk_map *map) in nr_data_stripes()
|
| A D | zoned.c | 1276 struct btrfs_chunk_map *map) in btrfs_load_zone_info() 1386 struct btrfs_chunk_map *map, in btrfs_load_block_group_dup() 1429 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid1() 1477 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid0() 1509 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid10() 1546 struct btrfs_chunk_map *map; in btrfs_load_block_group_zone_info() 2077 struct btrfs_chunk_map *map; in btrfs_zone_activate() 2185 struct btrfs_chunk_map *map; in do_zone_finish() 2640 struct btrfs_chunk_map *map = block_group->physical_map; in btrfs_check_active_zone_reservation()
|
| A D | scrub.c | 1292 struct btrfs_chunk_map *map, u64 *offset, in get_raid56_logic_offset() 1937 struct btrfs_chunk_map *map, in scrub_raid56_parity_stripe() 2106 struct btrfs_chunk_map *map, in scrub_simple_mirror() 2169 static u64 simple_stripe_full_stripe_len(const struct btrfs_chunk_map *map) in simple_stripe_full_stripe_len() 2178 static u64 simple_stripe_get_logical(struct btrfs_chunk_map *map, in simple_stripe_get_logical() 2195 static int simple_stripe_mirror_num(struct btrfs_chunk_map *map, int stripe_index) in simple_stripe_mirror_num() 2207 struct btrfs_chunk_map *map, in scrub_simple_stripe() 2240 struct btrfs_chunk_map *map, in scrub_stripe() 2417 struct btrfs_chunk_map *map; in scrub_chunk()
|
| A D | block-group.c | 1057 struct btrfs_chunk_map *map) in btrfs_remove_block_group() 1299 struct btrfs_chunk_map *map; in btrfs_start_trans_remove_block_group() 2012 struct btrfs_chunk_map *map; in read_bg_from_eb() 2105 struct btrfs_chunk_map *map; in btrfs_rmap_block() 2282 struct btrfs_chunk_map *map; in check_chunk_block_group_mappings() 2450 struct btrfs_chunk_map *map; in fill_dummy_bgs() 2453 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in fill_dummy_bgs() 2692 struct btrfs_chunk_map *map; in insert_dev_extents() 4523 struct btrfs_chunk_map *map; in btrfs_unfreeze_block_group()
|
| A D | dev-replace.c | 551 struct btrfs_chunk_map *map; in btrfs_finish_block_group_to_copy() 841 struct btrfs_chunk_map *map; in btrfs_dev_replace_update_device_in_mapping_tree() 844 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in btrfs_dev_replace_update_device_in_mapping_tree()
|
| A D | inode.c | 9780 struct btrfs_chunk_map *map = NULL; in btrfs_swap_activate()
|
| /linux/include/trace/events/ |
| A D | btrfs.h | 22 struct btrfs_chunk_map; 1035 const struct btrfs_chunk_map *map, u64 offset, u64 size), 1069 const struct btrfs_chunk_map *map, u64 offset, u64 size), 1077 const struct btrfs_chunk_map *map, u64 offset, u64 size),
|
| /linux/fs/btrfs/tests/ |
| A D | extent-map-tests.c | 1015 struct btrfs_chunk_map *map; in test_rmap_block()
|
Completed in 60 milliseconds