Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpage-flags.h119 PG_private_2, /* If pagecache, has fs aux data */ enumerator
165 PG_fscache = PG_private_2, /* page backed by cache */
866 1UL << PG_private | 1UL << PG_private_2 | \
884 (1UL << PG_private | 1UL << PG_private_2)
/kernel/linux/linux-5.10/include/trace/events/
Dmmflags.h115 {1UL << PG_private_2, "private_2" }, \
/kernel/linux/linux-5.10/fs/proc/
Dpage.c217 u |= kpf_copy_bit(k, KPF_PRIVATE_2, PG_private_2); in stable_page_flags()
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dnetfs-api.rst866 FS-Cache makes use of a page flag, PG_private_2, for its own purpose. This is