Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dsuper.c87 int compress_level; member
359 ctx->compress_level = in btrfs_parse_param()
367 ctx->compress_level = 0; in btrfs_parse_param()
373 ctx->compress_level = in btrfs_parse_param()
380 ctx->compress_level = 0; in btrfs_parse_param()
1079 if (info->compress_level) in btrfs_show_options()
1080 seq_printf(seq, ":%d", info->compress_level); in btrfs_show_options()
1406 fs_info->compress_level = ctx->compress_level; in btrfs_ctx_to_info()
1417 ctx->compress_level = fs_info->compress_level; in btrfs_info_to_ctx()
1475 old->compress_level != info->compress_level || in btrfs_emit_options()
[all …]
H A Ddefrag.c1366 int compress_level = 0; in btrfs_defrag_file() local
1385 compress_level = range->compress.level; in btrfs_defrag_file()
1386 if (!btrfs_compress_level_valid(compress_type, compress_level)) in btrfs_defrag_file()
1447 inode->defrag_compress_level = compress_level; in btrfs_defrag_file()
H A Dfs.h505 int compress_level; member
H A Dinode.c880 int compress_level = fs_info->compress_level; in compress_file_range() local
965 compress_level = inode->defrag_compress_level; in compress_file_range()
971 ret = btrfs_compress_folios(compress_type, compress_level, in compress_file_range()
/linux-6.15/fs/f2fs/
H A Dsuper.c608 F2FS_OPTION(sbi).compress_level = 0; in f2fs_set_lz4hc_level()
626 F2FS_OPTION(sbi).compress_level = level; in f2fs_set_lz4hc_level()
630 F2FS_OPTION(sbi).compress_level = 0; in f2fs_set_lz4hc_level()
646 F2FS_OPTION(sbi).compress_level = F2FS_ZSTD_DEFAULT_CLEVEL; in f2fs_set_zstd_level()
670 F2FS_OPTION(sbi).compress_level = level; in f2fs_set_zstd_level()
1080 F2FS_OPTION(sbi).compress_level = 0; in parse_options()
1112 F2FS_OPTION(sbi).compress_level = 0; in parse_options()
1957 if (F2FS_OPTION(sbi).compress_level) in f2fs_show_compress_options()
1958 seq_printf(seq, ":%d", F2FS_OPTION(sbi).compress_level); in f2fs_show_compress_options()
H A Df2fs.h199 unsigned char compress_level; /* compress level */ member
4564 F2FS_OPTION(sbi).compress_level) in set_compress_context()
4565 fi->i_compress_level = F2FS_OPTION(sbi).compress_level; in set_compress_context()
H A Dfile.c4327 F2FS_OPTION(sbi).compress_level) in f2fs_ioc_set_compress_option()
4328 fi->i_compress_level = F2FS_OPTION(sbi).compress_level; in f2fs_ioc_set_compress_option()