Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpage-flags.h118 PG_private_2, /* If pagecache, has fs aux data */ enumerator
156 PG_fscache = PG_private_2, /* page backed by cache */
845 1UL << PG_private | 1UL << PG_private_2 | \
862 (1UL << PG_private | 1UL << PG_private_2)
/Linux-v5.15/include/trace/events/
Dmmflags.h111 {1UL << PG_private_2, "private_2" }, \
/Linux-v5.15/fs/proc/
Dpage.c217 u |= kpf_copy_bit(k, KPF_PRIVATE_2, PG_private_2); in stable_page_flags()
/Linux-v5.15/mm/
Dfilemap.c1532 clear_bit_unlock(PG_private_2, &page->flags); in end_page_private_2()
1533 wake_up_page_bit(page, PG_private_2); in end_page_private_2()
1548 wait_on_page_bit(page, PG_private_2); in wait_on_page_private_2()
1569 ret = wait_on_page_bit_killable(page, PG_private_2); in wait_on_page_private_2_killable()
/Linux-v5.15/Documentation/filesystems/caching/
Dnetfs-api.rst866 FS-Cache makes use of a page flag, PG_private_2, for its own purpose. This is