Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dsuper.c408 saved_compress_level = info->compress_level; in btrfs_parse_options()
415 info->compress_level = BTRFS_ZLIB_DEFAULT_LEVEL; in btrfs_parse_options()
423 info->compress_level = in btrfs_parse_options()
434 info->compress_level = 0; in btrfs_parse_options()
443 info->compress_level = in btrfs_parse_options()
454 info->compress_level = 0; in btrfs_parse_options()
482 (info->compress_level != saved_compress_level)) { in btrfs_parse_options()
485 compress_type, info->compress_level); in btrfs_parse_options()
1266 if (info->compress_level) in btrfs_show_options()
1267 seq_printf(seq, ":%d", info->compress_level); in btrfs_show_options()
Dfs.h429 unsigned int compress_level; member
Dinode.c939 ret = btrfs_compress_pages(compress_type | (fs_info->compress_level << 4), in compress_file_range()
/linux-6.6.21/fs/f2fs/
Dsuper.c617 F2FS_OPTION(sbi).compress_level = 0; in f2fs_set_lz4hc_level()
635 F2FS_OPTION(sbi).compress_level = level; in f2fs_set_lz4hc_level()
639 F2FS_OPTION(sbi).compress_level = 0; in f2fs_set_lz4hc_level()
655 F2FS_OPTION(sbi).compress_level = F2FS_ZSTD_DEFAULT_CLEVEL; in f2fs_set_zstd_level()
673 F2FS_OPTION(sbi).compress_level = level; in f2fs_set_zstd_level()
1096 F2FS_OPTION(sbi).compress_level = 0; in parse_options()
1128 F2FS_OPTION(sbi).compress_level = 0; in parse_options()
1945 if (F2FS_OPTION(sbi).compress_level) in f2fs_show_compress_options()
1946 seq_printf(seq, ":%d", F2FS_OPTION(sbi).compress_level); in f2fs_show_compress_options()
Df2fs.h180 unsigned char compress_level; /* compress level */ member
4376 F2FS_OPTION(sbi).compress_level) in set_compress_context()
4378 F2FS_OPTION(sbi).compress_level; in set_compress_context()
Dfile.c4022 F2FS_OPTION(sbi).compress_level) in f2fs_ioc_set_compress_option()
4023 F2FS_I(inode)->i_compress_level = F2FS_OPTION(sbi).compress_level; in f2fs_ioc_set_compress_option()