Searched refs:PG_private (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ |
D | page-flags.h | 86 PG_private, /* If pagecache, has fs-private data */ enumerator 132 PG_slob_free = PG_private, 631 1 << PG_private | 1 << PG_private_2 | \ 649 (1 << PG_private | 1 << PG_private_2)
|
/linux-4.1.27/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 | 906 1 << PG_active | 1 << PG_private | in update_and_free_page()
|
/linux-4.1.27/fs/proc/ |
D | page.c | 179 u |= kpf_copy_bit(k, KPF_PRIVATE, PG_private); in stable_page_flags()
|
/linux-4.1.27/fs/nfs/ |
D | file.c | 496 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.1.27/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
|
/linux-4.1.27/kernel/ |
D | kexec.c | 1996 VMCOREINFO_NUMBER(PG_private); in crash_save_vmcoreinfo_init()
|