Searched refs:compress_level (Results 1 – 6 of 6) sorted by relevance
89 int compress_level; member289 ctx->compress_level = BTRFS_ZLIB_DEFAULT_LEVEL; in btrfs_parse_compress()296 &ctx->compress_level); in btrfs_parse_compress()305 &ctx->compress_level); in btrfs_parse_compress()316 &ctx->compress_level); in btrfs_parse_compress()324 ctx->compress_level = 0; in btrfs_parse_compress()1079 if (info->compress_level && info->compress_type != BTRFS_COMPRESS_LZO) in btrfs_show_options()1080 seq_printf(seq, ":%d", info->compress_level); in btrfs_show_options()1408 fs_info->compress_level = ctx->compress_level; in btrfs_ctx_to_info()1419 ctx->compress_level = fs_info->compress_level; in btrfs_info_to_ctx()[all …]
1357 int compress_level = 0; in btrfs_defrag_file() local1376 compress_level = range->compress.level; in btrfs_defrag_file()1377 if (!btrfs_compress_level_valid(compress_type, compress_level)) in btrfs_defrag_file()1388 compress_level = 1; in btrfs_defrag_file()1441 inode->defrag_compress_level = compress_level; in btrfs_defrag_file()
591 int compress_level; member
882 int compress_level = fs_info->compress_level; in compress_file_range() local942 compress_level = inode->defrag_compress_level; in compress_file_range()949 compress_level, async_chunk->write_flags); in compress_file_range()2320 int compress_level = fs_info->compress_level; in run_delalloc_inline() local2338 compress_level = inode->defrag_compress_level; in run_delalloc_inline()2342 cb = btrfs_compress_bio(inode, 0, blocksize, compress_type, compress_level, 0); in run_delalloc_inline()
717 F2FS_CTX_INFO(ctx).compress_level = 0; in f2fs_set_lz4hc_level()736 F2FS_CTX_INFO(ctx).compress_level = level; in f2fs_set_lz4hc_level()741 F2FS_CTX_INFO(ctx).compress_level = 0; in f2fs_set_lz4hc_level()758 F2FS_CTX_INFO(ctx).compress_level = F2FS_ZSTD_DEFAULT_CLEVEL; in f2fs_set_zstd_level()783 F2FS_CTX_INFO(ctx).compress_level = level; in f2fs_set_zstd_level()1096 F2FS_CTX_INFO(ctx).compress_level = 0; in f2fs_parse_param()1125 F2FS_CTX_INFO(ctx).compress_level = 0; in f2fs_parse_param()1671 F2FS_OPTION(sbi).compress_level = in f2fs_apply_compression()1672 F2FS_CTX_INFO(ctx).compress_level; in f2fs_apply_compression()2346 if (F2FS_OPTION(sbi).compress_level) in f2fs_show_compress_options()[all …]
600 uint8_t compress_level; member