Searched refs:sys_space_info (Results 1 – 2 of 2) sorted by relevance
4129 struct btrfs_space_info *sys_space_info; in do_chunk_alloc() local4131 sys_space_info = btrfs_find_space_info(trans->fs_info, sys_flags); in do_chunk_alloc()4132 if (unlikely(!sys_space_info)) { in do_chunk_alloc()4138 sys_bg = btrfs_create_chunk(trans, sys_space_info, sys_flags); in do_chunk_alloc()
6039 struct btrfs_space_info *sys_space_info; in init_first_rw_device() local6073 sys_space_info = btrfs_find_space_info(fs_info, alloc_profile); in init_first_rw_device()6074 if (!sys_space_info) { in init_first_rw_device()6078 sys_bg = btrfs_create_chunk(trans, sys_space_info, alloc_profile); in init_first_rw_device()