Home
last modified time | relevance | path

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

/Linux-v4.19/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,
751 1UL << PG_private | 1UL << PG_private_2 | \
768 (1UL << PG_private | 1UL << PG_private_2)
/Linux-v4.19/include/trace/events/
Dmmflags.h96 {1UL << PG_private_2, "private_2" }, \
/Linux-v4.19/fs/proc/
Dpage.c197 u |= kpf_copy_bit(k, KPF_PRIVATE_2, PG_private_2); in stable_page_flags()
/Linux-v4.19/Documentation/filesystems/caching/
Dnetfs-api.txt880 FS-Cache makes use of a page flag, PG_private_2, for its own purpose. This is