Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent-tree.c3725 found->force_alloc = CHUNK_ALLOC_NO_FORCE; in update_space_info()
3925 data_sinfo->force_alloc = CHUNK_ALLOC_FORCE; in btrfs_check_data_free_space()
4050 found->force_alloc = CHUNK_ALLOC_FORCE; in force_metadata_allocation()
4165 if (force < space_info->force_alloc) in do_chunk_alloc()
4166 force = space_info->force_alloc; in do_chunk_alloc()
4239 space_info->force_alloc = CHUNK_ALLOC_NO_FORCE; in do_chunk_alloc()
Dctree.h1163 unsigned int force_alloc; /* set if we need to force a chunk member