Searched refs:btrfs_find_space_for_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/btrfs/tests/ |
D | free-space-tests.c | 410 offset = btrfs_find_space_for_alloc(cache, 0, 4096, 0, in check_cache_empty() 644 offset = btrfs_find_space_for_alloc(cache, in test_steal_space_from_bitmap_to_extent() 663 offset = btrfs_find_space_for_alloc(cache, in test_steal_space_from_bitmap_to_extent() 841 offset = btrfs_find_space_for_alloc(cache, in test_steal_space_from_bitmap_to_extent() 860 offset = btrfs_find_space_for_alloc(cache, in test_steal_space_from_bitmap_to_extent()
|
/linux-4.1.27/fs/btrfs/ |
D | free-space-cache.h | 105 u64 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group,
|
D | free-space-cache.c | 2564 u64 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group, in btrfs_find_space_for_alloc() function
|
D | extent-tree.c | 7005 offset = btrfs_find_space_for_alloc(block_group, search_start, in find_free_extent()
|