Searched refs:test_add_free_space_entry (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/btrfs/tests/ |
D | free-space-tests.c | 137 ret = test_add_free_space_entry(cache, 0, 4 * 1024 * 1024, 1); in test_bitmaps() 154 ret = test_add_free_space_entry(cache, 0, 4 * 1024 * 1024, 1); in test_bitmaps() 173 ret = test_add_free_space_entry(cache, next_bitmap_offset - in test_bitmaps() 212 ret = test_add_free_space_entry(cache, 4 * 1024 * 1024, 1 * 1024 * 1024, 1); in test_bitmaps_and_extents() 218 ret = test_add_free_space_entry(cache, 0, 1 * 1024 * 1024, 0); in test_bitmaps_and_extents() 236 ret = test_add_free_space_entry(cache, 0, 1 * 1024 * 1024, 0); in test_bitmaps_and_extents() 257 ret = test_add_free_space_entry(cache, 1 * 1024 * 1024, 4 * 1024 * 1024, 1); in test_bitmaps_and_extents() 277 ret = test_add_free_space_entry(cache, 4 * 1024 * 1024, 4 * 1024 * 1024, 1); in test_bitmaps_and_extents() 283 ret = test_add_free_space_entry(cache, 2 * 1024 * 1024, 2 * 1024 * 1024, 0); in test_bitmaps_and_extents() 311 ret = test_add_free_space_entry(cache, bitmap_offset + 4 * 1024 * 1024, in test_bitmaps_and_extents() [all …]
|
/linux-4.1.27/fs/btrfs/ |
D | free-space-cache.h | 127 int test_add_free_space_entry(struct btrfs_block_group_cache *cache,
|
D | free-space-cache.c | 3508 int test_add_free_space_entry(struct btrfs_block_group_cache *cache, in test_add_free_space_entry() function
|