Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpage-flags.h79 PG_dirty, enumerator
127 PG_savepinned = PG_dirty,
/linux-4.1.27/mm/
Ddebug.c18 {1UL << PG_dirty, "dirty" },
Dmemory-failure.c810 #define dirty (1UL << PG_dirty)
1309 page_flags |= (p->flags & (1UL << PG_dirty)); in memory_failure()
Dhuge_memory.c1687 page_tail->flags |= (1L << PG_dirty); in __split_huge_page_refcount()
Dhugetlb.c905 1 << PG_referenced | 1 << PG_dirty | in update_and_free_page()
/linux-4.1.27/fs/proc/
Dpage.c154 u |= kpf_copy_bit(k, KPF_DIRTY, PG_dirty); in stable_page_flags()
/linux-4.1.27/fs/nilfs2/
Dpage.c486 if (test_bit(PG_dirty, &page->flags)) { in __nilfs_clear_page_dirty()