Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dblock-group.c4129 struct btrfs_space_info *sys_space_info; in do_chunk_alloc() local
4131 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()
H A Dvolumes.c6039 struct btrfs_space_info *sys_space_info; in init_first_rw_device() local
6073 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()