Home
last modified time | relevance | path

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

/fs/btrfs/
A Dsuper.c87 int compress_level; member
291 ctx->compress_level = BTRFS_ZLIB_DEFAULT_LEVEL; in btrfs_parse_compress()
297 ctx->compress_level = btrfs_compress_str2level(BTRFS_COMPRESS_ZLIB, in btrfs_parse_compress()
304 ctx->compress_level = 0; in btrfs_parse_compress()
317 ctx->compress_level = 0; in btrfs_parse_compress()
1082 if (info->compress_level) in btrfs_show_options()
1083 seq_printf(seq, ":%d", info->compress_level); in btrfs_show_options()
1409 fs_info->compress_level = ctx->compress_level; in btrfs_ctx_to_info()
1420 ctx->compress_level = fs_info->compress_level; in btrfs_info_to_ctx()
1479 old->compress_level != info->compress_level || in btrfs_emit_options()
[all …]
A Ddefrag.c1369 int compress_level = 0; in btrfs_defrag_file() local
1388 compress_level = range->compress.level; in btrfs_defrag_file()
1389 if (!btrfs_compress_level_valid(compress_type, compress_level)) in btrfs_defrag_file()
1400 compress_level = 1; in btrfs_defrag_file()
1453 inode->defrag_compress_level = compress_level; in btrfs_defrag_file()
A Dfs.h509 int compress_level; member
A Dinode.c867 int compress_level = fs_info->compress_level; in compress_file_range() local
952 compress_level = inode->defrag_compress_level; in compress_file_range()
958 ret = btrfs_compress_folios(compress_type, compress_level, in compress_file_range()
/fs/f2fs/
A Dsuper.c638 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()
[all …]
A Df2fs.h208 unsigned char compress_level; /* compress level */ member
4592 F2FS_OPTION(sbi).compress_level) in set_compress_context()
4593 fi->i_compress_level = F2FS_OPTION(sbi).compress_level; in set_compress_context()
A Dfile.c4390 F2FS_OPTION(sbi).compress_level) in f2fs_ioc_set_compress_option()
4391 fi->i_compress_level = F2FS_OPTION(sbi).compress_level; in f2fs_ioc_set_compress_option()

Completed in 819 milliseconds