Home
last modified time | relevance | path

Searched refs:page_private (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_bitmap.c205 return page_private(page) & BM_PAGE_IDX_MASK; in bm_page_to_idx()
214 void *addr = &page_private(b->bm_pages[page_nr]); in bm_page_lock_io()
221 void *addr = &page_private(b->bm_pages[page_nr]); in bm_page_unlock_io()
231 clear_bit(BM_PAGE_NEED_WRITEOUT, &page_private(page)); in bm_set_page_unchanged()
232 clear_bit(BM_PAGE_LAZY_WRITEOUT, &page_private(page)); in bm_set_page_unchanged()
237 set_bit(BM_PAGE_NEED_WRITEOUT, &page_private(page)); in bm_set_page_need_writeout()
265 if (!test_and_set_bit(BM_PAGE_HINT_WRITEOUT, &page_private(page))) in drbd_bm_mark_for_writeout()
271 volatile const unsigned long *addr = &page_private(page); in bm_test_page_unchanged()
277 set_bit(BM_PAGE_IO_ERROR, &page_private(page)); in bm_set_page_io_err()
282 clear_bit(BM_PAGE_IO_ERROR, &page_private(page)); in bm_clear_page_io_err()
[all …]
H A Ddrbd_int.h1587 return (struct page *)page_private(page); in page_chain_next()
/linux/fs/erofs/
H A Dzutil.c181 *pagepool = (struct page *)page_private(page); in __erofs_allocpage()
199 *pagepool = (struct page *)page_private(page); in erofs_release_pages()
/linux/drivers/android/
H A Dbinder_alloc.h76 mdata = (struct binder_shrinker_mdata *)page_private(p); in page_to_lru()
H A Dbinder_alloc.c308 kfree((struct binder_shrinker_mdata *)page_private(page)); in binder_free_page()
/linux/kernel/events/
H A Dring_buffer.c746 for (last = rb->aux_nr_pages + (1 << page_private(page)); in rb_alloc_aux()
761 if (page_private(page) != max_order) in rb_alloc_aux()
/linux/kernel/liveupdate/
H A Dkexec_handover.c44 unsigned long page_private; member
250 info.page_private = page->private; in kho_restore_page()
477 page->private = info.page_private; in deserialize_bitmap()
/linux/arch/x86/kvm/mmu/
H A Dspte.h263 return (struct kvm_mmu_page *)page_private(page); in to_shadow_page()
/linux/include/linux/
H A Dbuffer_head.h184 ((struct buffer_head *)page_private(page)); \
H A Dfscrypt.h366 return (struct page *)page_private(bounce_page); in fscrypt_pagecache_page()
H A Dmm_types.h679 #define page_private(page) ((page)->private) macro
/linux/mm/
H A Dinternal.h688 return page_private(page); in buddy_order()
702 #define buddy_order_unsafe(page) READ_ONCE(page_private(page))
H A Dswapfile.c1777 VM_BUG_ON(page_private(page) != SWP_CONTINUED); in swp_swapcount()
3755 if (!page_private(head)) { in add_swap_count_continuation()
3815 if (page_private(head) != SWP_CONTINUED) { in swap_count_continued()
3897 if (page_private(head)) { in free_swap_count_continuations()
H A Dmemory-failure.c1322 return PageHWPoison(page) && page_private(page) == MAGIC_HWPOISON; in PageHWPoisonTakenOff()
/linux/arch/x86/events/intel/
H A Dbts.c72 return 1 << page_private(page); in buf_nr_pages()
/linux/kernel/
H A Dkexec_core.c310 order = page_private(page); in kimage_free_pages()
/linux/drivers/xen/
H A Dgrant-table.c1035 kfree((void *)page_private(pages[i])); in gnttab_pages_clear_private()
/linux/arch/arm64/kvm/
H A Dmmu.c235 s8 level = page_private(page); in stage2_free_unlinked_table_rcu_cb()
/linux/net/core/
H A Dskbuff.c2030 struct page *next = (struct page *)page_private(head); in skb_copy_ubufs()
2056 page = (struct page *)page_private(page); in skb_copy_ubufs()
2075 head = (struct page *)page_private(head); in skb_copy_ubufs()