Home
last modified time | relevance | path

Searched refs:compress_level (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/btrfs/
Dsuper.c88 unsigned int compress_level; member
354 ctx->compress_level = BTRFS_ZLIB_DEFAULT_LEVEL; in btrfs_parse_param()
360 ctx->compress_level = in btrfs_parse_param()
368 ctx->compress_level = 0; in btrfs_parse_param()
374 ctx->compress_level = in btrfs_parse_param()
381 ctx->compress_level = 0; in btrfs_parse_param()
1077 if (info->compress_level) in btrfs_show_options()
1078 seq_printf(seq, ":%d", info->compress_level); in btrfs_show_options()
1405 fs_info->compress_level = ctx->compress_level; in btrfs_ctx_to_info()
1416 ctx->compress_level = fs_info->compress_level; in btrfs_info_to_ctx()
[all …]
Dfs.h487 unsigned int compress_level; member
Dinode.c1043 ret = btrfs_compress_folios(compress_type | (fs_info->compress_level << 4), in compress_file_range()
/linux-6.12.1/fs/f2fs/
Dsuper.c602 F2FS_OPTION(sbi).compress_level = 0; in f2fs_set_lz4hc_level()
620 F2FS_OPTION(sbi).compress_level = level; in f2fs_set_lz4hc_level()
624 F2FS_OPTION(sbi).compress_level = 0; in f2fs_set_lz4hc_level()
640 F2FS_OPTION(sbi).compress_level = F2FS_ZSTD_DEFAULT_CLEVEL; in f2fs_set_zstd_level()
664 F2FS_OPTION(sbi).compress_level = level; in f2fs_set_zstd_level()
1077 F2FS_OPTION(sbi).compress_level = 0; in parse_options()
1109 F2FS_OPTION(sbi).compress_level = 0; in parse_options()
1911 if (F2FS_OPTION(sbi).compress_level) in f2fs_show_compress_options()
1912 seq_printf(seq, ":%d", F2FS_OPTION(sbi).compress_level); in f2fs_show_compress_options()
Df2fs.h192 unsigned char compress_level; /* compress level */ member
4455 F2FS_OPTION(sbi).compress_level) in set_compress_context()
4456 fi->i_compress_level = F2FS_OPTION(sbi).compress_level; in set_compress_context()
Dfile.c4193 F2FS_OPTION(sbi).compress_level) in f2fs_ioc_set_compress_option()
4194 fi->i_compress_level = F2FS_OPTION(sbi).compress_level; in f2fs_ioc_set_compress_option()