Searched refs:PG_private (Results 1 – 6 of 6) sorted by relevance
83 PG_private, /* If pagecache, has fs-private data */ enumerator127 PG_slob_free = PG_private,751 1UL << PG_private | 1UL << PG_private_2 | \768 (1UL << PG_private | 1UL << PG_private_2)
95 {1UL << PG_private, "private" }, \
196 u |= kpf_copy_bit(k, KPF_PRIVATE, PG_private); in stable_page_flags()
455 VMCOREINFO_NUMBER(PG_private); in crash_save_vmcoreinfo_init()
893 will be called on a page to get rid of it, even if PG_private is not set. This898 This bit does not overlap with such as PG_private. This means that FS-Cache
1167 1 << PG_active | 1 << PG_private | in update_and_free_page()