Searched refs:btrfs_block_group_cache (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/fs/btrfs/ |
D | free-space-cache.h | 31 struct btrfs_block_group_cache 35 struct btrfs_block_group_cache *block_group, 43 struct btrfs_block_group_cache *block_group); 46 struct btrfs_block_group_cache *block_group, 48 int btrfs_add_free_space(struct btrfs_block_group_cache *block_group, 50 int btrfs_remove_free_space(struct btrfs_block_group_cache *block_group, 52 void btrfs_remove_free_space_cache(struct btrfs_block_group_cache 54 u64 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group, 56 void btrfs_dump_free_space(struct btrfs_block_group_cache *block_group, 58 u64 btrfs_block_group_free_space(struct btrfs_block_group_cache *block_group); [all …]
|
D | free-space-cache.c | 32 static void recalculate_thresholds(struct btrfs_block_group_cache 34 static int link_free_space(struct btrfs_block_group_cache *block_group, 38 struct btrfs_block_group_cache in lookup_free_space_inode() 99 struct btrfs_block_group_cache *block_group, in create_free_space_inode() 213 struct btrfs_block_group_cache *block_group) in load_free_space_cache() 503 struct btrfs_block_group_cache *block_group, in btrfs_write_out_cache() 867 static inline u64 offset_to_bitmap(struct btrfs_block_group_cache *block_group, in offset_to_bitmap() 935 tree_search_offset(struct btrfs_block_group_cache *block_group, in tree_search_offset() 1062 __unlink_free_space(struct btrfs_block_group_cache *block_group, in __unlink_free_space() 1069 static void unlink_free_space(struct btrfs_block_group_cache *block_group, in unlink_free_space() [all …]
|
D | extent-tree.c | 86 block_group_cache_done(struct btrfs_block_group_cache *cache) in block_group_cache_done() 92 static int block_group_bits(struct btrfs_block_group_cache *cache, u64 bits) in block_group_bits() 97 void btrfs_get_block_group(struct btrfs_block_group_cache *cache) in btrfs_get_block_group() 102 void btrfs_put_block_group(struct btrfs_block_group_cache *cache) in btrfs_put_block_group() 117 struct btrfs_block_group_cache *block_group) in btrfs_add_block_group_cache() 121 struct btrfs_block_group_cache *cache; in btrfs_add_block_group_cache() 128 cache = rb_entry(parent, struct btrfs_block_group_cache, in btrfs_add_block_group_cache() 152 static struct btrfs_block_group_cache * 156 struct btrfs_block_group_cache *cache, *ret = NULL; in block_group_cache_tree_search() 164 cache = rb_entry(n, struct btrfs_block_group_cache, in block_group_cache_tree_search() [all …]
|
D | ctree.h | 789 struct btrfs_block_group_cache *block_group; 816 struct btrfs_block_group_cache *block_group; 821 struct btrfs_block_group_cache { struct 2102 void btrfs_put_block_group(struct btrfs_block_group_cache *cache); 2117 struct btrfs_block_group_cache *btrfs_lookup_block_group( 2120 void btrfs_put_block_group(struct btrfs_block_group_cache *cache); 2164 int btrfs_update_reserved_bytes(struct btrfs_block_group_cache *cache, 2228 struct btrfs_block_group_cache *cache); 2230 struct btrfs_block_group_cache *cache);
|
D | relocation.c | 157 struct btrfs_block_group_cache *block_group; 1448 struct btrfs_block_group_cache *block_group) 3882 struct btrfs_block_group_cache *group)
|
D | ioctl.c | 2277 struct btrfs_block_group_cache *block_group; in get_block_group_info()
|
D | inode.c | 6838 struct btrfs_block_group_cache *block_group; in btrfs_destroy_inode()
|