Lines Matching defs:force
1221 * If @force is not set, this function will only mark the block group readonly
1223 * If @force is not set, this function will mark the block group readonly
1230 static int inc_block_group_ro(struct btrfs_block_group *cache, int force)
1257 if (force) {
1412 /* We don't want to force the issue, only flip if it's ok. */
3065 struct btrfs_space_info *sinfo, int force)
3070 if (force == CHUNK_ALLOC_FORCE)
3077 if (force == CHUNK_ALLOC_LIMITED) {
3098 * If force is CHUNK_ALLOC_FORCE:
3101 * If force is NOT CHUNK_ALLOC_FORCE:
3107 enum btrfs_chunk_alloc_enum force)
3124 if (force < space_info->force_alloc)
3125 force = space_info->force_alloc;
3126 should_alloc = should_alloc_chunk(fs_info, space_info, force);
3146 force = CHUNK_ALLOC_NO_FORCE;