Searched refs:sys_space_info (Results 1 – 2 of 2) sorted by relevance
4170 struct btrfs_space_info *sys_space_info; in do_chunk_alloc() local4172 sys_space_info = btrfs_find_space_info(trans->fs_info, sys_flags); in do_chunk_alloc()4173 if (unlikely(!sys_space_info)) { in do_chunk_alloc()4179 sys_bg = btrfs_create_chunk(trans, sys_space_info, sys_flags); in do_chunk_alloc()
6212 struct btrfs_space_info *sys_space_info; in init_first_rw_device() local6246 sys_space_info = btrfs_find_space_info(fs_info, alloc_profile); in init_first_rw_device()6247 if (!sys_space_info) { in init_first_rw_device()6251 sys_bg = btrfs_create_chunk(trans, sys_space_info, alloc_profile); in init_first_rw_device()