Searched refs:btrfs_block_group_cache (Results 1 – 10 of 10) sorted by relevance
/linux-3.3/fs/btrfs/ ! |
D | free-space-cache.h | 50 struct btrfs_block_group_cache 54 struct btrfs_block_group_cache *block_group, 62 struct btrfs_block_group_cache *block_group); 65 struct btrfs_block_group_cache *block_group, 79 void btrfs_init_free_space_ctl(struct btrfs_block_group_cache *block_group); 83 btrfs_add_free_space(struct btrfs_block_group_cache *block_group, in btrfs_add_free_space() 89 int btrfs_remove_free_space(struct btrfs_block_group_cache *block_group, 92 void btrfs_remove_free_space_cache(struct btrfs_block_group_cache 94 u64 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group, 97 void btrfs_dump_free_space(struct btrfs_block_group_cache *block_group, [all …]
|
D | free-space-cache.c | 84 struct btrfs_block_group_cache in lookup_free_space_inode() 181 struct btrfs_block_group_cache *block_group, in create_free_space_inode() 738 struct btrfs_block_group_cache *block_group) in load_free_space_cache() 833 struct btrfs_block_group_cache *block_group, in __btrfs_write_out_cache() 1043 struct btrfs_block_group_cache *block_group, in btrfs_write_out_cache() 1325 struct btrfs_block_group_cache *block_group = ctl->private; in recalculate_thresholds() 1595 struct btrfs_block_group_cache *block_group = ctl->private; in use_bitmap() 1637 struct btrfs_block_group_cache *block_group = NULL; in insert_into_bitmap() 1840 int btrfs_remove_free_space(struct btrfs_block_group_cache *block_group, in btrfs_remove_free_space() 1965 void btrfs_dump_free_space(struct btrfs_block_group_cache *block_group, in btrfs_dump_free_space() [all …]
|
D | extent-tree.c | 101 static int btrfs_update_reserved_bytes(struct btrfs_block_group_cache *cache, 105 block_group_cache_done(struct btrfs_block_group_cache *cache) in block_group_cache_done() 111 static int block_group_bits(struct btrfs_block_group_cache *cache, u64 bits) in block_group_bits() 116 static void btrfs_get_block_group(struct btrfs_block_group_cache *cache) in btrfs_get_block_group() 121 void btrfs_put_block_group(struct btrfs_block_group_cache *cache) in btrfs_put_block_group() 136 struct btrfs_block_group_cache *block_group) in btrfs_add_block_group_cache() 140 struct btrfs_block_group_cache *cache; in btrfs_add_block_group_cache() 147 cache = rb_entry(parent, struct btrfs_block_group_cache, in btrfs_add_block_group_cache() 171 static struct btrfs_block_group_cache * 175 struct btrfs_block_group_cache *cache, *ret = NULL; in block_group_cache_tree_search() [all …]
|
D | ctree.h | 908 struct btrfs_block_group_cache *block_group; 937 struct btrfs_block_group_cache *block_group; 942 struct btrfs_block_group_cache { struct 2423 void btrfs_put_block_group(struct btrfs_block_group_cache *cache); 2438 struct btrfs_block_group_cache *btrfs_lookup_block_group( 2441 void btrfs_put_block_group(struct btrfs_block_group_cache *cache); 2550 struct btrfs_block_group_cache *cache); 2552 struct btrfs_block_group_cache *cache);
|
D | reada.c | 255 struct btrfs_block_group_cache *cache = NULL; in reada_find_zone()
|
D | relocation.c | 158 struct btrfs_block_group_cache *block_group; 1455 struct btrfs_block_group_cache *block_group) 3905 struct btrfs_block_group_cache *group)
|
D | scrub.c | 1424 struct btrfs_block_group_cache *cache; in scrub_enumerate_chunks()
|
D | ioctl.c | 2699 struct btrfs_block_group_cache *block_group; in get_block_group_info()
|
D | volumes.c | 2282 struct btrfs_block_group_cache *cache; in chunk_usage_filter()
|
/linux-3.3/include/trace/events/ ! |
D | btrfs.h | 19 struct btrfs_block_group_cache; 734 struct btrfs_block_group_cache *block_group, u64 start, 766 struct btrfs_block_group_cache *block_group, u64 start, 775 struct btrfs_block_group_cache *block_group, u64 start, 783 TP_PROTO(struct btrfs_block_group_cache *block_group, u64 start, 816 TP_PROTO(struct btrfs_block_group_cache *block_group), 833 TP_PROTO(struct btrfs_block_group_cache *block_group,
|