Searched refs:PG_private_2 (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ ! |
| H A D | page-flags.h | 109 PG_private_2, /* If pagecache, has fs aux data */ enumerator 158 PG_fscache = PG_private_2, /* page backed by cache */ 1198 1UL << PG_private | 1UL << PG_private_2 | \ 1223 (1UL << PG_private | 1UL << PG_private_2)
|
| /linux/fs/proc/ ! |
| H A D | page.c | 246 u |= kpf_copy_bit(k, KPF_PRIVATE_2, PG_private_2); in stable_page_flags()
|
| /linux/Documentation/filesystems/ ! |
| H A D | netfs_library.rst | 158 Note that local caching used to use the PG_private_2 (aliased as PG_fscache) to 160 deprecated as PG_private_2 will be removed. 473 Deprecated PG_private_2 API 483 It uses the deprecated PG_private_2 flag and so should not be used. 582 The filesystem can set this if it wants to use PG_private_2 to track 584 PG_private_2 is going to go away.
|
| /linux/mm/ ! |
| H A D | filemap.c | 1559 clear_bit_unlock(PG_private_2, folio_flags(folio, 0)); in folio_end_private_2() 1560 folio_wake_bit(folio, PG_private_2); in folio_end_private_2() 1574 folio_wait_bit(folio, PG_private_2); in folio_wait_private_2() 1594 ret = folio_wait_bit_killable(folio, PG_private_2); in folio_wait_private_2_killable()
|