Searched refs:PG_private (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/include/linux/ |
| D | page-flags.h | 86 PG_private, /* If pagecache, has fs-private data */ enumerator 131 PG_slob_free = PG_private, 598 1 << PG_private | 1 << PG_private_2 | \ 616 (1 << PG_private | 1 << PG_private_2)
|
| /linux-4.4.14/mm/ |
| D | debug.c | 25 {1UL << PG_private, "private" },
|
| D | zsmalloc.c | 878 clear_bit(PG_private, &page->flags); in reset_page()
|
| D | hugetlb.c | 1154 1 << PG_active | 1 << PG_private | in update_and_free_page()
|
| /linux-4.4.14/fs/proc/ |
| D | page.c | 188 u |= kpf_copy_bit(k, KPF_PRIVATE, PG_private); in stable_page_flags()
|
| /linux-4.4.14/fs/nfs/ |
| D | file.c | 489 wait_on_page_bit_killable_timeout(page, PG_private, in nfs_release_page()
|
| D | write.c | 717 wake_up_page(head->wb_page, PG_private); in nfs_inode_remove_request()
|
| /linux-4.4.14/kernel/ |
| D | kexec_core.c | 1412 VMCOREINFO_NUMBER(PG_private); in crash_save_vmcoreinfo_init()
|
| /linux-4.4.14/Documentation/filesystems/caching/ |
| D | netfs-api.txt | 898 will be called on a page to get rid of it, even if PG_private is not set. This 903 This bit does not overlap with such as PG_private. This means that FS-Cache
|