Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.c5818 u64 alloc_profile; in init_first_rw_device() local
5843 alloc_profile = btrfs_metadata_alloc_profile(fs_info); in init_first_rw_device()
5844 meta_bg = btrfs_create_chunk(trans, alloc_profile); in init_first_rw_device()
5848 alloc_profile = btrfs_system_alloc_profile(fs_info); in init_first_rw_device()
5849 sys_bg = btrfs_create_chunk(trans, alloc_profile); in init_first_rw_device()