Home
last modified time | relevance | path

Searched refs:PG_private (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpage-flags.h108 PG_private, /* If pagecache, has fs-private data */ enumerator
1187 1UL << PG_private | 1UL << PG_private_2 | \
1212 (1UL << PG_private | 1UL << PG_private_2)
/linux/fs/proc/
H A Dpage.c245 u |= kpf_copy_bit(k, KPF_PRIVATE, PG_private); in stable_page_flags()