Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dvolumes.c5369 u64 alloc_profile; in init_first_rw_device() local
5372 alloc_profile = btrfs_metadata_alloc_profile(fs_info); in init_first_rw_device()
5373 ret = btrfs_alloc_chunk(trans, alloc_profile); in init_first_rw_device()
5377 alloc_profile = btrfs_system_alloc_profile(fs_info); in init_first_rw_device()
5378 ret = btrfs_alloc_chunk(trans, alloc_profile); in init_first_rw_device()