Lines Matching defs:force
1338 * If @force is not set, this function will only mark the block group readonly
1340 * If @force is not set, this function will mark the block group readonly
1347 static int inc_block_group_ro(struct btrfs_block_group *cache, int force)
1374 if (force) {
1584 /* We don't want to force the issue, only flip if it's ok. */
3801 struct btrfs_space_info *sinfo, int force)
3806 if (force == CHUNK_ALLOC_FORCE)
3813 if (force == CHUNK_ALLOC_LIMITED) {
4026 * If @force is CHUNK_ALLOC_FORCE:
4029 * If @force is NOT CHUNK_ALLOC_FORCE:
4035 enum btrfs_chunk_alloc_enum force)
4045 if (force == CHUNK_ALLOC_FORCE_FOR_EXTENT) {
4047 force = CHUNK_ALLOC_FORCE;
4082 if (force < space_info->force_alloc)
4083 force = space_info->force_alloc;
4084 should_alloc = should_alloc_chunk(fs_info, space_info, force);
4104 force = CHUNK_ALLOC_NO_FORCE;