Home
last modified time | relevance | path

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

/linux-5.19.10/fs/btrfs/
Dblock-group.c3698 struct btrfs_block_group *ret_bg; in btrfs_chunk_alloc() local
3799 ret_bg = do_chunk_alloc(trans, flags); in btrfs_chunk_alloc()
3802 if (IS_ERR(ret_bg)) { in btrfs_chunk_alloc()
3803 ret = PTR_ERR(ret_bg); in btrfs_chunk_alloc()
3809 btrfs_zone_activate(ret_bg); in btrfs_chunk_alloc()
3813 btrfs_put_block_group(ret_bg); in btrfs_chunk_alloc()