Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dcompress.h33 #define Z_EROFS_PREALLOCATED_PAGE (-2UL << 2) macro
H A Dzdata.c602 set_page_private(newpage, Z_EROFS_PREALLOCATED_PAGE); in z_erofs_bind_cache()
1465 if (page->private == Z_EROFS_PREALLOCATED_PAGE) { in pickup_page_for_submission()