Searched refs:add_new_free_space (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | free-space-tree.c | 1431 total_found += add_new_free_space(block_group, in load_free_space_bitmaps() 1445 total_found += add_new_free_space(block_group, extent_start, in load_free_space_bitmaps() 1503 total_found += add_new_free_space(block_group, key.objectid, in load_free_space_extents()
|
D | extent-tree.c | 340 u64 add_new_free_space(struct btrfs_block_group_cache *block_group, in add_new_free_space() function 488 total_found += add_new_free_space(block_group, last, in load_extent_tree_free() 506 total_found += add_new_free_space(block_group, last, in load_extent_tree_free() 10013 add_new_free_space(cache, found_key.objectid, in btrfs_read_block_groups() 10142 add_new_free_space(cache, chunk_offset, chunk_offset + size); in btrfs_make_block_group()
|
D | ctree.h | 2799 u64 add_new_free_space(struct btrfs_block_group_cache *block_group,
|