Home
last modified time | relevance | path

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

/fs/btrfs/
Dextent-tree.c3703 struct btrfs_block_group **bg_ret) in do_allocation_clustered() argument
3709 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() argument
3911 struct btrfs_block_group **bg_ret) in do_allocation() argument
3915 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() local
4453 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 …]