Searched refs:btrfs_find_space_for_alloc (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/btrfs/tests/ | 
| D | free-space-tests.c | 369 	offset = btrfs_find_space_for_alloc(cache, 0, 4096, 0,  in check_cache_empty()598 	offset = btrfs_find_space_for_alloc(cache,  in test_steal_space_from_bitmap_to_extent()
 621 	offset = btrfs_find_space_for_alloc(cache,  in test_steal_space_from_bitmap_to_extent()
 788 	offset = btrfs_find_space_for_alloc(cache, 0, SZ_1M, 0,  in test_steal_space_from_bitmap_to_extent()
 810 	offset = btrfs_find_space_for_alloc(cache,  in test_steal_space_from_bitmap_to_extent()
 
 | 
| /Linux-v5.4/fs/btrfs/ | 
| D | free-space-cache.h | 95 u64 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group,
 | 
| D | free-space-cache.c | 2623 u64 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group,  in btrfs_find_space_for_alloc()  function
 | 
| D | extent-tree.c | 3615 	offset = btrfs_find_space_for_alloc(bg, ffe_ctl->search_start,  in find_free_extent_unclustered()
 |