Home
last modified time | relevance | path

Searched refs:COMPRESS_PAGE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/f2fs/
H A Dnode.h149 COMPRESS_PAGE, /* indicates memory of cached compressed pages */ enumerator
H A Dcompress.c1902 if (!f2fs_available_free_memory(sbi, COMPRESS_PAGE)) in f2fs_cache_compressed_page()
H A Dnode.c102 } else if (type == COMPRESS_PAGE) { in f2fs_available_free_memory()