fs/btrfs/block-group.c
1089
struct btrfs_block_group *block_group)
fs/btrfs/block-group.c
1115
void btrfs_remove_bg_from_sinfo(struct btrfs_block_group *bg)
fs/btrfs/block-group.c
1138
struct btrfs_block_group *block_group;
fs/btrfs/block-group.c
1437
static int inc_block_group_ro(struct btrfs_block_group *cache, bool force)
fs/btrfs/block-group.c
1508
const struct btrfs_block_group *bg)
fs/btrfs/block-group.c
1562
static bool btrfs_link_bg_list(struct btrfs_block_group *bg, struct list_head *list)
fs/btrfs/block-group.c
1584
struct btrfs_block_group *block_group;
fs/btrfs/block-group.c
1609
struct btrfs_block_group,
fs/btrfs/block-group.c
182
void btrfs_get_block_group(struct btrfs_block_group *cache)
fs/btrfs/block-group.c
1864
void btrfs_mark_bg_unused(struct btrfs_block_group *bg)
fs/btrfs/block-group.c
187
void btrfs_put_block_group(struct btrfs_block_group *cache)
fs/btrfs/block-group.c
1891
const struct btrfs_block_group *bg1, *bg2;
fs/btrfs/block-group.c
1893
bg1 = list_entry(a, struct btrfs_block_group, bg_list);
fs/btrfs/block-group.c
1894
bg2 = list_entry(b, struct btrfs_block_group, bg_list);
fs/btrfs/block-group.c
1919
static bool should_reclaim_block_group(const struct btrfs_block_group *bg, u64 bytes_freed)
fs/btrfs/block-group.c
1940
static int btrfs_reclaim_block_group(struct btrfs_block_group *bg, int *reclaimed)
fs/btrfs/block-group.c
2075
struct btrfs_block_group *bg;
fs/btrfs/block-group.c
2108
struct btrfs_block_group,
fs/btrfs/block-group.c
2162
void btrfs_mark_bg_to_reclaim(struct btrfs_block_group *bg)
fs/btrfs/block-group.c
220
const struct btrfs_block_group *new_bg =
fs/btrfs/block-group.c
221
rb_entry(new, struct btrfs_block_group, cache_node);
fs/btrfs/block-group.c
222
const struct btrfs_block_group *exist_bg =
fs/btrfs/block-group.c
223
rb_entry(exist, struct btrfs_block_group, cache_node);
fs/btrfs/block-group.c
2343
static int exclude_super_stripes(struct btrfs_block_group *cache)
fs/btrfs/block-group.c
235
static int btrfs_add_block_group_cache(struct btrfs_block_group *block_group)
fs/btrfs/block-group.c
2397
static struct btrfs_block_group *btrfs_create_block_group(
fs/btrfs/block-group.c
2400
struct btrfs_block_group *cache;
fs/btrfs/block-group.c
2453
struct btrfs_block_group *bg;
fs/btrfs/block-group.c
2487
struct btrfs_block_group *cache;
fs/btrfs/block-group.c
258
static struct btrfs_block_group *block_group_cache_tree_search(
fs/btrfs/block-group.c
261
struct btrfs_block_group *cache, *ret = NULL;
fs/btrfs/block-group.c
2616
struct btrfs_block_group *bg;
fs/btrfs/block-group.c
2663
struct btrfs_block_group *cache;
fs/btrfs/block-group.c
269
cache = rb_entry(n, struct btrfs_block_group, cache_node);
fs/btrfs/block-group.c
2738
struct btrfs_block_group,
fs/btrfs/block-group.c
2786
struct btrfs_block_group *block_group)
fs/btrfs/block-group.c
2923
struct btrfs_block_group *block_group;
fs/btrfs/block-group.c
2930
struct btrfs_block_group,
fs/btrfs/block-group.c
298
struct btrfs_block_group *btrfs_lookup_first_block_group(
fs/btrfs/block-group.c
3028
struct btrfs_block_group *btrfs_make_block_group(struct btrfs_trans_handle *trans,
fs/btrfs/block-group.c
3033
struct btrfs_block_group *cache;
fs/btrfs/block-group.c
307
struct btrfs_block_group *btrfs_lookup_block_group(
fs/btrfs/block-group.c
31
sizeof(struct btrfs_block_group),
fs/btrfs/block-group.c
3125
int btrfs_inc_block_group_ro(struct btrfs_block_group *cache,
fs/btrfs/block-group.c
313
struct btrfs_block_group *btrfs_next_block_group(
fs/btrfs/block-group.c
314
struct btrfs_block_group *cache)
fs/btrfs/block-group.c
3244
void btrfs_dec_block_group_ro(struct btrfs_block_group *cache)
fs/btrfs/block-group.c
3271
struct btrfs_block_group *cache)
fs/btrfs/block-group.c
332
cache = rb_entry(node, struct btrfs_block_group, cache_node);
fs/btrfs/block-group.c
3367
static void cache_save_setup(struct btrfs_block_group *block_group,
fs/btrfs/block-group.c
3536
struct btrfs_block_group *cache, *tmp;
fs/btrfs/block-group.c
355
struct btrfs_block_group *btrfs_inc_nocow_writers(struct btrfs_fs_info *fs_info,
fs/btrfs/block-group.c
3573
struct btrfs_block_group *cache;
fs/btrfs/block-group.c
358
struct btrfs_block_group *bg;
fs/btrfs/block-group.c
3611
cache = list_first_entry(&dirty, struct btrfs_block_group,
fs/btrfs/block-group.c
3738
struct btrfs_block_group *cache;
fs/btrfs/block-group.c
3767
struct btrfs_block_group,
fs/btrfs/block-group.c
3849
cache = list_first_entry(io, struct btrfs_block_group,
fs/btrfs/block-group.c
3859
static void btrfs_maybe_reset_size_class(struct btrfs_block_group *bg)
fs/btrfs/block-group.c
3872
struct btrfs_block_group *cache;
fs/btrfs/block-group.c
392
void btrfs_dec_nocow_writers(struct btrfs_block_group *bg)
fs/btrfs/block-group.c
3989
int btrfs_add_reserved_bytes(struct btrfs_block_group *cache,
fs/btrfs/block-group.c
401
void btrfs_wait_nocow_writers(struct btrfs_block_group *bg)
fs/btrfs/block-group.c
4050
void btrfs_free_reserved_bytes(struct btrfs_block_group *cache, u64 num_bytes,
fs/btrfs/block-group.c
409
struct btrfs_block_group *bg;
fs/btrfs/block-group.c
4128
static struct btrfs_block_group *do_chunk_alloc(struct btrfs_trans_handle *trans,
fs/btrfs/block-group.c
4132
struct btrfs_block_group *bg;
fs/btrfs/block-group.c
418
void btrfs_wait_block_group_reservations(struct btrfs_block_group *bg)
fs/btrfs/block-group.c
4190
struct btrfs_block_group *sys_bg;
fs/btrfs/block-group.c
4346
struct btrfs_block_group *ret_bg;
fs/btrfs/block-group.c
444
struct btrfs_block_group *cache)
fs/btrfs/block-group.c
4519
struct btrfs_block_group *bg;
fs/btrfs/block-group.c
4621
struct btrfs_block_group *block_group;
fs/btrfs/block-group.c
4687
struct btrfs_block_group *block_group;
fs/btrfs/block-group.c
4715
struct btrfs_block_group,
fs/btrfs/block-group.c
4723
struct btrfs_block_group,
fs/btrfs/block-group.c
4731
struct btrfs_block_group, bg_list);
fs/btrfs/block-group.c
4740
struct btrfs_block_group,
fs/btrfs/block-group.c
4749
block_group = rb_entry(n, struct btrfs_block_group,
fs/btrfs/block-group.c
479
void btrfs_wait_block_group_cache_progress(struct btrfs_block_group *cache,
fs/btrfs/block-group.c
4794
void btrfs_freeze_block_group(struct btrfs_block_group *cache)
fs/btrfs/block-group.c
4799
void btrfs_unfreeze_block_group(struct btrfs_block_group *block_group)
fs/btrfs/block-group.c
4830
bool btrfs_inc_block_group_swap_extents(struct btrfs_block_group *bg)
fs/btrfs/block-group.c
4844
void btrfs_dec_block_group_swap_extents(struct btrfs_block_group *bg, int amount)
fs/btrfs/block-group.c
4881
int btrfs_use_block_group_size_class(struct btrfs_block_group *bg,
fs/btrfs/block-group.c
4915
bool btrfs_block_group_should_use_size_class(const struct btrfs_block_group *bg)
fs/btrfs/block-group.c
4924
void btrfs_mark_bg_fully_remapped(struct btrfs_block_group *bg,
fs/btrfs/block-group.c
4971
struct btrfs_block_group *bg;
fs/btrfs/block-group.c
4974
bg = rb_entry(node_bg, struct btrfs_block_group, cache_node);
fs/btrfs/block-group.c
504
static int btrfs_caching_ctl_wait_done(struct btrfs_block_group *cache,
fs/btrfs/block-group.c
511
static int btrfs_wait_block_group_cache_done(struct btrfs_block_group *cache)
fs/btrfs/block-group.c
525
static void fragment_free_space(struct btrfs_block_group *block_group)
fs/btrfs/block-group.c
54
int btrfs_should_fragment_free_space(const struct btrfs_block_group *block_group)
fs/btrfs/block-group.c
558
int btrfs_add_new_free_space(struct btrfs_block_group *block_group, u64 start,
fs/btrfs/block-group.c
623
struct btrfs_block_group *block_group = caching_ctl->block_group;
fs/btrfs/block-group.c
65
static inline bool has_unwritten_metadata(struct btrfs_block_group *block_group)
fs/btrfs/block-group.c
707
struct btrfs_block_group *block_group = caching_ctl->block_group;
fs/btrfs/block-group.c
751
struct btrfs_block_group *block_group = caching_ctl->block_group;
fs/btrfs/block-group.c
886
static inline void btrfs_free_excluded_extents(const struct btrfs_block_group *bg)
fs/btrfs/block-group.c
894
struct btrfs_block_group *block_group;
fs/btrfs/block-group.c
966
int btrfs_cache_block_group(struct btrfs_block_group *cache, bool wait)
fs/btrfs/block-group.h
112
struct btrfs_block_group *block_group;
fs/btrfs/block-group.h
287
static inline u64 btrfs_block_group_end(const struct btrfs_block_group *block_group)
fs/btrfs/block-group.h
292
static inline bool btrfs_is_block_group_used(const struct btrfs_block_group *bg)
fs/btrfs/block-group.h
300
static inline bool btrfs_is_block_group_data_only(const struct btrfs_block_group *block_group)
fs/btrfs/block-group.h
310
static inline u64 btrfs_block_group_available_space(const struct btrfs_block_group *bg)
fs/btrfs/block-group.h
319
int btrfs_should_fragment_free_space(const struct btrfs_block_group *block_group);
fs/btrfs/block-group.h
325
struct btrfs_block_group *btrfs_lookup_first_block_group(
fs/btrfs/block-group.h
327
struct btrfs_block_group *btrfs_lookup_block_group(
fs/btrfs/block-group.h
329
struct btrfs_block_group *btrfs_next_block_group(
fs/btrfs/block-group.h
330
struct btrfs_block_group *cache);
fs/btrfs/block-group.h
331
void btrfs_get_block_group(struct btrfs_block_group *cache);
fs/btrfs/block-group.h
332
void btrfs_put_block_group(struct btrfs_block_group *cache);
fs/btrfs/block-group.h
335
void btrfs_wait_block_group_reservations(struct btrfs_block_group *bg);
fs/btrfs/block-group.h
336
struct btrfs_block_group *btrfs_inc_nocow_writers(struct btrfs_fs_info *fs_info,
fs/btrfs/block-group.h
338
void btrfs_dec_nocow_writers(struct btrfs_block_group *bg);
fs/btrfs/block-group.h
339
void btrfs_wait_nocow_writers(struct btrfs_block_group *bg);
fs/btrfs/block-group.h
340
void btrfs_wait_block_group_cache_progress(struct btrfs_block_group *cache,
fs/btrfs/block-group.h
342
int btrfs_cache_block_group(struct btrfs_block_group *cache, bool wait);
fs/btrfs/block-group.h
344
struct btrfs_block_group *cache);
fs/btrfs/block-group.h
345
int btrfs_add_new_free_space(struct btrfs_block_group *block_group,
fs/btrfs/block-group.h
350
void btrfs_remove_bg_from_sinfo(struct btrfs_block_group *bg);
fs/btrfs/block-group.h
354
void btrfs_mark_bg_unused(struct btrfs_block_group *bg);
fs/btrfs/block-group.h
358
void btrfs_mark_bg_to_reclaim(struct btrfs_block_group *bg);
fs/btrfs/block-group.h
360
struct btrfs_block_group *btrfs_make_block_group(struct btrfs_trans_handle *trans,
fs/btrfs/block-group.h
364
int btrfs_inc_block_group_ro(struct btrfs_block_group *cache,
fs/btrfs/block-group.h
366
void btrfs_dec_block_group_ro(struct btrfs_block_group *cache);
fs/btrfs/block-group.h
372
int btrfs_add_reserved_bytes(struct btrfs_block_group *cache,
fs/btrfs/block-group.h
375
void btrfs_free_reserved_bytes(struct btrfs_block_group *cache, u64 num_bytes,
fs/btrfs/block-group.h
405
static inline int btrfs_block_group_done(const struct btrfs_block_group *cache)
fs/btrfs/block-group.h
412
void btrfs_freeze_block_group(struct btrfs_block_group *cache);
fs/btrfs/block-group.h
413
void btrfs_unfreeze_block_group(struct btrfs_block_group *cache);
fs/btrfs/block-group.h
415
bool btrfs_inc_block_group_swap_extents(struct btrfs_block_group *bg);
fs/btrfs/block-group.h
416
void btrfs_dec_block_group_swap_extents(struct btrfs_block_group *bg, int amount);
fs/btrfs/block-group.h
419
int btrfs_use_block_group_size_class(struct btrfs_block_group *bg,
fs/btrfs/block-group.h
422
bool btrfs_block_group_should_use_size_class(const struct btrfs_block_group *bg);
fs/btrfs/block-group.h
423
void btrfs_mark_bg_fully_remapped(struct btrfs_block_group *bg,
fs/btrfs/ctree.h
25
struct btrfs_block_group;
fs/btrfs/delayed-ref.c
1338
struct btrfs_block_group *bg;
fs/btrfs/dev-replace.c
448
struct btrfs_block_group *cache;
fs/btrfs/dev-replace.c
535
struct btrfs_block_group *cache,
fs/btrfs/dev-replace.h
16
struct btrfs_block_group;
fs/btrfs/dev-replace.h
30
struct btrfs_block_group *cache,
fs/btrfs/direct-io.c
228
struct btrfs_block_group *bg;
fs/btrfs/discard.c
114
struct btrfs_block_group *block_group)
fs/btrfs/discard.c
128
struct btrfs_block_group *block_group)
fs/btrfs/discard.c
156
struct btrfs_block_group *block_group)
fs/btrfs/discard.c
188
static struct btrfs_block_group *find_next_block_group(
fs/btrfs/discard.c
192
struct btrfs_block_group *ret_block_group = NULL, *block_group;
fs/btrfs/discard.c
200
struct btrfs_block_group,
fs/btrfs/discard.c
229
static bool block_group_is_empty(const struct btrfs_block_group *bg)
fs/btrfs/discard.c
251
static struct btrfs_block_group *peek_discard_list(
fs/btrfs/discard.c
256
struct btrfs_block_group *block_group;
fs/btrfs/discard.c
321
void btrfs_discard_check_filter(struct btrfs_block_group *block_group,
fs/btrfs/discard.c
359
struct btrfs_block_group *block_group)
fs/btrfs/discard.c
380
struct btrfs_block_group *block_group)
fs/btrfs/discard.c
397
struct btrfs_block_group *block_group)
fs/btrfs/discard.c
414
struct btrfs_block_group *block_group;
fs/btrfs/discard.c
495
struct btrfs_block_group *block_group)
fs/btrfs/discard.c
521
struct btrfs_block_group *block_group;
fs/btrfs/discard.c
687
void btrfs_discard_update_discardable(struct btrfs_block_group *block_group)
fs/btrfs/discard.c
71
const struct btrfs_block_group *block_group)
fs/btrfs/discard.c
733
struct btrfs_block_group *block_group, *next;
fs/btrfs/discard.c
763
struct btrfs_block_group *block_group, *next;
fs/btrfs/discard.c
94
struct btrfs_block_group *block_group)
fs/btrfs/discard.h
11
struct btrfs_block_group;
fs/btrfs/discard.h
19
void btrfs_discard_check_filter(struct btrfs_block_group *block_group, u64 bytes);
fs/btrfs/discard.h
23
struct btrfs_block_group *block_group);
fs/btrfs/discard.h
25
struct btrfs_block_group *block_group);
fs/btrfs/discard.h
31
void btrfs_discard_update_discardable(struct btrfs_block_group *block_group);
fs/btrfs/disk-io.c
4797
static void btrfs_cleanup_bg_io(struct btrfs_block_group *cache)
fs/btrfs/disk-io.c
4820
struct btrfs_block_group *cache;
fs/btrfs/disk-io.c
4825
struct btrfs_block_group,
fs/btrfs/disk-io.c
4853
struct btrfs_block_group,
fs/btrfs/disk-io.c
776
struct btrfs_block_group *block_group;
fs/btrfs/extent-tree.c
2677
struct btrfs_block_group *bg;
fs/btrfs/extent-tree.c
2679
bg = rb_entry(leftmost, struct btrfs_block_group, cache_node);
fs/btrfs/extent-tree.c
2688
struct btrfs_block_group *bg,
fs/btrfs/extent-tree.c
2710
struct btrfs_block_group *cache;
fs/btrfs/extent-tree.c
2724
struct btrfs_block_group *cache;
fs/btrfs/extent-tree.c
2752
struct btrfs_block_group *block_group;
fs/btrfs/extent-tree.c
2801
btrfs_inc_block_group_reservations(struct btrfs_block_group *bg)
fs/btrfs/extent-tree.c
2839
struct btrfs_block_group *cache = NULL;
fs/btrfs/extent-tree.c
2919
int btrfs_complete_bg_remapping(struct btrfs_block_group *bg)
fs/btrfs/extent-tree.c
2959
struct btrfs_block_group *bg;
fs/btrfs/extent-tree.c
2965
struct btrfs_block_group, bg_list);
fs/btrfs/extent-tree.c
2986
struct btrfs_block_group *block_group, *tmp;
fs/btrfs/extent-tree.c
3627
struct btrfs_block_group *bg;
fs/btrfs/extent-tree.c
3774
btrfs_lock_block_group(struct btrfs_block_group *cache, bool delalloc)
fs/btrfs/extent-tree.c
3780
static inline void btrfs_grab_block_group(struct btrfs_block_group *cache,
fs/btrfs/extent-tree.c
3788
static struct btrfs_block_group *btrfs_lock_cluster(
fs/btrfs/extent-tree.c
3789
struct btrfs_block_group *block_group,
fs/btrfs/extent-tree.c
3794
struct btrfs_block_group *used_bg = NULL;
fs/btrfs/extent-tree.c
3828
btrfs_release_block_group(struct btrfs_block_group *cache, bool delalloc)
fs/btrfs/extent-tree.c
3836
const struct btrfs_block_group *bg)
fs/btrfs/extent-tree.c
3857
static int find_free_extent_clustered(struct btrfs_block_group *bg,
fs/btrfs/extent-tree.c
3859
struct btrfs_block_group **cluster_bg_ret)
fs/btrfs/extent-tree.c
3861
struct btrfs_block_group *cluster_bg;
fs/btrfs/extent-tree.c
3950
static int find_free_extent_unclustered(struct btrfs_block_group *bg,
fs/btrfs/extent-tree.c
3992
static int do_allocation_clustered(struct btrfs_block_group *block_group,
fs/btrfs/extent-tree.c
3994
struct btrfs_block_group **bg_ret)
fs/btrfs/extent-tree.c
4029
static int do_allocation_zoned(struct btrfs_block_group *block_group,
fs/btrfs/extent-tree.c
4031
struct btrfs_block_group **bg_ret)
fs/btrfs/extent-tree.c
4198
static int do_allocation(struct btrfs_block_group *block_group,
fs/btrfs/extent-tree.c
4200
struct btrfs_block_group **bg_ret)
fs/btrfs/extent-tree.c
4212
static void release_block_group(struct btrfs_block_group *block_group,
fs/btrfs/extent-tree.c
4479
struct btrfs_block_group *block_group;
fs/btrfs/extent-tree.c
4568
struct btrfs_block_group *block_group = NULL;
fs/btrfs/extent-tree.c
4672
struct btrfs_block_group *bg_ret;
fs/btrfs/extent-tree.c
4935
struct btrfs_block_group *cache;
fs/btrfs/extent-tree.c
4955
struct btrfs_block_group *cache;
fs/btrfs/extent-tree.c
5193
struct btrfs_block_group *block_group;
fs/btrfs/extent-tree.c
66
static int block_group_bits(const struct btrfs_block_group *cache, u64 bits)
fs/btrfs/extent-tree.c
6852
struct btrfs_block_group *cache = NULL;
fs/btrfs/extent-tree.h
167
int btrfs_complete_bg_remapping(struct btrfs_block_group *bg);
fs/btrfs/extent_io.h
126
struct btrfs_block_group *zoned_bg;
fs/btrfs/extent_io.h
30
struct btrfs_block_group;
fs/btrfs/free-space-cache.c
1070
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
1195
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
1290
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
133
struct inode *lookup_free_space_inode(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
1347
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
1369
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
1513
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
225
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
2260
struct btrfs_block_group *block_group = ctl->block_group;
fs/btrfs/free-space-cache.c
2311
struct btrfs_block_group *block_group = ctl->block_group;
fs/btrfs/free-space-cache.c
246
struct btrfs_block_group *block_group)
fs/btrfs/free-space-cache.c
2620
static int __btrfs_add_free_space(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
2690
static int __btrfs_add_free_space_zoned(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
2751
int btrfs_add_free_space(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
2769
int btrfs_add_free_space_unused(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
2784
int btrfs_add_free_space_async_trimmed(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
2800
int btrfs_remove_free_space(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
2913
void btrfs_dump_free_space(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
295
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
2950
void btrfs_init_free_space_ctl(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
2974
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
3028
void btrfs_remove_free_space_cache(struct btrfs_block_group *block_group)
fs/btrfs/free-space-cache.c
3054
bool btrfs_is_free_space_trimmed(struct btrfs_block_group *block_group)
fs/btrfs/free-space-cache.c
3085
u64 btrfs_find_space_for_alloc(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
3155
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
3189
static u64 btrfs_alloc_from_bitmap(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
3222
u64 btrfs_alloc_from_cluster(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
3321
static int btrfs_bitmap_cluster(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
3415
setup_cluster_no_bitmap(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
3508
setup_cluster_bitmap(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
3558
int btrfs_find_space_cluster(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
3650
static int do_trimming(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
3715
static int trim_no_bitmap(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
3835
void btrfs_trim_fully_remapped_block_group(struct btrfs_block_group *bg)
fs/btrfs/free-space-cache.c
3925
static int trim_bitmaps(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
4070
int btrfs_trim_block_group(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
4104
int btrfs_trim_block_group_extents(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
4126
int btrfs_trim_block_group_bitmaps(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.c
4158
struct btrfs_block_group *block_group;
fs/btrfs/free-space-cache.c
4167
block_group = rb_entry(node, struct btrfs_block_group, cache_node);
fs/btrfs/free-space-cache.c
4240
int test_add_free_space_entry(struct btrfs_block_group *cache,
fs/btrfs/free-space-cache.c
4310
int test_check_exists(struct btrfs_block_group *cache,
fs/btrfs/free-space-cache.c
691
struct btrfs_block_group *block_group = ctl->block_group;
fs/btrfs/free-space-cache.c
939
int load_free_space_cache(struct btrfs_block_group *block_group)
fs/btrfs/free-space-cache.h
106
struct inode *lookup_free_space_inode(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
109
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
113
struct btrfs_block_group *block_group);
fs/btrfs/free-space-cache.h
116
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
118
int load_free_space_cache(struct btrfs_block_group *block_group);
fs/btrfs/free-space-cache.h
120
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
123
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
126
void btrfs_init_free_space_ctl(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
128
int btrfs_add_free_space(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
130
int btrfs_add_free_space_unused(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
132
int btrfs_add_free_space_async_trimmed(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
134
int btrfs_remove_free_space(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
136
void btrfs_remove_free_space_cache(struct btrfs_block_group *block_group);
fs/btrfs/free-space-cache.h
137
bool btrfs_is_free_space_trimmed(struct btrfs_block_group *block_group);
fs/btrfs/free-space-cache.h
138
u64 btrfs_find_space_for_alloc(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
141
void btrfs_dump_free_space(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
143
int btrfs_find_space_cluster(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
147
u64 btrfs_alloc_from_cluster(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
151
struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
153
int btrfs_trim_block_group(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
155
int btrfs_trim_block_group_extents(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
158
int btrfs_trim_block_group_bitmaps(struct btrfs_block_group *block_group,
fs/btrfs/free-space-cache.h
161
void btrfs_trim_fully_remapped_block_group(struct btrfs_block_group *bg);
fs/btrfs/free-space-cache.h
169
int test_add_free_space_entry(struct btrfs_block_group *cache,
fs/btrfs/free-space-cache.h
171
int test_check_exists(struct btrfs_block_group *cache, u64 offset, u64 bytes);
fs/btrfs/free-space-cache.h
86
struct btrfs_block_group *block_group;
fs/btrfs/free-space-tree.c
1001
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
1024
struct btrfs_block_group *block_group;
fs/btrfs/free-space-tree.c
1063
struct btrfs_block_group *block_group)
fs/btrfs/free-space-tree.c
1175
struct btrfs_block_group *block_group;
fs/btrfs/free-space-tree.c
1203
block_group = rb_entry(node, struct btrfs_block_group,
fs/btrfs/free-space-tree.c
1268
struct btrfs_block_group *bg;
fs/btrfs/free-space-tree.c
1270
bg = rb_entry(node, struct btrfs_block_group, cache_node);
fs/btrfs/free-space-tree.c
1361
struct btrfs_block_group *block_group;
fs/btrfs/free-space-tree.c
1363
block_group = rb_entry(node, struct btrfs_block_group,
fs/btrfs/free-space-tree.c
1396
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
1457
struct btrfs_block_group *block_group)
fs/btrfs/free-space-tree.c
1471
struct btrfs_block_group *block_group)
fs/btrfs/free-space-tree.c
1551
static int validate_free_space_key(struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
1578
struct btrfs_block_group *block_group = caching_ctl->block_group;
fs/btrfs/free-space-tree.c
1659
struct btrfs_block_group *block_group = caching_ctl->block_group;
fs/btrfs/free-space-tree.c
1714
struct btrfs_block_group *block_group;
fs/btrfs/free-space-tree.c
1807
struct btrfs_block_group *bg;
fs/btrfs/free-space-tree.c
198
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
21
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
24
struct btrfs_root *btrfs_free_space_root(struct btrfs_block_group *block_group)
fs/btrfs/free-space-tree.c
344
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
37
void btrfs_set_free_space_tree_thresholds(struct btrfs_block_group *cache)
fs/btrfs/free-space-tree.c
485
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
520
bool btrfs_free_space_test_bit(struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
543
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
611
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
69
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
717
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
798
static int using_bitmaps(struct btrfs_block_group *bg, struct btrfs_path *path)
fs/btrfs/free-space-tree.c
820
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
843
struct btrfs_block_group *block_group;
fs/btrfs/free-space-tree.c
877
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.c
97
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.h
14
struct btrfs_block_group;
fs/btrfs/free-space-tree.h
25
void btrfs_set_free_space_tree_thresholds(struct btrfs_block_group *block_group);
fs/btrfs/free-space-tree.h
31
struct btrfs_block_group *block_group);
fs/btrfs/free-space-tree.h
33
struct btrfs_block_group *block_group);
fs/btrfs/free-space-tree.h
41
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.h
43
struct btrfs_root *btrfs_free_space_root(struct btrfs_block_group *block_group);
fs/btrfs/free-space-tree.h
47
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.h
50
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.h
53
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.h
56
struct btrfs_block_group *block_group,
fs/btrfs/free-space-tree.h
58
bool btrfs_free_space_test_bit(struct btrfs_block_group *block_group,
fs/btrfs/fs.h
416
struct btrfs_block_group *block_group;
fs/btrfs/fs.h
44
struct btrfs_block_group;
fs/btrfs/fs.h
441
struct btrfs_block_group *block_group;
fs/btrfs/fs.h
932
struct btrfs_block_group *active_meta_bg;
fs/btrfs/fs.h
933
struct btrfs_block_group *active_system_bg;
fs/btrfs/inode.c
10219
struct btrfs_block_group *bg;
fs/btrfs/inode.c
2024
struct btrfs_block_group *nocow_bg = NULL;
fs/btrfs/inode.c
2955
struct btrfs_block_group *cache;
fs/btrfs/inode.c
7222
struct btrfs_block_group *block_group;
fs/btrfs/ioctl.c
2866
struct btrfs_block_group *block_group;
fs/btrfs/ordered-data.c
759
const struct btrfs_block_group *bg)
fs/btrfs/ordered-data.c
829
const struct btrfs_block_group *bg)
fs/btrfs/ordered-data.h
20
struct btrfs_block_group;
fs/btrfs/ordered-data.h
218
const struct btrfs_block_group *bg);
fs/btrfs/ordered-data.h
220
const struct btrfs_block_group *bg);
fs/btrfs/qgroup.c
4758
struct btrfs_block_group *bg,
fs/btrfs/qgroup.h
26
struct btrfs_block_group;
fs/btrfs/qgroup.h
410
struct btrfs_block_group *bg,
fs/btrfs/relocation.c
148
struct btrfs_block_group *block_group;
fs/btrfs/relocation.c
3294
static int delete_block_group_cache(struct btrfs_block_group *block_group,
fs/btrfs/relocation.c
3338
struct btrfs_block_group *block_group,
fs/btrfs/relocation.c
3811
const struct btrfs_block_group *group)
fs/btrfs/relocation.c
3921
static void describe_relocation(struct btrfs_block_group *block_group)
fs/btrfs/relocation.c
4018
struct btrfs_block_group *bg, s64 diff)
fs/btrfs/relocation.c
4228
struct btrfs_block_group *bg, u64 new_addr,
fs/btrfs/relocation.c
4237
struct btrfs_block_group *dest_bg;
fs/btrfs/relocation.c
4429
struct btrfs_block_group *bg,
fs/btrfs/relocation.c
4506
struct btrfs_block_group *bg)
fs/btrfs/relocation.c
4781
struct btrfs_block_group *bg)
fs/btrfs/relocation.c
4851
struct btrfs_block_group *bg, int delta)
fs/btrfs/relocation.c
4889
struct btrfs_block_group *src_bg, u64 old_addr,
fs/btrfs/relocation.c
5023
struct btrfs_block_group *src_bg,
fs/btrfs/relocation.c
5029
struct btrfs_block_group *dest_bg = NULL;
fs/btrfs/relocation.c
5201
struct btrfs_block_group *bg)
fs/btrfs/relocation.c
5270
struct btrfs_block_group *bg)
fs/btrfs/relocation.c
5401
struct btrfs_block_group *bg;
fs/btrfs/relocation.c
6028
struct btrfs_block_group *bg,
fs/btrfs/relocation.c
6120
struct btrfs_block_group *dest_bg;
fs/btrfs/relocation.c
6151
struct btrfs_block_group *bg;
fs/btrfs/relocation.h
15
static inline bool should_relocate_using_remap_tree(const struct btrfs_block_group *bg)
fs/btrfs/relocation.h
50
struct btrfs_block_group *bg);
fs/btrfs/scrub.c
139
struct btrfs_block_group *bg;
fs/btrfs/scrub.c
1648
static int scrub_find_fill_first_stripe(struct btrfs_block_group *bg,
fs/btrfs/scrub.c
2023
static int queue_scrub_stripe(struct scrub_ctx *sctx, struct btrfs_block_group *bg,
fs/btrfs/scrub.c
2155
struct btrfs_block_group *bg,
fs/btrfs/scrub.c
2297
struct btrfs_block_group *bg,
fs/btrfs/scrub.c
2365
struct btrfs_block_group *bg,
fs/btrfs/scrub.c
2392
struct btrfs_block_group *bg,
fs/btrfs/scrub.c
2426
struct btrfs_block_group *bg,
fs/btrfs/scrub.c
2588
struct btrfs_block_group *bg,
fs/btrfs/scrub.c
2631
struct btrfs_block_group *cache)
fs/btrfs/scrub.c
2660
struct btrfs_block_group *cache;
fs/btrfs/space-info.c
2008
struct btrfs_block_group *block_group;
fs/btrfs/space-info.c
2136
struct btrfs_block_group *bg;
fs/btrfs/space-info.c
383
struct btrfs_block_group *block_group)
fs/btrfs/space-info.c
668
struct btrfs_block_group *cache;
fs/btrfs/space-info.h
16
struct btrfs_block_group;
fs/btrfs/space-info.h
303
struct btrfs_block_group *block_group);
fs/btrfs/sysfs.c
1818
void btrfs_sysfs_add_block_group_type(struct btrfs_block_group *cache)
fs/btrfs/sysfs.c
703
struct btrfs_block_group *block_group;
fs/btrfs/sysfs.c
815
struct btrfs_block_group *bg;
fs/btrfs/sysfs.h
14
struct btrfs_block_group;
fs/btrfs/sysfs.h
39
void btrfs_sysfs_add_block_group_type(struct btrfs_block_group *cache);
fs/btrfs/tests/btrfs-tests.c
203
struct btrfs_block_group *
fs/btrfs/tests/btrfs-tests.c
207
struct btrfs_block_group *cache;
fs/btrfs/tests/btrfs-tests.c
232
void btrfs_free_dummy_block_group(struct btrfs_block_group *cache)
fs/btrfs/tests/btrfs-tests.h
57
struct btrfs_block_group *
fs/btrfs/tests/btrfs-tests.h
59
void btrfs_free_dummy_block_group(struct btrfs_block_group *cache);
fs/btrfs/tests/btrfs-tests.h
60
DEFINE_FREE(btrfs_free_dummy_block_group, struct btrfs_block_group *,
fs/btrfs/tests/free-space-tests.c
1004
struct btrfs_block_group *cache;
fs/btrfs/tests/free-space-tests.c
158
static int test_bitmaps_and_extents(struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tests.c
20
static int test_extents(struct btrfs_block_group *cache)
fs/btrfs/tests/free-space-tests.c
333
check_num_extents_and_bitmaps(const struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tests.c
353
static int check_cache_empty(struct btrfs_block_group *cache)
fs/btrfs/tests/free-space-tests.c
395
test_steal_space_from_bitmap_to_extent(struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tests.c
831
static int test_bytes_index(struct btrfs_block_group *cache, u32 sectorsize)
fs/btrfs/tests/free-space-tests.c
90
static int test_bitmaps(struct btrfs_block_group *cache, u32 sectorsize)
fs/btrfs/tests/free-space-tree-tests.c
109
struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tree-tests.c
152
struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tree-tests.c
166
struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tree-tests.c
186
struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tree-tests.c
209
struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tree-tests.c
22
struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tree-tests.c
232
struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tree-tests.c
256
struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tree-tests.c
292
struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tree-tests.c
329
struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tree-tests.c
372
struct btrfs_block_group *cache,
fs/btrfs/tests/free-space-tree-tests.c
417
struct btrfs_block_group *,
fs/btrfs/tests/free-space-tree-tests.c
426
struct btrfs_block_group *cache = NULL;
fs/btrfs/tests/zoned-tests.c
43
struct btrfs_block_group *bg __free(btrfs_free_dummy_block_group) = NULL;
fs/btrfs/transaction.c
160
struct btrfs_block_group *cache;
fs/btrfs/transaction.c
163
struct btrfs_block_group,
fs/btrfs/transaction.c
2148
struct btrfs_block_group *block_group, *tmp;
fs/btrfs/tree-log.c
2949
struct btrfs_block_group *bg;
fs/btrfs/volumes.c
3513
struct btrfs_block_group *sys_bg;
fs/btrfs/volumes.c
3582
struct btrfs_block_group *bg)
fs/btrfs/volumes.c
3622
struct btrfs_block_group *block_group;
fs/btrfs/volumes.c
3765
struct btrfs_block_group *cache;
fs/btrfs/volumes.c
4016
struct btrfs_block_group *cache;
fs/btrfs/volumes.c
4052
struct btrfs_block_group *cache;
fs/btrfs/volumes.c
4285
struct btrfs_block_group *bg;
fs/btrfs/volumes.c
4361
struct btrfs_block_group *bg;
fs/btrfs/volumes.c
6052
static struct btrfs_block_group *create_chunk(struct btrfs_trans_handle *trans,
fs/btrfs/volumes.c
6058
struct btrfs_block_group *block_group;
fs/btrfs/volumes.c
6121
struct btrfs_block_group *btrfs_create_chunk(struct btrfs_trans_handle *trans,
fs/btrfs/volumes.c
6179
struct btrfs_block_group *bg)
fs/btrfs/volumes.c
6286
struct btrfs_block_group *meta_bg;
fs/btrfs/volumes.c
6288
struct btrfs_block_group *sys_bg;
fs/btrfs/volumes.c
6790
struct btrfs_block_group *cache;
fs/btrfs/volumes.c
8833
struct btrfs_block_group *cache = data;
fs/btrfs/volumes.c
8880
struct btrfs_block_group *cache;
fs/btrfs/volumes.h
30
struct btrfs_block_group;
fs/btrfs/volumes.h
738
struct btrfs_block_group *btrfs_create_chunk(struct btrfs_trans_handle *trans,
fs/btrfs/volumes.h
797
struct btrfs_block_group *bg);
fs/btrfs/zoned.c
1244
static int calculate_alloc_pointer(struct btrfs_block_group *cache,
fs/btrfs/zoned.c
1432
static int btrfs_load_block_group_single(struct btrfs_block_group *bg,
fs/btrfs/zoned.c
1450
static int btrfs_load_block_group_dup(struct btrfs_block_group *bg,
fs/btrfs/zoned.c
1515
static int btrfs_load_block_group_raid1(struct btrfs_block_group *bg,
fs/btrfs/zoned.c
1581
static int btrfs_load_block_group_raid0(struct btrfs_block_group *bg,
fs/btrfs/zoned.c
1699
static int btrfs_load_block_group_raid10(struct btrfs_block_group *bg,
fs/btrfs/zoned.c
1851
int btrfs_load_block_group_by_raid_type(struct btrfs_block_group *bg,
fs/btrfs/zoned.c
1906
int btrfs_load_block_group_zone_info(struct btrfs_block_group *cache, bool new)
fs/btrfs/zoned.c
2023
void btrfs_calc_zone_unusable(struct btrfs_block_group *cache)
fs/btrfs/zoned.c
2046
struct btrfs_block_group *cache;
fs/btrfs/zoned.c
2192
struct btrfs_block_group **active_bg)
fs/btrfs/zoned.c
2195
struct btrfs_block_group *block_group = ctx->zoned_bg;
fs/btrfs/zoned.c
2213
struct btrfs_block_group *tgt = *active_bg;
fs/btrfs/zoned.c
2264
struct btrfs_block_group *block_group = ctx->zoned_bg;
fs/btrfs/zoned.c
2286
struct btrfs_block_group **tgt;
fs/btrfs/zoned.c
2404
bool btrfs_zone_activate(struct btrfs_block_group *block_group)
fs/btrfs/zoned.c
2491
static void wait_eb_writebacks(struct btrfs_block_group *block_group)
fs/btrfs/zoned.c
2511
static int call_zone_finish(struct btrfs_block_group *block_group,
fs/btrfs/zoned.c
2545
static int do_zone_finish(struct btrfs_block_group *block_group, bool fully_written)
fs/btrfs/zoned.c
2654
int btrfs_zone_finish(struct btrfs_block_group *block_group)
fs/btrfs/zoned.c
2714
struct btrfs_block_group *block_group;
fs/btrfs/zoned.c
2745
struct btrfs_block_group *bg =
fs/btrfs/zoned.c
2746
container_of(work, struct btrfs_block_group, zone_finish_work);
fs/btrfs/zoned.c
2757
void btrfs_schedule_zone_finish_bg(struct btrfs_block_group *bg,
fs/btrfs/zoned.c
2778
void btrfs_clear_data_reloc_bg(struct btrfs_block_group *bg)
fs/btrfs/zoned.c
2793
struct btrfs_block_group *bg;
fs/btrfs/zoned.c
2926
struct btrfs_block_group *block_group;
fs/btrfs/zoned.c
2956
struct btrfs_block_group *block_group;
fs/btrfs/zoned.c
2957
struct btrfs_block_group *min_bg = NULL;
fs/btrfs/zoned.c
2998
struct btrfs_block_group *bg;
fs/btrfs/zoned.c
3052
struct btrfs_block_group *block_group;
fs/btrfs/zoned.c
3122
struct btrfs_block_group *bg = NULL;
fs/btrfs/zoned.c
3235
struct btrfs_block_group *bg;
fs/btrfs/zoned.c
70
static void wait_eb_writebacks(struct btrfs_block_group *block_group);
fs/btrfs/zoned.c
71
static int do_zone_finish(struct btrfs_block_group *block_group, bool fully_written);
fs/btrfs/zoned.h
105
int btrfs_load_block_group_by_raid_type(struct btrfs_block_group *bg,
fs/btrfs/zoned.h
196
struct btrfs_block_group *cache, bool new)
fs/btrfs/zoned.h
201
static inline void btrfs_calc_zone_unusable(struct btrfs_block_group *cache) { }
fs/btrfs/zoned.h
231
static inline bool btrfs_zone_activate(struct btrfs_block_group *block_group)
fs/btrfs/zoned.h
236
static inline int btrfs_zone_finish(struct btrfs_block_group *block_group)
fs/btrfs/zoned.h
253
static inline void btrfs_schedule_zone_finish_bg(struct btrfs_block_group *bg,
fs/btrfs/zoned.h
256
static inline void btrfs_clear_data_reloc_bg(struct btrfs_block_group *bg) { }
fs/btrfs/zoned.h
400
static inline void btrfs_clear_treelog_bg(struct btrfs_block_group *bg)
fs/btrfs/zoned.h
429
static inline bool btrfs_zoned_bg_is_full(const struct btrfs_block_group *bg)
fs/btrfs/zoned.h
74
int btrfs_load_block_group_zone_info(struct btrfs_block_group *cache, bool new);
fs/btrfs/zoned.h
75
void btrfs_calc_zone_unusable(struct btrfs_block_group *cache);
fs/btrfs/zoned.h
83
bool btrfs_zone_activate(struct btrfs_block_group *block_group);
fs/btrfs/zoned.h
84
int btrfs_zone_finish(struct btrfs_block_group *block_group);
fs/btrfs/zoned.h
88
void btrfs_schedule_zone_finish_bg(struct btrfs_block_group *bg,
fs/btrfs/zoned.h
90
void btrfs_clear_data_reloc_bg(struct btrfs_block_group *bg);
include/trace/events/btrfs.h
1657
const struct btrfs_block_group *block_group, int create),
include/trace/events/btrfs.h
20
struct btrfs_block_group;
include/trace/events/btrfs.h
2172
const struct btrfs_block_group *block_group),
include/trace/events/btrfs.h
2211
TP_PROTO(const struct btrfs_block_group *block_group,
include/trace/events/btrfs.h
2250
TP_PROTO(const struct btrfs_block_group *block_group,
include/trace/events/btrfs.h
2258
TP_PROTO(const struct btrfs_block_group *block_group,
include/trace/events/btrfs.h
2266
TP_PROTO(const struct btrfs_block_group *block_group, u64 start,
include/trace/events/btrfs.h
2299
TP_PROTO(const struct btrfs_block_group *block_group),
include/trace/events/btrfs.h
2316
TP_PROTO(const struct btrfs_block_group *block_group,
include/trace/events/btrfs.h
2875
TP_PROTO(const struct btrfs_block_group *bg_cache),
include/trace/events/btrfs.h
2899
TP_PROTO(const struct btrfs_block_group *bg_cache),
include/trace/events/btrfs.h
2905
TP_PROTO(const struct btrfs_block_group *bg_cache),
include/trace/events/btrfs.h
2911
TP_PROTO(const struct btrfs_block_group *bg_cache),
include/trace/events/btrfs.h
2917
TP_PROTO(const struct btrfs_block_group *bg_cache),
include/trace/events/btrfs.h
2923
TP_PROTO(const struct btrfs_block_group *bg_cache),