COMPRESS_LZ4
if ((fi->i_compress_algorithm == COMPRESS_LZ4 ||
case COMPRESS_LZ4:
F2FS_CTX_INFO(ctx).compress_algorithm = COMPRESS_LZ4;
case COMPRESS_LZ4:
F2FS_OPTION(sbi).compress_algorithm = COMPRESS_LZ4;
if (!f2fs_is_compress_level_valid(COMPRESS_LZ4, level)) {
{ COMPRESS_LZ4, "LZ4" }, \