Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dsegment.h211 #define DUMMY_WRITTEN_PAGE ((unsigned long)-2) macro
216 (page_private(page) == (unsigned long)DUMMY_WRITTEN_PAGE)
Ddata.c290 set_page_private(page, (unsigned long)DUMMY_WRITTEN_PAGE); in __submit_bio()