Searched refs:btrfs_chunk_map (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | volumes.c | 2014 struct btrfs_chunk_map *map; in find_next_chunk() 2016 map = rb_entry(n, struct btrfs_chunk_map, rb_node); in find_next_chunk() 3271 struct btrfs_chunk_map *btrfs_find_chunk_map_nolock(struct btrfs_fs_info *fs_info, in btrfs_find_chunk_map_nolock() 3277 struct btrfs_chunk_map *map; in btrfs_find_chunk_map_nolock() 3278 struct btrfs_chunk_map *prev_map = NULL; in btrfs_find_chunk_map_nolock() 3281 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in btrfs_find_chunk_map_nolock() 3301 prev_map = rb_entry(prev, struct btrfs_chunk_map, rb_node); 3306 prev_map = rb_entry(prev, struct btrfs_chunk_map, rb_node); in btrfs_get_chunk_map() 3309 prev_map = rb_entry(prev, struct btrfs_chunk_map, rb_node); in btrfs_get_chunk_map() 3334 struct btrfs_chunk_map *btrfs_find_chunk_ma in remove_chunk_item() [all...] |
| H A D | zoned.c | 1326 struct btrfs_chunk_map *map, bool new) in btrfs_load_zone_info() 1451 struct btrfs_chunk_map *map, in btrfs_load_block_group_dup() 1516 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid1() 1582 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid0() 1700 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid10() 1852 struct btrfs_chunk_map *map, in btrfs_load_block_group_by_raid_type() 1909 struct btrfs_chunk_map *map; in btrfs_load_block_group_zone_info() 2393 struct btrfs_chunk_map *map; in btrfs_zone_activate() 2534 struct btrfs_chunk_map *map; in do_zone_finish() 3071 struct btrfs_chunk_map *ma in btrfs_check_active_zone_reservation() [all...] |
| H A D | block-group.c | 1134 struct btrfs_chunk_map *map) in btrfs_remove_block_group() 1387 struct btrfs_chunk_map *map; in btrfs_start_trans_remove_block_group() 2173 struct btrfs_chunk_map *map; in read_bg_from_eb() 2271 struct btrfs_chunk_map *map; in btrfs_rmap_block() 2452 struct btrfs_chunk_map *map; in check_chunk_block_group_mappings() 2455 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in read_one_block_group() 2615 struct btrfs_chunk_map *map; in fill_dummy_bgs() 2618 map = rb_entry(node, struct btrfs_chunk_map, rb_node); in fill_dummy_bgs() 2879 struct btrfs_chunk_map *map; in insert_dev_extents() 4806 struct btrfs_chunk_map *ma in btrfs_inc_block_group_swap_extents() [all...] |
| H A D | scrub.c | 1424 struct btrfs_chunk_map *map, u64 *offset, in get_raid56_logic_offset() 2105 struct btrfs_chunk_map *map, in scrub_raid56_cached_parity() 2156 struct btrfs_chunk_map *map, in scrub_raid56_parity_stripe() 2355 static u64 simple_stripe_full_stripe_len(const struct btrfs_chunk_map *map) in simple_stripe_full_stripe_len() 2364 static u64 simple_stripe_get_logical(struct btrfs_chunk_map *map, in simple_stripe_get_logical() 2381 static int simple_stripe_mirror_num(struct btrfs_chunk_map *map, int stripe_index) in simple_stripe_mirror_num() 2393 struct btrfs_chunk_map *map, in scrub_simple_stripe() 2427 struct btrfs_chunk_map *map, in scrub_stripe() 2594 struct btrfs_chunk_map *map; in scrub_chunk()
|
| H A D | raid-stripe-tree.c | 82 struct btrfs_chunk_map *map; in btrfs_delete_raid_extent()
|
| H A D | relocation.c | 4709 struct btrfs_chunk_map *chunk_map, in btrfs_last_identity_remap_gone() 4750 int btrfs_last_identity_remap_gone(struct btrfs_chunk_map *chunk_map, in btrfs_last_identity_remap_gone() 4947 struct btrfs_chunk_map *chunk_map; in do_remap_reloc_trans()
|
| H A D | extent-tree.c | 2922 struct btrfs_chunk_map *map; in btrfs_complete_bg_remapping()
|
| H A D | inode.c | 10101 struct btrfs_chunk_map *map = NULL; in btrfs_do_encoded_write()
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 22 struct btrfs_chunk_map; 1879 const struct btrfs_chunk_map *map, u64 offset, u64 size), 1913 const struct btrfs_chunk_map *map, u64 offset, u64 size), 1921 const struct btrfs_chunk_map *map, u64 offset, u64 size),
|
| /linux/fs/btrfs/tests/ |
| H A D | extent-map-tests.c | 1018 struct btrfs_chunk_map *map; in test_rmap_block()
|