Searched refs:PG_private (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dvmcore_info.c198 VMCOREINFO_NUMBER(PG_private);
/linux-master/fs/proc/
H A Dpage.c214 u |= kpf_copy_bit(k, KPF_PRIVATE, PG_private);
/linux-master/include/linux/
H A Dpage-flags.h52 * The PG_private bitflag is set on pagecache pages if they contain filesystem
116 PG_private, /* If pagecache, has fs-private data */ enumerator in enum:pageflags
548 * - PG_private and PG_private_2 cause release_folio() and co to be invoked
1119 1UL << PG_private | 1UL << PG_private_2 | \
1144 (1UL << PG_private | 1UL << PG_private_2)

Completed in 99 milliseconds