Lines Matching refs:compress_level
638 F2FS_CTX_INFO(ctx).compress_level = 0; in f2fs_set_lz4hc_level()
657 F2FS_CTX_INFO(ctx).compress_level = level; in f2fs_set_lz4hc_level()
662 F2FS_CTX_INFO(ctx).compress_level = 0; in f2fs_set_lz4hc_level()
679 F2FS_CTX_INFO(ctx).compress_level = F2FS_ZSTD_DEFAULT_CLEVEL; in f2fs_set_zstd_level()
704 F2FS_CTX_INFO(ctx).compress_level = level; in f2fs_set_zstd_level()
1008 F2FS_CTX_INFO(ctx).compress_level = 0; in f2fs_parse_param()
1037 F2FS_CTX_INFO(ctx).compress_level = 0; in f2fs_parse_param()
1565 F2FS_OPTION(sbi).compress_level = in f2fs_apply_compression()
1566 F2FS_CTX_INFO(ctx).compress_level; in f2fs_apply_compression()
2228 if (F2FS_OPTION(sbi).compress_level) in f2fs_show_compress_options()
2229 seq_printf(seq, ":%d", F2FS_OPTION(sbi).compress_level); in f2fs_show_compress_options()