Searched refs:bg_ret (Results 1 – 1 of 1) sorted by relevance
3703 struct btrfs_block_group **bg_ret) in do_allocation_clustered() argument3709 ret = find_free_extent_clustered(block_group, ffe_ctl, bg_ret); in do_allocation_clustered()3741 struct btrfs_block_group **bg_ret) in do_allocation_zoned() argument3911 struct btrfs_block_group **bg_ret) in do_allocation() argument3915 return do_allocation_clustered(block_group, ffe_ctl, bg_ret); in do_allocation()3917 return do_allocation_zoned(block_group, ffe_ctl, bg_ret); in do_allocation()4383 struct btrfs_block_group *bg_ret; in find_free_extent() local4453 bg_ret = NULL; in find_free_extent()4454 ret = do_allocation(block_group, ffe_ctl, &bg_ret); in find_free_extent()4456 if (bg_ret && bg_ret != block_group) { in find_free_extent()[all …]