Home
last modified time | relevance | path

Searched refs:COMPRESS_LEVEL_OFFSET (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dinode.c226 COMPRESS_LEVEL_OFFSET; in sanity_check_compress_inode()
509 COMPRESS_LEVEL_OFFSET; in do_read_inode()
511 GENMASK(COMPRESS_LEVEL_OFFSET - 1, 0); in do_read_inode()
734 COMPRESS_LEVEL_OFFSET; in f2fs_update_inode()
H A Df2fs.h1462 #define COMPRESS_LEVEL_OFFSET 8 macro