Searched refs:PG_private_2 (Results 1 – 4 of 4) sorted by relevance
119 PG_private_2, /* If pagecache, has fs aux data */ enumerator165 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)
115 {1UL << PG_private_2, "private_2" }, \
217 u |= kpf_copy_bit(k, KPF_PRIVATE_2, PG_private_2); in stable_page_flags()
866 FS-Cache makes use of a page flag, PG_private_2, for its own purpose. This is