Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpage-flags.h87 PG_private_2, /* If pagecache, has fs aux data */ enumerator
121 PG_fscache = PG_private_2, /* page backed by cache */
631 1 << PG_private | 1 << PG_private_2 | \
649 (1 << PG_private | 1 << PG_private_2)
/linux-4.1.27/mm/
Ddebug.c26 {1UL << PG_private_2, "private_2" },
Dzsmalloc.c879 clear_bit(PG_private_2, &page->flags); in reset_page()
/linux-4.1.27/fs/proc/
Dpage.c180 u |= kpf_copy_bit(k, KPF_PRIVATE_2, PG_private_2); in stable_page_flags()
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt885 FS-Cache makes use of a page flag, PG_private_2, for its own purpose. This is