Searched refs:PG_private_2 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | page-flags.h | 87 PG_private_2, /* If pagecache, has fs aux data */ enumerator 120 PG_fscache = PG_private_2, /* page backed by cache */ 598 1 << PG_private | 1 << PG_private_2 | \ 616 (1 << PG_private | 1 << PG_private_2)
|
/linux-4.4.14/mm/ |
D | debug.c | 26 {1UL << PG_private_2, "private_2" },
|
D | zsmalloc.c | 879 clear_bit(PG_private_2, &page->flags); in reset_page()
|
/linux-4.4.14/fs/proc/ |
D | page.c | 189 u |= kpf_copy_bit(k, KPF_PRIVATE_2, PG_private_2); in stable_page_flags()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 885 FS-Cache makes use of a page flag, PG_private_2, for its own purpose. This is
|