Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dextent-tree.c3904 space_info->force_alloc = CHUNK_ALLOC_NO_FORCE; in create_space_info()
4141 data_sinfo->force_alloc = CHUNK_ALLOC_FORCE; in btrfs_alloc_data_chunk_ondemand()
4315 found->force_alloc = CHUNK_ALLOC_FORCE; in force_metadata_allocation()
4462 if (force < space_info->force_alloc) in do_chunk_alloc()
4463 force = space_info->force_alloc; in do_chunk_alloc()
4538 space_info->force_alloc = CHUNK_ALLOC_NO_FORCE; in do_chunk_alloc()
Dctree.h409 unsigned int force_alloc; /* set if we need to force a chunk member