Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.c6026 u64 alloc_profile; in init_first_rw_device() local
6053 alloc_profile = btrfs_metadata_alloc_profile(fs_info); in init_first_rw_device()
6054 meta_space_info = btrfs_find_space_info(fs_info, alloc_profile); in init_first_rw_device()
6059 meta_bg = btrfs_create_chunk(trans, meta_space_info, alloc_profile); in init_first_rw_device()
6063 alloc_profile = btrfs_system_alloc_profile(fs_info); in init_first_rw_device()
6064 sys_space_info = btrfs_find_space_info(fs_info, alloc_profile); in init_first_rw_device()
6069 sys_bg = btrfs_create_chunk(trans, sys_space_info, alloc_profile); in init_first_rw_device()