Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A 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()
H A Dfs.h431 unsigned int compress_level; member
H A Dinode.c940 ret = btrfs_compress_pages(compress_type | (fs_info->compress_level << 4), in compress_file_range()
/openbmc/linux/fs/f2fs/
H A Dsuper.c590 F2FS_OPTION(sbi).compress_level = 0; in f2fs_set_lz4hc_level()
608 F2FS_OPTION(sbi).compress_level = level; in f2fs_set_lz4hc_level()
612 F2FS_OPTION(sbi).compress_level = 0; in f2fs_set_lz4hc_level()
628 F2FS_OPTION(sbi).compress_level = F2FS_ZSTD_DEFAULT_CLEVEL; in f2fs_set_zstd_level()
652 F2FS_OPTION(sbi).compress_level = level; in f2fs_set_zstd_level()
1066 F2FS_OPTION(sbi).compress_level = 0; in parse_options()
1098 F2FS_OPTION(sbi).compress_level = 0; in parse_options()
1920 if (F2FS_OPTION(sbi).compress_level) in f2fs_show_compress_options()
1921 seq_printf(seq, ":%d", F2FS_OPTION(sbi).compress_level); in f2fs_show_compress_options()
H A Df2fs.h184 unsigned char compress_level; /* compress level */ member
4412 F2FS_OPTION(sbi).compress_level) in set_compress_context()
4414 F2FS_OPTION(sbi).compress_level; in set_compress_context()
H A Dfile.c4169 F2FS_OPTION(sbi).compress_level) in f2fs_ioc_set_compress_option()
4170 F2FS_I(inode)->i_compress_level = F2FS_OPTION(sbi).compress_level; in f2fs_ioc_set_compress_option()