Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dvolumes.c4987 u64 alloc_profile; in init_first_rw_device() local
4991 alloc_profile = btrfs_metadata_alloc_profile(fs_info); in init_first_rw_device()
4992 ret = __btrfs_alloc_chunk(trans, chunk_offset, alloc_profile); in init_first_rw_device()
4997 alloc_profile = btrfs_system_alloc_profile(fs_info); in init_first_rw_device()
4998 ret = __btrfs_alloc_chunk(trans, sys_chunk_offset, alloc_profile); in init_first_rw_device()