Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dblock-group.c4128 struct btrfs_block_group *sys_bg; in do_chunk_alloc() local
4138 sys_bg = btrfs_create_chunk(trans, sys_space_info, sys_flags); in do_chunk_alloc()
4139 if (IS_ERR(sys_bg)) { in do_chunk_alloc()
4140 ret = PTR_ERR(sys_bg); in do_chunk_alloc()
4145 ret = btrfs_chunk_alloc_add_chunk_item(trans, sys_bg); in do_chunk_alloc()