Home
last modified time | relevance | path

Searched refs:PG_private_2 (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/ !
Dpage-flags.h84 PG_private_2, /* If pagecache, has fs aux data */ enumerator
116 PG_fscache = PG_private_2, /* page backed by cache */
130 PG_double_map = PG_private_2,
767 1UL << PG_private | 1UL << PG_private_2 | \
784 (1UL << PG_private | 1UL << PG_private_2)
/linux-4.19.296/include/trace/events/ !
Dmmflags.h96 {1UL << PG_private_2, "private_2" }, \
/linux-4.19.296/fs/proc/ !
Dpage.c199 u |= kpf_copy_bit(k, KPF_PRIVATE_2, PG_private_2); in stable_page_flags()