Home
last modified time | relevance | path

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

/Linux-v6.1/fs/erofs/
Dcompress.h30 #define Z_EROFS_SHORTLIVED_PAGE (-1UL << 2) macro
60 if (page->private != Z_EROFS_SHORTLIVED_PAGE) in z_erofs_is_shortlived_page()
Ddecompressor_lzma.c263 set_page_private(tmppage, Z_EROFS_SHORTLIVED_PAGE); in z_erofs_lzma_decompress()
Ddecompressor.c117 set_page_private(victim, Z_EROFS_SHORTLIVED_PAGE); in z_erofs_lz4_prepare_dstpages()
Dzdata.c805 Z_EROFS_SHORTLIVED_PAGE); in z_erofs_do_read_page()
1300 set_page_private(page, Z_EROFS_SHORTLIVED_PAGE); in pickup_page_for_submission()