Home
last modified time | relevance | path

Searched refs:COMPRESS_LZ4 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dsuper.c603 if (!f2fs_is_compress_level_valid(COMPRESS_LZ4, level)) { in f2fs_set_lz4hc_level()
1080 COMPRESS_LZ4; in parse_options()
1908 case COMPRESS_LZ4: in f2fs_show_compress_options()
2142 F2FS_OPTION(sbi).compress_algorithm = COMPRESS_LZ4; in default_options()
H A Dinode.c240 case COMPRESS_LZ4: in sanity_check_compress_inode()
H A Df2fs.h1434 COMPRESS_LZ4, enumerator
4408 if ((F2FS_I(inode)->i_compress_algorithm == COMPRESS_LZ4 || in set_compress_context()
/openbmc/linux/include/trace/events/
H A Df2fs.h156 { COMPRESS_LZ4, "LZ4" }, \