Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpage-flags.h105 PG_owner_2, /* Owner use. If pagecache, fs may use */ enumerator
145 PG_anon_exclusive = PG_owner_2,
151 PG_mappedtodisk = PG_owner_2,
/linux/fs/proc/
H A Dpage.c210 u |= kpf_copy_bit(k, KPF_OWNER_2, PG_owner_2); in stable_page_flags()