Home
last modified time | relevance | path

Searched refs:PG_dirty (Results 1 – 5 of 5) sorted by relevance

/linux/fs/proc/
H A Dpage.c220 u |= kpf_copy_bit(k, KPF_DIRTY, PG_dirty); in stable_page_flags()
/linux/include/linux/
H A Dpage-flags.h98 PG_dirty, enumerator
164 PG_savepinned = PG_dirty,
761 * lock held. For example, it is unsafe to use for PG_dirty as that
/linux/lib/tests/
H A Dprintf_kunit.c649 flags |= 1UL << PG_uptodate | 1UL << PG_dirty | 1UL << PG_lru in flags()
/linux/mm/
H A Dmemory-failure.c1259 #define dirty (1UL << PG_dirty)
1337 * setting PG_dirty outside page lock. See also comment above set_page_dirty().
1705 page_flags |= (p->flags & (1UL << PG_dirty)); in identify_page_state()
H A Dhuge_memory.c3330 (1L << PG_dirty) | in __split_folio_to_order()