Searched refs:compress_level (Results 1 – 5 of 5) sorted by relevance
662 saved_compress_level = info->compress_level; in btrfs_parse_options()669 info->compress_level = BTRFS_ZLIB_DEFAULT_LEVEL; in btrfs_parse_options()677 info->compress_level = in btrfs_parse_options()688 info->compress_level = 0; in btrfs_parse_options()697 info->compress_level = in btrfs_parse_options()708 info->compress_level = 0; in btrfs_parse_options()734 (info->compress_level != saved_compress_level)) { in btrfs_parse_options()737 compress_type, info->compress_level); in btrfs_parse_options()1461 if (info->compress_level) in btrfs_show_options()1462 seq_printf(seq, ":%d", info->compress_level); in btrfs_show_options()
690 unsigned int compress_level; member
709 compress_type | (fs_info->compress_level << 4), in compress_file_range()
548 F2FS_OPTION(sbi).compress_level = 0; in f2fs_set_lz4hc_level()567 F2FS_OPTION(sbi).compress_level = level; in f2fs_set_lz4hc_level()583 F2FS_OPTION(sbi).compress_level = 0; in f2fs_set_zstd_level()601 F2FS_OPTION(sbi).compress_level = level; in f2fs_set_zstd_level()1042 F2FS_OPTION(sbi).compress_level = 0; in parse_options()1074 F2FS_OPTION(sbi).compress_level = 0; in parse_options()1802 if (F2FS_OPTION(sbi).compress_level) in f2fs_show_compress_options()1803 seq_printf(seq, ":%d", F2FS_OPTION(sbi).compress_level); in f2fs_show_compress_options()
159 unsigned char compress_level; /* compress level */ member4167 F2FS_OPTION(sbi).compress_level) in set_compress_context()4169 F2FS_OPTION(sbi).compress_level << in set_compress_context()
Completed in 53 milliseconds