Home
last modified time | relevance | path

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

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