Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dvolumes.c5368 u64 alloc_profile; in init_first_rw_device() local
5371 alloc_profile = btrfs_metadata_alloc_profile(fs_info); in init_first_rw_device()
5372 ret = btrfs_alloc_chunk(trans, alloc_profile); in init_first_rw_device()
5376 alloc_profile = btrfs_system_alloc_profile(fs_info); in init_first_rw_device()
5377 ret = btrfs_alloc_chunk(trans, alloc_profile); in init_first_rw_device()