Searched refs:sys_space_info (Results 1 – 2 of 2) sorted by relevance
4196 struct btrfs_space_info *sys_space_info; in do_chunk_alloc() local4198 sys_space_info = btrfs_find_space_info(trans->fs_info, sys_flags); in do_chunk_alloc()4199 if (unlikely(!sys_space_info)) { in do_chunk_alloc()4205 sys_bg = btrfs_create_chunk(trans, sys_space_info, sys_flags); in do_chunk_alloc()
6348 struct btrfs_space_info *sys_space_info; in init_first_rw_device() local6382 sys_space_info = btrfs_find_space_info(fs_info, alloc_profile); in init_first_rw_device()6383 if (unlikely(!sys_space_info)) { in init_first_rw_device()6387 sys_bg = btrfs_create_chunk(trans, sys_space_info, alloc_profile); in init_first_rw_device()