Home
last modified time | relevance | path

Searched refs:btrfs_find_space_for_alloc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/btrfs/tests/
H A Dfree-space-tests.c368 offset = btrfs_find_space_for_alloc(cache, 0, 4096, 0, in check_cache_empty()
596 offset = btrfs_find_space_for_alloc(cache, in test_steal_space_from_bitmap_to_extent()
619 offset = btrfs_find_space_for_alloc(cache, in test_steal_space_from_bitmap_to_extent()
786 offset = btrfs_find_space_for_alloc(cache, 0, SZ_1M, 0, in test_steal_space_from_bitmap_to_extent()
808 offset = btrfs_find_space_for_alloc(cache, in test_steal_space_from_bitmap_to_extent()
947 offset = btrfs_find_space_for_alloc(cache, cache->start, sectorsize * 3, in test_bytes_index()
991 offset = btrfs_find_space_for_alloc(cache, cache->start, sectorsize * 2, in test_bytes_index()
/openbmc/linux/fs/btrfs/
H A Dfree-space-cache.h129 u64 btrfs_find_space_for_alloc(struct btrfs_block_group *block_group,
H A Dfree-space-cache.c3083 u64 btrfs_find_space_for_alloc(struct btrfs_block_group *block_group, in btrfs_find_space_for_alloc() function
H A Dextent-tree.c3643 offset = btrfs_find_space_for_alloc(bg, ffe_ctl->search_start, in find_free_extent_unclustered()