/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | gem.c | 60 static void *tegra_bo_kmap(struct host1x_bo *bo, unsigned int page) in tegra_bo_kmap() 67 static void tegra_bo_kunmap(struct host1x_bo *bo, unsigned int page, in tegra_bo_kunmap() 444 struct page *page; in tegra_bo_fault() local 575 unsigned long page) in tegra_gem_prime_kmap_atomic() 581 unsigned long page, in tegra_gem_prime_kunmap_atomic() 586 static void *tegra_gem_prime_kmap(struct dma_buf *buf, unsigned long page) in tegra_gem_prime_kmap() 591 static void tegra_gem_prime_kunmap(struct dma_buf *buf, unsigned long page, in tegra_gem_prime_kunmap()
|
/linux-4.1.27/kernel/power/ |
D | snapshot.c | 123 struct page *page; in alloc_image_page() local 140 struct page *page; in free_image_page() local 889 void swsusp_set_page_free(struct page *page) in swsusp_set_page_free() 895 static int swsusp_page_is_free(struct page *page) in swsusp_page_is_free() 901 void swsusp_unset_page_free(struct page *page) in swsusp_unset_page_free() 907 static void swsusp_set_page_forbidden(struct page *page) in swsusp_set_page_forbidden() 913 int swsusp_page_is_forbidden(struct page *page) in swsusp_page_is_forbidden() 919 static void swsusp_unset_page_forbidden(struct page *page) in swsusp_unset_page_forbidden() 1083 struct page *page; in saveable_highmem_page() local 1145 struct page *page; in saveable_page() local [all …]
|
D | block_io.c | 29 struct page *page, struct bio **bio_chain) in submit() 90 struct page *page; in hib_wait_on_bio_chain() local
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | page.h | 29 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) argument 32 #define clear_user_page(addr, vaddr, page) clear_page(addr) argument 109 #define page_to_pfn(page) ((unsigned long)((page) - mem_map) + __pfn_disp) argument 119 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument
|
/linux-4.1.27/include/linux/ |
D | swapops.h | 104 static inline swp_entry_t make_migration_entry(struct page *page, int write) in make_migration_entry() 146 #define make_migration_entry(page, write) swp_entry(0, 0) argument 170 static inline swp_entry_t make_hwpoison_entry(struct page *page) in make_hwpoison_entry() 182 static inline swp_entry_t make_hwpoison_entry(struct page *page) in make_hwpoison_entry()
|
D | swap.h | 365 static inline void mem_cgroup_swapout(struct page *page, swp_entry_t entry) in mem_cgroup_swapout() 452 #define free_page_and_swap_cache(page) \ argument 502 static inline int add_to_swap(struct page *page, struct list_head *list) in add_to_swap() 507 static inline int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache() 513 static inline void __delete_from_swap_cache(struct page *page) in __delete_from_swap_cache() 517 static inline void delete_from_swap_cache(struct page *page) in delete_from_swap_cache() 521 static inline int page_swapcount(struct page *page) in page_swapcount() 526 #define reuse_swap_page(page) (page_mapcount(page) == 1) argument 528 static inline int try_to_free_swap(struct page *page) in try_to_free_swap()
|
D | kasan.h | 64 static inline void kasan_alloc_pages(struct page *page, unsigned int order) {} in kasan_alloc_pages() 65 static inline void kasan_free_pages(struct page *page, unsigned int order) {} in kasan_free_pages() 67 static inline void kasan_poison_slab(struct page *page) {} in kasan_poison_slab()
|
D | mm_types.h | 46 struct page { struct 53 * If page mapped as anonymous argument 62 struct { 121 * by the page owner. argument 166 struct page *first_page; /* Compound tail pages */ argument 181 * WANT_PAGE_VIRTUAL in asm/page.h argument 190 * kmemcheck wants to track the status of each byte in a page; this argument 201 * The struct page can be forced to be double word aligned so that atomic ops argument 210 struct page *page; member
|
D | mmdebug.h | 18 #define VM_BUG_ON_PAGE(cond, page) \ argument 44 #define VM_BUG_ON_PAGE(cond, page) VM_BUG_ON(cond) argument
|
D | buffer_head.h | 137 #define page_buffers(page) \ argument 142 #define page_has_buffers(page) PagePrivate(page) argument 265 static inline void attach_page_buffers(struct page *page, in attach_page_buffers() 396 static inline int try_to_free_buffers(struct page *page) { return 1; } in try_to_free_buffers()
|
D | frontswap.h | 71 static inline int frontswap_store(struct page *page) in frontswap_store() 80 static inline int frontswap_load(struct page *page) in frontswap_load()
|
D | scatterlist.h | 57 static inline void sg_assign_page(struct scatterlist *sg, struct page *page) in sg_assign_page() 87 static inline void sg_set_page(struct scatterlist *sg, struct page *page, in sg_set_page() 334 struct page *page; /* currently mapped page */ member
|
D | hugetlb.h | 144 static inline int dequeue_hwpoisoned_huge_page(struct page *page) in dequeue_hwpoisoned_huge_page() 149 static inline bool isolate_huge_page(struct page *page, struct list_head *list) in isolate_huge_page() 410 struct page *page, int writable) in arch_make_huge_pte() 416 static inline struct hstate *page_hstate(struct page *page) in page_hstate() 435 static inline pgoff_t basepage_index(struct page *page) in basepage_index() 481 #define page_hstate(page) NULL argument 495 static inline pgoff_t basepage_index(struct page *page) in basepage_index()
|
/linux-4.1.27/arch/blackfin/kernel/cplb-mpu/ |
D | cplbmgr.c | 126 int page = (addr - (ASYNC_BANK0_BASE - _ramend)) >> PAGE_SHIFT; in dcplb_miss() local 148 int page = addr >> PAGE_SHIFT; in dcplb_miss() local 226 int page = (addr - (ASYNC_BANK0_BASE - _ramend)) >> PAGE_SHIFT; in icplb_miss() local 257 int page = addr >> PAGE_SHIFT; in icplb_miss() local
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | heartbeat.c | 402 struct page *page; in o2hb_setup_one_bio() local 1445 struct page *page; in o2hb_region_release() local 1482 const char *page, in o2hb_read_block_input() 1509 char *page) in o2hb_region_block_bytes_read() 1515 const char *page, in o2hb_region_block_bytes_write() 1537 char *page) in o2hb_region_start_block_read() 1543 const char *page, in o2hb_region_start_block_write() 1562 char *page) in o2hb_region_blocks_read() 1568 const char *page, in o2hb_region_blocks_write() 1590 char *page) in o2hb_region_dev_read() [all …]
|
/linux-4.1.27/fs/nfs/ |
D | file.c | 324 static int nfs_want_read_modify_write(struct file *file, struct page *page, in nfs_want_read_modify_write() 360 struct page *page; in nfs_write_begin() local 402 struct page *page, void *fsdata) in nfs_write_end() 456 static void nfs_invalidate_page(struct page *page, unsigned int offset, in nfs_invalidate_page() 476 static int nfs_release_page(struct page *page, gfp_t gfp) in nfs_release_page() 509 static void nfs_check_dirty_writeback(struct page *page, in nfs_check_dirty_writeback() 546 static int nfs_launder_page(struct page *page) in nfs_launder_page() 612 struct page *page = vmf->page; in nfs_vm_page_mkwrite() local
|
D | dir.c | 157 struct page *page; member 176 struct nfs_cache_array *nfs_readdir_get_array(struct page *page) in nfs_readdir_get_array() 188 void nfs_readdir_release_array(struct page *page) in nfs_readdir_release_array() 197 void nfs_readdir_clear_array(struct page *page) in nfs_readdir_clear_array() 230 int nfs_readdir_add_to_array(struct nfs_entry *entry, struct page *page) in nfs_readdir_add_to_array() 533 struct page **xdr_pages, struct page *page, unsigned int buflen) in nfs_readdir_page_filler() 610 struct page *page = alloc_page(GFP_KERNEL); in nfs_readdir_large_page() local 623 int nfs_readdir_xdr_to_array(nfs_readdir_descriptor_t *desc, struct page *page, struct inode *inode) in nfs_readdir_xdr_to_array() 692 int nfs_readdir_filler(nfs_readdir_descriptor_t *desc, struct page* page) in nfs_readdir_filler() 824 struct page *page = NULL; in uncached_readdir() local [all …]
|
/linux-4.1.27/fs/exofs/ |
D | ore_raid.c | 157 struct page *page = _1ps->pages[c]; in _sp2d_reset() local 256 struct ore_striping_info *si, struct page *page) in _ore_add_stripe_page() 338 struct page *page, unsigned pg_len) in _add_to_r4w() 388 static int _add_to_r4w_first_page(struct ore_io_state *ios, struct page *page) in _add_to_r4w_first_page() 408 struct page *page; in _add_to_r4w_last_page() local 441 struct page *page = bv->bv_page; in _mark_read4write_pages_uptodate() local 558 struct page *page; in _read_4_write_last_stripe() local 704 struct page *page = ios->parity_pages[i]; in _ore_free_raid_stuff() local
|
/linux-4.1.27/fs/squashfs/ |
D | page_actor.h | 13 void **page; member 19 static inline struct squashfs_page_actor *squashfs_page_actor_init(void **page, in squashfs_page_actor_init() 54 struct page **page; member
|
D | file.c | 374 void squashfs_copy_cache(struct page *page, struct squashfs_cache_entry *buffer, in squashfs_copy_cache() 419 static int squashfs_readpage_fragment(struct page *page) in squashfs_readpage_fragment() 441 static int squashfs_readpage_sparse(struct page *page, int index, int file_end) in squashfs_readpage_sparse() 453 static int squashfs_readpage(struct file *file, struct page *page) in squashfs_readpage()
|
D | file_direct.c | 38 struct page **page; in squashfs_readpage_block() local 141 int pages, struct page **page) in squashfs_read_cache()
|
D | file_cache.c | 23 int squashfs_readpage_block(struct page *page, u64 block, int bsize) in squashfs_readpage_block()
|
/linux-4.1.27/mm/ |
D | cleancache.c | 177 int __cleancache_get_page(struct page *page) in __cleancache_get_page() 216 void __cleancache_put_page(struct page *page) in __cleancache_put_page() 245 struct page *page) in __cleancache_invalidate_page()
|
D | debug.c | 83 void dump_page_badflags(struct page *page, const char *reason, in dump_page_badflags() 104 void dump_page(struct page *page, const char *reason) in dump_page()
|
D | shmem.c | 292 static int shmem_add_to_page_cache(struct page *page, in shmem_add_to_page_cache() 327 static void shmem_delete_from_page_cache(struct page *page, void *radswap) in shmem_delete_from_page_cache() 421 struct page *page = pvec.pages[i]; in shmem_undo_range() local 452 struct page *page = NULL; in shmem_undo_range() local 467 struct page *page = NULL; in shmem_undo_range() local 495 struct page *page = pvec.pages[i]; in shmem_undo_range() local 690 int shmem_unuse(swp_entry_t swap, struct page *page) in shmem_unuse() 744 static int shmem_writepage(struct page *page, struct writeback_control *wbc) in shmem_writepage() 878 struct page *page; in shmem_swapin() local 899 struct page *page; in shmem_alloc_page() local [all …]
|
D | gup.c | 39 struct page *page; in follow_page_pte() local 151 struct page *page; in follow_page_mask() local 214 struct page **page) in get_gate_page() 439 struct page *page; in __get_user_pages() local 957 struct page *page; in get_dump_page() local 1023 struct page *page; in gup_pte_range() local 1076 struct page *head, *page, *tail; in gup_huge_pmd() local 1123 struct page *head, *page, *tail; in gup_huge_pud() local 1167 struct page *head, *page, *tail; in gup_huge_pgd() local
|
D | huge_memory.c | 709 static inline pmd_t mk_huge_pmd(struct page *page, pgprot_t prot) in mk_huge_pmd() 720 struct page *page, gfp_t gfp) in __do_huge_pmd_anonymous_page() 794 struct page *page; in do_huge_pmd_anonymous_page() local 948 static void get_user_huge_page(struct page *page) in get_user_huge_page() 961 static void put_user_huge_page(struct page *page) in put_user_huge_page() 977 struct page *page, in do_huge_pmd_wp_page_fallback() 1087 struct page *page = NULL, *new_page; in do_huge_pmd_wp_page() local 1209 struct page *page = NULL; in follow_trans_huge_pmd() local 1264 struct page *page; in do_huge_pmd_numa_page() local 1394 struct page *page; in zap_huge_pmd() local [all …]
|
D | memory-failure.c | 191 unsigned long pfn, struct page *page, int flags) in kill_proc() 335 int fail, struct page *page, unsigned long pfn, in kill_procs() 414 static void collect_procs_anon(struct page *page, struct list_head *to_kill, in collect_procs_anon() 450 static void collect_procs_file(struct page *page, struct list_head *to_kill, in collect_procs_file() 488 static void collect_procs(struct page *page, struct list_head *tokill, in collect_procs() 1430 struct page *page; in unpoison_memory() local 1545 static int get_any_page(struct page *page, unsigned long pfn, int flags) in get_any_page() 1571 static int soft_offline_huge_page(struct page *page, int flags) in soft_offline_huge_page() 1630 static int __soft_offline_page(struct page *page, int flags) in __soft_offline_page() 1730 int soft_offline_page(struct page *page, int flags) in soft_offline_page()
|
D | vmscan.c | 445 static inline int is_page_cache_freeable(struct page *page) in is_page_cache_freeable() 480 struct page *page, int error) in handle_write_error() 504 static pageout_t pageout(struct page *page, struct address_space *mapping, in pageout() 579 static int __remove_mapping(struct address_space *mapping, struct page *page, in __remove_mapping() 663 int remove_mapping(struct address_space *mapping, struct page *page) in remove_mapping() 686 void putback_lru_page(struct page *page) in putback_lru_page() 756 static enum page_references page_check_references(struct page *page, in page_check_references() 812 static void page_check_dirty_writeback(struct page *page, in page_check_dirty_writeback() 868 struct page *page; in shrink_page_list() local 1196 struct page *page, *next; in reclaim_clean_pages_from_list() local [all …]
|
D | mmzone.c | 76 struct page *page, struct zone *zone) in memmap_valid_within() 99 int page_cpupid_xchg_last(struct page *page, int cpupid) in page_cpupid_xchg_last()
|
D | hugetlb_cgroup.c | 110 struct page *page) in hugetlb_cgroup_move_parent() 149 struct page *page; in hugetlb_cgroup_css_offline() local 199 struct page *page) in hugetlb_cgroup_commit_charge() 212 struct page *page) in hugetlb_cgroup_uncharge_page()
|
D | util.c | 328 static inline void *__page_rmapping(struct page *page) in __page_rmapping() 339 void *page_rmapping(struct page *page) in page_rmapping() 345 struct anon_vma *page_anon_vma(struct page *page) in page_anon_vma() 356 struct address_space *page_mapping(struct page *page) in page_mapping()
|
D | page_ext.c | 98 struct page_ext *lookup_page_ext(struct page *page) in lookup_page_ext() 175 struct page_ext *lookup_page_ext(struct page *page) in lookup_page_ext() 252 struct page *page = virt_to_page(addr); in free_page_ext() local
|
D | memory.c | 292 int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() 647 pte_t pte, struct page *page) in print_bad_pte() 812 struct page *page; in copy_one_pte() local 1097 struct page *page; in zap_pte_range() local 1145 struct page *page; in zap_pte_range() local 1441 struct page *page, pgprot_t prot) in insert_page() 1503 struct page *page) in vm_insert_page() 1607 struct page *page; in vm_insert_mixed() local 1957 static int do_page_mkwrite(struct vm_area_struct *vma, struct page *page, in do_page_mkwrite() 1995 struct page *page, int page_mkwrite, in wp_page_reuse() [all …]
|
D | workingset.c | 213 void *workingset_eviction(struct address_space *mapping, struct page *page) in workingset_eviction() 250 void workingset_activation(struct page *page) in workingset_activation()
|
D | memcontrol.c | 600 mem_cgroup_page_zoneinfo(struct mem_cgroup *memcg, struct page *page) in mem_cgroup_page_zoneinfo() 615 soft_limit_tree_from_page(struct page *page) in soft_limit_tree_from_page() 686 static void mem_cgroup_update_tree(struct mem_cgroup *memcg, struct page *page) in mem_cgroup_update_tree() 829 struct page *page, in mem_cgroup_charge_statistics() 932 static void memcg_check_events(struct mem_cgroup *memcg, struct page *page) in memcg_check_events() 1221 struct lruvec *mem_cgroup_page_lruvec(struct page *page, struct zone *zone) in mem_cgroup_page_lruvec() 1969 struct mem_cgroup *mem_cgroup_begin_page_stat(struct page *page) in mem_cgroup_begin_page_stat() 2364 struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page) in try_get_mem_cgroup_from_page() 2388 static void lock_page_lru(struct page *page, int *isolated) in lock_page_lru() 2404 static void unlock_page_lru(struct page *page, int isolated) in unlock_page_lru() [all …]
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | tlbflush.h | 27 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page) argument 46 #define flush_tlb_page(vma, page) smp_flush_tlb_page(vma, page) argument 52 static __inline__ void __flush_tlb_page(unsigned long page) in __flush_tlb_page()
|
D | cacheflush.h | 16 #define flush_dcache_page(page) do { } while (0) argument 38 #define flush_dcache_page(page) do { } while (0) argument 52 #define flush_dcache_page(page) do { } while (0) argument 64 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 69 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | max16064.c | 31 static int max16064_read_word_data(struct i2c_client *client, int page, int reg) in max16064_read_word_data() 55 static int max16064_write_word_data(struct i2c_client *client, int page, in max16064_write_word_data()
|
D | max34440.c | 53 static int max34440_read_word_data(struct i2c_client *client, int page, int reg) in max34440_read_word_data() 118 static int max34440_write_word_data(struct i2c_client *client, int page, in max34440_write_word_data() 165 static int max34440_read_byte_data(struct i2c_client *client, int page, int reg) in max34440_read_byte_data()
|
D | zl6100.c | 140 static int zl6100_read_word_data(struct i2c_client *client, int page, int reg) in zl6100_read_word_data() 199 static int zl6100_read_byte_data(struct i2c_client *client, int page, int reg) in zl6100_read_byte_data() 237 static int zl6100_write_word_data(struct i2c_client *client, int page, int reg, in zl6100_write_word_data() 279 static int zl6100_write_byte(struct i2c_client *client, int page, u8 value) in zl6100_write_byte()
|
D | adm1275.c | 64 static int adm1275_read_word_data(struct i2c_client *client, int page, int reg) in adm1275_read_word_data() 142 static int adm1275_write_word_data(struct i2c_client *client, int page, int reg, in adm1275_write_word_data() 175 static int adm1275_read_byte_data(struct i2c_client *client, int page, int reg) in adm1275_read_byte_data()
|
D | ucd9000.c | 70 static int ucd9000_read_byte_data(struct i2c_client *client, int page, int reg) in ucd9000_read_byte_data() 187 int page = UCD9000_MON_PAGE(block_buffer[i]); in ucd9000_probe() local
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoeblk.c | 35 struct device_attribute *attr, char *page) in aoedisk_show_state() 48 struct device_attribute *attr, char *page) in aoedisk_show_mac() 59 struct device_attribute *attr, char *page) in aoedisk_show_netif() 97 struct device_attribute *attr, char *page) in aoedisk_show_fwver() 105 struct device_attribute *attr, char *page) in aoedisk_show_payload()
|
/linux-4.1.27/fs/ceph/ |
D | cache.c | 227 static void ceph_vfs_readpage_complete(struct page *page, void *data, int error) in ceph_vfs_readpage_complete() 233 static void ceph_vfs_readpage_complete_unlock(struct page *page, void *data, int error) in ceph_vfs_readpage_complete_unlock() 253 int ceph_readpage_from_fscache(struct inode *inode, struct page *page) in ceph_readpage_from_fscache() 308 void ceph_readpage_to_fscache(struct inode *inode, struct page *page) in ceph_readpage_to_fscache() 324 void ceph_invalidate_fscache_page(struct inode* inode, struct page *page) in ceph_invalidate_fscache_page()
|
/linux-4.1.27/include/xen/interface/io/ |
D | fbif.h | 95 #define XENFB_IN_RING(page) \ argument 97 #define XENFB_IN_RING_REF(page, idx) \ argument 103 #define XENFB_OUT_RING(page) \ argument 105 #define XENFB_OUT_RING_REF(page, idx) \ argument
|
/linux-4.1.27/arch/powerpc/mm/ |
D | dma-noncoherent.c | 157 struct page *page; in __dma_alloc_coherent() local 290 struct page *page = pfn_to_page(pfn); in __dma_free_coherent() local 355 static inline void __dma_sync_page_highmem(struct page *page, in __dma_sync_page_highmem() 390 void __dma_sync_page(struct page *page, unsigned long offset, in __dma_sync_page()
|
D | mem.c | 346 struct page *page = pfn_to_page(pfn); in mem_init() local 399 void flush_dcache_page(struct page *page) in flush_dcache_page() 409 void flush_dcache_icache_page(struct page *page) in flush_dcache_icache_page() 432 void clear_user_page(void *page, unsigned long vaddr, struct page *pg) in clear_user_page() 468 void flush_icache_user_range(struct vm_area_struct *vma, struct page *page, in flush_icache_user_range()
|
D | init_64.c | 162 static unsigned long __meminit vmemmap_section_start(unsigned long page) in vmemmap_section_start() 383 struct page *page = pfn_to_page(addr >> PAGE_SHIFT); in vmemmap_free() local 431 struct page *page; in realmode_pfn_to_page() local 457 struct page *page = pfn_to_page(pfn); in realmode_pfn_to_page() local
|
D | pgtable_64.c | 399 struct page *page = alloc_page(GFP_KERNEL | __GFP_NOTRACK | in __alloc_for_cache() local 437 struct page *page = virt_to_page(table); in page_table_free() local 448 struct page *page = virt_to_page(table); in page_table_free_rcu() local 482 struct page *page = virt_to_page(table); in pgtable_free_tlb() local 795 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | page.h | 116 static inline void clear_page(void *page) in clear_page() 134 #define clear_user_page(page, vaddr, pg) clear_page(page) argument 141 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument 146 #define page_to_virt(page) __va(page_to_phys(page)) argument
|
D | cacheflush.h | 47 #define flush_dcache_page(page) do { } while (0) argument 95 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
/linux-4.1.27/arch/metag/include/asm/ |
D | hugetlb.h | 74 static inline int arch_prepare_hugepage(struct page *page) in arch_prepare_hugepage() 79 static inline void arch_release_hugepage(struct page *page) in arch_release_hugepage() 83 static inline void arch_clear_hugepage_flags(struct page *page) in arch_clear_hugepage_flags()
|
D | cacheflush.h | 62 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() 71 struct page *page) in flush_icache_page() 102 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() 234 struct page *page, unsigned long vaddr, in copy_to_user_page() 243 struct page *page, unsigned long vaddr, in copy_from_user_page()
|
D | page.h | 68 #define clear_user_page(page, vaddr, pg) clear_page(page) argument 109 #define page_to_virt(page) __va(page_to_pfn(page) << PAGE_SHIFT) argument 111 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_64_vio_hv.c | 56 struct page *page; in kvmppc_h_put_tce() local 88 struct page *page; in kvmppc_h_get_tce() local
|
/linux-4.1.27/drivers/md/ |
D | md.c | 751 sector_t sector, int size, struct page *page) in md_super_write() 778 struct page *page, int rw, bool metadata_op) in sync_page_io() 2441 state_show(struct md_rdev *rdev, char *page) in state_show() 2627 errors_show(struct md_rdev *rdev, char *page) in errors_show() 2647 slot_show(struct md_rdev *rdev, char *page) in slot_show() 2737 offset_show(struct md_rdev *rdev, char *page) in offset_show() 2762 static ssize_t new_offset_show(struct md_rdev *rdev, char *page) in new_offset_show() 2821 rdev_size_show(struct md_rdev *rdev, char *page) in rdev_size_show() 2930 static ssize_t recovery_start_show(struct md_rdev *rdev, char *page) in recovery_start_show() 2970 static ssize_t bb_show(struct md_rdev *rdev, char *page) in bb_show() [all …]
|
D | dm-sysfs.c | 22 char *page) in dm_attr_show() 47 const char *page, size_t count) in dm_attr_store()
|
/linux-4.1.27/fs/f2fs/ |
D | segment.c | 178 void register_inmem_page(struct inode *inode, struct page *page) in register_inmem_page() 476 struct page *page = grab_meta_page(sbi, blkaddr); in discard_next_dnode() local 775 struct page *page = grab_meta_page(sbi, blk_addr); in write_sum_page() local 1102 static int __get_segment_type_2(struct page *page, enum page_type p_type) in __get_segment_type_2() 1110 static int __get_segment_type_4(struct page *page, enum page_type p_type) in __get_segment_type_4() 1127 static int __get_segment_type_6(struct page *page, enum page_type p_type) in __get_segment_type_6() 1147 static int __get_segment_type(struct page *page, enum page_type p_type) in __get_segment_type() 1161 void allocate_data_block(struct f2fs_sb_info *sbi, struct page *page, in allocate_data_block() 1209 static void do_write_page(struct f2fs_sb_info *sbi, struct page *page, in do_write_page() 1221 void write_meta_page(struct f2fs_sb_info *sbi, struct page *page) in write_meta_page() [all …]
|
D | trace.c | 55 void f2fs_trace_pid(struct page *page) in f2fs_trace_pid() 83 void f2fs_trace_ios(struct page *page, struct f2fs_io_info *fio, int flush) in f2fs_trace_ios()
|
D | namei.c | 197 struct page *page; in __recover_dot_dentries() local 234 struct page *page; in f2fs_lookup() local 268 struct page *page; in f2fs_unlink() local 301 struct page *page = page_follow_link_light(dentry, nd); in f2fs_follow_link() local
|
/linux-4.1.27/drivers/virtio/ |
D | virtio_balloon.c | 91 static u32 page_to_balloon_pfn(struct page *page) in page_to_balloon_pfn() 128 static void set_page_pfns(u32 pfns[], struct page *page) in set_page_pfns() 148 struct page *page = balloon_page_enqueue(vb_dev_info); in fill_balloon() local 175 struct page *page = balloon_pfn_to_page(vb->pfns[i]); in release_pages_balloon() local 184 struct page *page; in leak_balloon() local 438 struct page *newpage, struct page *page, enum migrate_mode mode) in virtballoon_migratepage()
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | page.h | 81 # define clear_user_page(pgaddr, vaddr, page) memset((pgaddr), 0, PAGE_SIZE) argument 153 # define page_to_virt(page) __va(page_to_pfn(page) << PAGE_SHIFT) argument 154 # define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument 158 # define page_to_virt(page) (pfn_to_virt(page_to_pfn(page))) argument 159 # define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) argument 160 # define page_to_bus(page) (page_to_phys(page)) argument
|
D | cacheflush.h | 77 #define flush_dcache_page(page) \ argument 106 struct page *page, unsigned long vaddr, in copy_to_user_page() 118 struct page *page, unsigned long vaddr, in copy_from_user_page()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | page_32.h | 24 static inline void clear_page(void *page) in clear_page() 36 static inline void clear_page(void *page) in clear_page()
|
D | hugetlb.h | 87 static inline int arch_prepare_hugepage(struct page *page) in arch_prepare_hugepage() 92 static inline void arch_release_hugepage(struct page *page) in arch_release_hugepage() 96 static inline void arch_clear_hugepage_flags(struct page *page) in arch_clear_hugepage_flags()
|
/linux-4.1.27/arch/sh/mm/ |
D | nommu.c | 55 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() 60 void local_flush_tlb_one(unsigned long asid, unsigned long page) in local_flush_tlb_one() 82 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent()
|
D | tlbflush_64.c | 31 void local_flush_tlb_one(unsigned long asid, unsigned long page) in local_flush_tlb_one() 67 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page()
|
D | cache-sh7705.c | 138 struct page *page = arg; in sh7705_flush_dcache_page() local 180 static void sh7705_flush_icache_page(void *page) in sh7705_flush_icache_page()
|
/linux-4.1.27/drivers/char/agp/ |
D | backend.c | 145 struct page *page = bridge->driver->agp_alloc_page(bridge); in agp_backend_initialize() local 197 struct page *page = bridge->scratch_page_page; in agp_backend_initialize() local 224 struct page *page = bridge->scratch_page_page; in agp_backend_cleanup() local
|
D | generic.c | 269 struct page *page = bridge->driver->agp_alloc_page(bridge); in agp_allocate_memory() local 862 struct page *page; in agp_generic_create_gatt_table() local 981 struct page *page; in agp_generic_free_gatt_table() local 1197 struct page * page; in agp_generic_alloc_pages() local 1227 struct page * page; in agp_generic_alloc_page() local 1244 struct page *page; in agp_generic_destroy_pages() local 1267 void agp_generic_destroy_page(struct page *page, int flags) in agp_generic_destroy_page()
|
D | ali-agp.c | 146 struct page *page = agp_generic_alloc_page(agp_bridge); in m1541_alloc_page() local 159 static void ali_destroy_page(struct page *page, int flags) in ali_destroy_page() 170 static void m1541_destroy_page(struct page *page, int flags) in m1541_destroy_page()
|
/linux-4.1.27/arch/mips/mm/ |
D | cache.c | 82 void __flush_dcache_page(struct page *page) in __flush_dcache_page() 110 void __flush_anon_page(struct page *page, unsigned long vmaddr) in __flush_anon_page() 130 struct page *page; in __update_cache() local
|
D | gup.c | 43 struct page *page; in gup_pte_range() local 63 static inline void get_head_page_multiple(struct page *page, int nr) in get_head_page_multiple() 75 struct page *head, *page; in gup_huge_pmd() local 141 struct page *head, *page; in gup_huge_pud() local
|
D | pgtable-64.c | 16 void pgd_init(unsigned long page) in pgd_init() 79 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd()
|
D | dma-default.c | 137 struct page *page = NULL; in mips_dma_alloc_coherent() local 181 struct page *page = NULL; in mips_dma_free_coherent() local 224 static inline void __dma_sync(struct page *page, in __dma_sync() 284 static dma_addr_t mips_dma_map_page(struct device *dev, struct page *page, in mips_dma_map_page()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ipz_pt_fn.c | 84 u64 page = __pa(queue->queue_pages[i]); in ipz_queue_abs_to_offset() local 130 struct ipz_small_queue_page *page; in alloc_small_queue_page() local 175 struct ipz_small_queue_page *page = queue->small_page; in free_small_queue_page() local
|
/linux-4.1.27/fs/ntfs/ |
D | aops.c | 62 struct page *page; in ntfs_end_buffer_async_read() local 184 static int ntfs_read_block(struct page *page) in ntfs_read_block() 398 static int ntfs_readpage(struct file *file, struct page *page) in ntfs_readpage() 550 static int ntfs_write_block(struct page *page, struct writeback_control *wbc) in ntfs_write_block() 919 static int ntfs_write_mst_block(struct page *page, in ntfs_write_mst_block() 1353 static int ntfs_writepage(struct page *page, struct writeback_control *wbc) in ntfs_writepage() 1729 void mark_ntfs_record_dirty(struct page *page, const unsigned int ofs) { in mark_ntfs_record_dirty()
|
D | index.c | 66 struct page *page = ictx->page; in ntfs_index_ctx_put() local 134 struct page *page; in ntfs_index_lookup() local
|
D | mft.c | 52 struct page *page; in map_mft_record_page() local 215 struct page *page = ni->page; in unmap_mft_record() local 468 struct page *page; in ntfs_sync_mft_mirror() local 672 struct page *page = ni->page; in write_mft_record_nolock() local 1138 struct page *page; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local 1283 struct page *page; in ntfs_mft_bitmap_extend_allocation_nolock() local 2095 struct page *page; in ntfs_mft_record_format() local 2249 struct page *page; in ntfs_mft_record_alloc() local
|
D | usnjrnl.c | 52 struct page *page; in ntfs_stamp_usnjrnl() local
|
/linux-4.1.27/drivers/memstick/core/ |
D | ms_block.c | 791 u16 pba, u8 page, u8 flag) in msb_set_overwrite_flag() 816 static int msb_mark_page_bad(struct msb_data *msb, int pba, int page) in msb_mark_page_bad() 859 u16 pba, u8 page, struct ms_extra_data_register *extra, in msb_read_page() 948 static int msb_read_oob(struct msb_data *msb, u16 pba, u16 page, in msb_read_oob() 980 int page = 0, error; in msb_verify_block() local 1195 struct ms_boot_page *page; in msb_read_boot_blocks() local 1259 int data_size, data_offset, page, page_offset, size_to_read; in msb_read_bad_block_table() local 1533 int page, offset, error; in msb_cache_flush() local 1603 int page, bool add_to_cache_only, struct scatterlist *sg, int offset) in msb_cache_write() 1644 int page, struct scatterlist *sg, int offset) in msb_cache_read() [all …]
|
/linux-4.1.27/arch/cris/include/asm/ |
D | cacheflush.h | 16 #define flush_dcache_page(page) do { } while (0) argument 25 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 27 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
D | page.h | 12 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) argument 15 #define clear_user_page(page, vaddr, pg) clear_page(page) argument 60 #define page_to_phys(page) __pa((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET) argument
|
/linux-4.1.27/include/asm-generic/ |
D | cacheflush.h | 17 #define flush_dcache_page(page) do { } while (0) argument 26 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 31 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
D | memory_model.h | 31 #define __page_to_pfn(page) ((unsigned long)((page) - mem_map) + \ argument 52 #define __page_to_pfn(page) (unsigned long)((page) - vmemmap) argument
|
/linux-4.1.27/arch/arc/include/asm/ |
D | cacheflush.h | 30 #define flush_icache_page(vma, page) argument 110 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 117 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | hugetlb.h | 103 static inline int arch_prepare_hugepage(struct page *page) in arch_prepare_hugepage() 108 static inline void arch_release_hugepage(struct page *page) in arch_release_hugepage() 112 static inline void arch_clear_hugepage_flags(struct page *page) in arch_clear_hugepage_flags()
|
D | cacheflush.h | 101 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument 138 #define flush_icache_page(vma,page) do { } while (0) argument
|
/linux-4.1.27/arch/sh/include/asm/ |
D | hugetlb.h | 85 static inline int arch_prepare_hugepage(struct page *page) in arch_prepare_hugepage() 90 static inline void arch_release_hugepage(struct page *page) in arch_release_hugepage() 94 static inline void arch_clear_hugepage_flags(struct page *page) in arch_clear_hugepage_flags()
|
D | cacheflush.h | 61 struct page *page, unsigned long vmaddr) in flush_anon_page() 76 static inline void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page()
|
/linux-4.1.27/fs/hfs/ |
D | bnode.c | 20 struct page *page; in hfs_bnode_read() local 62 struct page *page; in hfs_bnode_write() local 87 struct page *page; in hfs_bnode_clear() local 120 struct page *page; in hfs_bnode_move() local 242 struct page *page; in __hfs_bnode_create() local
|
D | btree.c | 23 struct page *page; in hfs_btree_open() local 163 struct page *page; in hfs_btree_write() local 314 struct page *page; in hfs_bmap_free() local
|
/linux-4.1.27/arch/sparc/mm/ |
D | iommu.c | 177 static u32 iommu_get_one(struct device *dev, struct page *page, int npages) in iommu_get_one() 211 struct page *page; in iommu_get_scsi_one() local 229 unsigned long page = ((unsigned long) vaddr) & PAGE_MASK; in iommu_get_scsi_one_pflush() local 254 unsigned long page, oldpage = 0; in iommu_get_scsi_sgl_pflush() local 328 unsigned long page, end; in iommu_map_dma_area() local
|
D | srmmu.c | 345 struct page *page; in pte_alloc_one() local 1238 static void turbosparc_flush_cache_page(struct vm_area_struct *vma, unsigned long page) in turbosparc_flush_cache_page() 1249 static void turbosparc_flush_page_to_ram(unsigned long page) in turbosparc_flush_page_to_ram() 1264 static void turbosparc_flush_page_for_dma(unsigned long page) in turbosparc_flush_page_for_dma() 1288 static void turbosparc_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in turbosparc_flush_tlb_page() 1622 static void smp_flush_page_for_dma(unsigned long page) in smp_flush_page_for_dma() 1702 static void smp_flush_cache_page(struct vm_area_struct *vma, unsigned long page) in smp_flush_cache_page() 1717 static void smp_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in smp_flush_tlb_page() 1732 static void smp_flush_page_to_ram(unsigned long page) in smp_flush_page_to_ram()
|
/linux-4.1.27/arch/mn10300/mm/ |
D | cache-flush-icache.c | 25 void flush_icache_page(struct vm_area_struct *vma, struct page *page) in flush_icache_page() 53 struct page *page; in flush_icache_page_range() local
|
D | pgtable.c | 110 struct page *page = virt_to_page(pgd); in pgd_list_add() local 120 struct page *next, **pprev, *page = virt_to_page(pgd); in pgd_list_del() local
|
/linux-4.1.27/arch/s390/kernel/ |
D | ipl.c | 265 char *page) in ipl_type_show() 318 struct kobj_attribute *attr, char *page) in ipl_vm_parm_show() 385 struct kobj_attribute *attr, char *page) in sys_ipl_device_show() 444 struct kobj_attribute *attr, char *page) in ipl_ccw_loadparm_show() 592 char *page) in reipl_generic_vmparm_show() 634 struct kobj_attribute *attr, char *page) in reipl_nss_vmparm_show() 648 struct kobj_attribute *attr, char *page) in reipl_ccw_vmparm_show() 741 char *page) in reipl_generic_loadparm_show() 778 struct kobj_attribute *attr, char *page) in reipl_fcp_loadparm_show() 816 struct kobj_attribute *attr, char *page) in reipl_nss_loadparm_show() [all …]
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | cacheflush_mm.h | 251 #define flush_dcache_page(page) __flush_page_to_ram(page_address(page)) argument 254 #define flush_icache_page(vma, page) __flush_page_to_ram(page_address(page)) argument 261 struct page *page, unsigned long vaddr, in copy_to_user_page() 269 struct page *page, unsigned long vaddr, in copy_from_user_page()
|
D | cacheflush_no.h | 17 #define flush_dcache_page(page) do { } while (0) argument 26 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 28 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
/linux-4.1.27/arch/score/include/asm/ |
D | page.h | 36 #define clear_user_page(pgaddr, vaddr, page) memset((pgaddr), 0, PAGE_SIZE) argument 71 #define page_to_virt(page) (pfn_to_virt(page_to_pfn(page))) argument 73 #define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) argument 74 #define page_to_bus(page) (page_to_phys(page)) argument
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion_carveout_heap.c | 64 struct page *page = sg_page(table->sgl); in ion_carveout_heap_phys() local 113 struct page *page = sg_page(table->sgl); in ion_carveout_heap_free() local 154 struct page *page; in ion_carveout_heap_create() local
|
D | ion_heap.c | 50 struct page *page = sg_page(sg); in ion_heap_map_kernel() local 82 struct page *page = sg_page(sg); in ion_heap_map_user() local 154 int ion_heap_pages_zero(struct page *page, size_t size, pgprot_t pgprot) in ion_heap_pages_zero()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | hugetlb.h | 117 static inline int arch_prepare_hugepage(struct page *page) in arch_prepare_hugepage() 122 static inline void arch_release_hugepage(struct page *page) in arch_release_hugepage() 126 static inline void arch_clear_hugepage_flags(struct page *page) in arch_clear_hugepage_flags()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | cacheflush_32.h | 21 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 26 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument 42 #define flush_dcache_page(page) sparc_flush_page_to_ram(page) argument
|
D | page.h | 4 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument
|
/linux-4.1.27/fs/logfs/ |
D | dev_bdev.c | 17 static int sync_request(struct page *page, struct block_device *bdev, int rw) in sync_request() 36 static int bdev_readpage(void *_sb, struct page *page) in bdev_readpage() 82 struct page *page; in __bdev_writeseg() local 271 static int bdev_write_sb(struct super_block *sb, struct page *page) in bdev_write_sb()
|
D | dir.c | 160 struct page *page; in logfs_get_dd_page() local 218 struct page *page; in logfs_unlink() local 288 struct page *page; in logfs_readdir() local 335 struct page *page; in logfs_lookup() local 371 struct page *page; in logfs_write_dir() local 553 struct page *page; in logfs_get_dd() local
|
D | super.c | 27 struct page *page; in emergency_read_begin() local 46 void emergency_read_end(struct page *page) in emergency_read_end() 193 struct page *page; in write_one_sb() local 393 struct page *page; in __logfs_read_sb() local
|
D | dev_mtd.c | 77 struct page *page; in logfs_mtd_erase_mapping() local 125 static int logfs_mtd_readpage(void *_sb, struct page *page) in logfs_mtd_readpage() 188 struct page *page; in __logfs_mtd_writeseg() local
|
/linux-4.1.27/arch/x86/mm/ |
D | gup.c | 84 struct page *page; in gup_pte_range() local 109 static inline void get_head_page_multiple(struct page *page, int nr) in get_head_page_multiple() 122 struct page *head, *page; in gup_huge_pmd() local 199 struct page *head, *page; in gup_huge_pud() local
|
D | kmmio.c | 36 unsigned long page; /* location of the fault page */ member 73 static struct list_head *kmmio_page_list(unsigned long page) in kmmio_page_list() 101 static struct kmmio_fault_page *get_kmmio_fault_page(unsigned long page) in get_kmmio_fault_page() 357 static int add_kmmio_fault_page(unsigned long page) in add_kmmio_fault_page() 388 static void release_kmmio_fault_page(unsigned long page, in release_kmmio_fault_page()
|
D | pageattr.c | 444 struct page *page; in __set_pmd_pte() local 1131 struct page *page = cpa->pages[cpa->curpage]; in __change_page_attr() local 1248 struct page *page = cpa->pages[cpa->curpage]; in cpa_process_alias() local 1672 int set_pages_uc(struct page *page, int numpages) in set_pages_uc() 1733 int set_pages_wb(struct page *page, int numpages) in set_pages_wb() 1766 int set_pages_x(struct page *page, int numpages) in set_pages_x() 1774 int set_pages_nx(struct page *page, int numpages) in set_pages_nx() 1782 int set_pages_ro(struct page *page, int numpages) in set_pages_ro() 1789 int set_pages_rw(struct page *page, int numpages) in set_pages_rw() 1798 static int __set_pages_p(struct page *page, int numpages) in __set_pages_p() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | rw26.c | 77 struct cl_page *page; in ll_invalidatepage() local 122 struct cl_page *page; in ll_releasepage() local 477 struct page *page; in ll_write_begin() local 497 struct page *page, void *fsdata) in ll_write_end() 511 struct page *newpage, struct page *page, in ll_migratepage()
|
D | rw.c | 70 struct cl_page *page = lcc->lcc_page; in ll_cl_fini() local 169 struct cl_page *page; in ll_cl_init() local 225 struct cl_page *page = lcc->lcc_page; in ll_prepare_write() local 256 struct cl_page *page; in ll_commit_write() local 453 struct cl_page_list *queue, struct cl_page *page, in cl_read_ahead_page() 499 struct cl_page *page; in ll_read_ahead_page() local 1128 struct cl_page *page; in ll_writepage() local 1272 struct cl_page *page = lcc->lcc_page; in ll_readpage() local
|
D | vvp_page.c | 274 struct cl_page *page = cl_page_top(slice->cpl_page); in vvp_page_completion_read() local 421 static void vvp_transient_page_verify(const struct cl_page *page) in vvp_transient_page_verify() 461 struct cl_page *page = slice->cpl_page; in vvp_transient_page_discard() local 527 struct cl_page *page, struct page *vmpage) in vvp_page_init()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.c | 61 } page[0]; member 109 struct page *page; in mthca_alloc_icm_pages() local 283 struct page *page = NULL; in mthca_table_find() local 439 static u64 mthca_uarc_virt(struct mthca_dev *dev, struct mthca_uar *uar, int page) in mthca_uarc_virt() 572 struct mthca_db_page *page; in mthca_alloc_db() local 667 struct mthca_db_page *page; in mthca_free_db() local
|
/linux-4.1.27/lib/ |
D | iov_iter.c | 138 static size_t copy_page_to_iter_iovec(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter_iovec() 219 static size_t copy_page_from_iter_iovec(struct page *page, size_t offset, size_t bytes, in copy_page_from_iter_iovec() 365 static void memcpy_from_page(char *to, struct page *page, size_t offset, size_t len) in memcpy_from_page() 372 static void memcpy_to_page(struct page *page, size_t offset, char *from, size_t len) in memcpy_to_page() 379 static void memzero_page(struct page *page, size_t offset, size_t len) in memzero_page() 449 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter() 462 size_t copy_page_from_iter(struct page *page, size_t offset, size_t bytes, in copy_page_from_iter() 493 size_t iov_iter_copy_from_user_atomic(struct page *page, in iov_iter_copy_from_user_atomic()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_bitmap.c | 202 static void bm_store_page_idx(struct page *page, unsigned long idx) in bm_store_page_idx() 208 static unsigned long bm_page_to_idx(struct page *page) in bm_page_to_idx() 233 static void bm_set_page_unchanged(struct page *page) in bm_set_page_unchanged() 240 static void bm_set_page_need_writeout(struct page *page) in bm_set_page_need_writeout() 256 struct page *page; in drbd_bm_mark_for_writeout() local 266 static int bm_test_page_unchanged(struct page *page) in bm_test_page_unchanged() 272 static void bm_set_page_io_err(struct page *page) in bm_set_page_io_err() 277 static void bm_clear_page_io_err(struct page *page) in bm_clear_page_io_err() 282 static void bm_set_page_lazy_writeout(struct page *page) in bm_set_page_lazy_writeout() 287 static int bm_test_page_lazy_writeout(struct page *page) in bm_test_page_lazy_writeout() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_page.c | 57 const struct cl_page *page = slice->cpl_page; in lov_page_invariant() local 158 struct cl_page *page, struct page *vmpage) in lov_page_init_raid0() 218 struct cl_page *page, struct page *vmpage) in lov_page_init_empty()
|
/linux-4.1.27/arch/arm/mm/ |
D | copypage-v6.c | 49 static void v6_clear_user_highpage_nonaliasing(struct page *page, unsigned long vaddr) in v6_clear_user_highpage_nonaliasing() 106 static void v6_clear_user_highpage_aliasing(struct page *page, unsigned long vaddr) in v6_clear_user_highpage_aliasing()
|
/linux-4.1.27/drivers/target/tcm_fc/ |
D | tfc_conf.c | 143 char *page) in ft_nacl_show_port_name() 153 const char *page, in ft_nacl_store_port_name() 166 char *page) in ft_nacl_show_node_name() 176 const char *page, in ft_nacl_store_node_name() 453 char *page) in ft_wwn_show_attr_version()
|
D | tfc_io.c | 76 struct page *page = NULL; in ft_queue_data_in() local 228 struct page *page = NULL; in ft_recv_write_data() local
|
/linux-4.1.27/fs/ext4/ |
D | inode.c | 913 static int ext4_block_write_begin(struct page *page, loff_t pos, unsigned len, in ext4_block_write_begin() 1008 struct page *page; in ext4_write_begin() local 1140 struct page *page, void *fsdata) in ext4_write_end() 1214 struct page *page, void *fsdata) in ext4_journalled_write_end() 1362 static void ext4_da_page_release_reservation(struct page *page, in ext4_da_page_release_reservation() 1468 struct page *page = pvec.pages[i]; in mpage_release_unused_pages() local 1706 static int __ext4_journalled_writepage(struct page *page, in __ext4_journalled_writepage() 1832 static int ext4_writepage(struct page *page, in ext4_writepage() 1896 static int mpage_submit_page(struct mpage_da_data *mpd, struct page *page) in mpage_submit_page() 2058 struct page *page = pvec.pages[i]; in mpage_map_and_submit_buffers() local [all …]
|
D | inline.c | 460 static int ext4_read_inline_page(struct inode *inode, struct page *page) in ext4_read_inline_page() 494 int ext4_readpage_inline(struct inode *inode, struct page *page) in ext4_readpage_inline() 528 struct page *page = NULL; in ext4_convert_inline_data_to_extent() local 648 struct page *page; in ext4_try_to_write_inline_data() local 718 unsigned copied, struct page *page) in ext4_write_inline_data_end() 757 struct page *page) in ext4_journalled_write_inline_data() 793 struct page *page; in ext4_da_convert_inline_data_to_extent() local 854 struct page *page; in ext4_da_write_inline_data_begin() local 932 struct page *page) in ext4_da_write_inline_data_end()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | nand_base.c | 323 int page, chipnr, res = 0, i = 0; in nand_block_bad() local 948 int status, page; in __nand_unlock() local 1046 int chipnr, status, page; in nand_lock() local 1115 uint8_t *buf, int oob_required, int page) in nand_read_page_raw() 1135 int oob_required, int page) in nand_read_page_raw_syndrome() 1176 uint8_t *buf, int oob_required, int page) in nand_read_page_swecc() 1223 int page) in nand_read_subpage() 1316 uint8_t *buf, int oob_required, int page) in nand_read_page_hwecc() 1369 struct nand_chip *chip, uint8_t *buf, int oob_required, int page) in nand_read_page_hwecc_oob_first() 1418 uint8_t *buf, int oob_required, int page) in nand_read_page_syndrome() [all …]
|
D | docg4.c | 86 int page; member 371 static int correct_data(struct mtd_info *mtd, uint8_t *buf, int page) in correct_data() 653 static uint32_t mtd_to_docg4_address(int page, int column) in mtd_to_docg4_address() 757 uint8_t *buf, int page, bool use_ecc) in read_page() 825 uint8_t *buf, int oob_required, int page) in docg4_read_page_raw() 831 uint8_t *buf, int oob_required, int page) in docg4_read_page() 837 int page) in docg4_read_oob() 875 static int docg4_erase_block(struct mtd_info *mtd, int page) in docg4_erase_block() 992 int page) in docg4_write_oob() 1095 int page = (int)(ofs >> nand->page_shift); in docg4_block_markbad() local
|
D | denali.c | 859 static int write_oob_data(struct mtd_info *mtd, uint8_t *buf, int page) in write_oob_data() 888 static void read_oob_data(struct mtd_info *mtd, uint8_t *buf, int page) in read_oob_data() 1133 int page) in denali_write_oob() 1139 int page) in denali_read_oob() 1147 uint8_t *buf, int oob_required, int page) in denali_read_page() 1200 uint8_t *buf, int oob_required, int page) in denali_read_page_raw() 1265 static int denali_erase(struct mtd_info *mtd, int page) in denali_erase() 1285 int page) in denali_cmdfunc()
|
/linux-4.1.27/fs/hfsplus/ |
D | btree.c | 138 struct page *page; in hfs_btree_open() local 285 struct page *page; in hfs_btree_write() local 438 struct page *page; in hfs_bmap_free() local
|
D | bitmap.c | 22 struct page *page; in hfsplus_block_allocate() local 166 struct page *page; in hfsplus_block_free() local
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | page.h | 26 #define clear_user_page(page, vaddr, pg) clear_page(page) argument 82 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument 89 #define page_to_pfn(page) ((unsigned long)((page) - mem_map) + PHYS_PFN_OFFSET) argument
|
/linux-4.1.27/fs/gfs2/ |
D | lops.c | 176 struct page *page = bvec->bv_page; in gfs2_end_log_write_bh() local 209 struct page *page; in gfs2_end_log_write() local 328 static void gfs2_log_write(struct gfs2_sbd *sdp, struct page *page, in gfs2_log_write() 371 void gfs2_log_write_page(struct gfs2_sbd *sdp, struct page *page) in gfs2_log_write_page() 380 struct page *page = mempool_alloc(gfs2_page_pool, GFP_NOIO); in gfs2_get_log_desc() local 426 struct page *page; in gfs2_before_commit() local 625 struct page *page; in revoke_lo_before_commit() local
|
/linux-4.1.27/fs/affs/ |
D | file.c | 371 static int affs_writepage(struct page *page, struct writeback_control *wbc) in affs_writepage() 376 static int affs_readpage(struct file *file, struct page *page) in affs_readpage() 501 affs_do_readpage_ofs(struct page *page, unsigned to) in affs_do_readpage_ofs() 610 affs_readpage_ofs(struct file *file, struct page *page) in affs_readpage_ofs() 635 struct page *page; in affs_write_begin_ofs() local 670 struct page *page, void *fsdata) in affs_write_end_ofs() 855 struct page *page; in affs_truncate() local
|
/linux-4.1.27/net/rds/ |
D | page.c | 56 int rds_page_copy_user(struct page *page, unsigned long offset, in rds_page_copy_user() 102 struct page *page; in rds_page_remainder_alloc() local
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp_vt220.c | 121 void *page; in sclp_vt220_process_queue() local 263 sclp_vt220_initialize_page(void *page) in sclp_vt220_initialize_page() 372 void *page; in sclp_vt220_drop_buffer() local 406 void *page; in __sclp_vt220_write() local 617 struct list_head *page, *p; in __sclp_vt220_free_pages() local 641 void *page; in __sclp_vt220_init() local
|
D | sclp_ocf.c | 89 struct kobj_attribute *attr, char *page) in cpc_name_show() 103 struct kobj_attribute *attr, char *page) in hmc_network_show()
|
D | sclp_cpi_sys.c | 222 struct kobj_attribute *attr, char *page) in system_name_show() 254 struct kobj_attribute *attr, char *page) in sysplex_name_show() 286 struct kobj_attribute *attr, char *page) in system_type_show() 318 struct kobj_attribute *attr, char *page) in system_level_show()
|
/linux-4.1.27/fs/ocfs2/ |
D | mmap.c | 62 struct page *page) in __ocfs2_page_mkwrite() 133 struct page *page = vmf->page; in ocfs2_page_mkwrite() local
|
D | aops.c | 222 int ocfs2_read_inline_data(struct inode *inode, struct page *page, in ocfs2_read_inline_data() 259 static int ocfs2_readpage_inline(struct inode *inode, struct page *page) in ocfs2_readpage_inline() 281 static int ocfs2_readpage(struct file *file, struct page *page) in ocfs2_readpage() 412 static int ocfs2_writepage(struct page *page, struct writeback_control *wbc) in ocfs2_writepage() 637 static int ocfs2_releasepage(struct page *page, gfp_t wait) in ocfs2_releasepage() 1014 static void ocfs2_clear_page_regions(struct page *page, in ocfs2_clear_page_regions() 1044 static int ocfs2_should_read_blk(struct inode *inode, struct page *page, in ocfs2_should_read_blk() 1065 int ocfs2_map_page_blocks(struct page *page, u64 *p_blkno, in ocfs2_map_page_blocks() 1316 static void ocfs2_zero_new_buffers(struct page *page, unsigned from, unsigned to) in ocfs2_zero_new_buffers() 1381 struct page *page, u32 cpos, in ocfs2_prepare_page_for_write() [all …]
|
/linux-4.1.27/fs/kernfs/ |
D | symlink.c | 118 unsigned long page = get_zeroed_page(GFP_KERNEL); in kernfs_iop_follow_link() local 131 char *page = nd_get_link(nd); in kernfs_iop_put_link() local
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | pgalloc.h | 26 #define pmd_populate(mm, pmdp, page) \ argument 59 struct page *page; in pte_alloc_one() local
|
D | cacheflush.h | 135 #define flush_dcache_page(page) do { } while (0) argument 151 #define flush_icache_page(vma,page) do { } while (0) argument 165 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 172 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
D | page.h | 159 # define clear_user_page(page, vaddr, pg) clear_page(page) argument 182 #define page_to_virt(page) __va(page_to_pfn(page) << PAGE_SHIFT) argument 184 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | io.h | 51 #define page_to_phys(page) virt_to_phys(page_to_virt(page)) argument 52 #define page_to_bus(page) page_to_virt(page) argument
|
/linux-4.1.27/fs/btrfs/ |
D | compression.c | 111 struct page *page; in check_compressed_csum() local 159 struct page *page; in end_compressed_bio_read() local 274 struct page *page; in end_compressed_bio_write() local 341 struct page *page; in btrfs_submit_compressed_write() local 453 struct page *page; in add_ra_bio_pages() local 578 struct page *page; in btrfs_submit_compressed_read() local 1074 struct page *page = bvec[pg_index].bv_page; in btrfs_clear_biovec_end() local
|
D | raid56.c | 1005 struct page *page; in alloc_rbio_pages() local 1023 struct page *page; in alloc_rbio_parity_pages() local 1045 struct page *page, in rbio_add_io_page() 1118 static struct page *rbio_stripe_page(struct btrfs_raid_bio *rbio, int stripe, int page) in rbio_stripe_page() 1263 struct page *page; in finish_rmw() local 1287 struct page *page; in finish_rmw() local 1522 struct page *page; in raid56_rmw_stripe() local 1799 struct page *page; in __raid_recover_end_io() local 2236 struct page *page, u64 logical) in raid56_parity_add_scrub_pages() 2258 struct page *page; in alloc_rbio_essential_pages() local [all …]
|
/linux-4.1.27/arch/arm64/mm/ |
D | dma-mapping.c | 104 struct page *page; in __dma_alloc_coherent() local 144 struct page *page; in __dma_alloc() local 151 struct page *page = NULL; in __dma_alloc() local 205 static dma_addr_t __swiotlb_map_page(struct device *dev, struct page *page, in __swiotlb_map_page() 360 struct page *page; in atomic_pool_init() local
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | hugetlb.h | 176 static inline int arch_prepare_hugepage(struct page *page) in arch_prepare_hugepage() 181 static inline void arch_release_hugepage(struct page *page) in arch_release_hugepage() 185 static inline void arch_clear_hugepage_flags(struct page *page) in arch_clear_hugepage_flags()
|
/linux-4.1.27/arch/frv/mm/ |
D | dma-alloc.c | 84 unsigned long page, va, pa; in consistent_alloc() local 176 void consistent_sync_page(struct page *page, unsigned long offset, in consistent_sync_page()
|
/linux-4.1.27/fs/reiserfs/ |
D | inode.c | 192 static inline void fix_tail_page_for_writing(struct page *page) in fix_tail_page_for_writing() 2198 struct page *page; in grab_tail_page() local 2270 struct page *page = NULL; in reiserfs_truncate_file() local 2523 static int reiserfs_write_full_page(struct page *page, in reiserfs_write_full_page() 2739 static int reiserfs_readpage(struct file *f, struct page *page) in reiserfs_readpage() 2744 static int reiserfs_writepage(struct page *page, struct writeback_control *wbc) in reiserfs_writepage() 2763 struct page *page; in reiserfs_write_begin() local 2831 int __reiserfs_write_begin(struct page *page, unsigned from, unsigned len) in __reiserfs_write_begin() 2893 struct page *page, void *fsdata) in reiserfs_write_end() 2994 int reiserfs_commit_write(struct file *f, struct page *page, in reiserfs_commit_write() [all …]
|
/linux-4.1.27/arch/tile/include/asm/ |
D | page.h | 57 static inline void clear_page(void *page) in clear_page() 67 static inline void clear_user_page(void *page, unsigned long vaddr, in clear_user_page() 318 #define page_to_pa(page) ((phys_addr_t)(page_to_pfn(page)) << PAGE_SHIFT) argument 320 #define page_to_virt(page) pfn_to_kaddr(page_to_pfn(page)) argument
|
D | cacheflush.h | 32 #define flush_dcache_page(page) do { } while (0) argument 65 struct page *page, unsigned long vaddr, in copy_to_user_page() 75 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_loopback.c | 437 static ssize_t f_lb_opts_qlen_show(struct f_lb_opts *opts, char *page) in f_lb_opts_qlen_show() 449 const char *page, size_t len) in f_lb_opts_qlen_store() 476 static ssize_t f_lb_opts_bulk_buflen_show(struct f_lb_opts *opts, char *page) in f_lb_opts_bulk_buflen_show() 488 const char *page, size_t len) in f_lb_opts_bulk_buflen_store()
|
D | f_mass_storage.c | 3150 static ssize_t fsg_lun_opts_file_show(struct fsg_lun_opts *opts, char *page) in fsg_lun_opts_file_show() 3160 const char *page, size_t len) in fsg_lun_opts_file_store() 3173 static ssize_t fsg_lun_opts_ro_show(struct fsg_lun_opts *opts, char *page) in fsg_lun_opts_ro_show() 3179 const char *page, size_t len) in fsg_lun_opts_ro_store() 3193 char *page) in fsg_lun_opts_removable_show() 3199 const char *page, size_t len) in fsg_lun_opts_removable_store() 3209 static ssize_t fsg_lun_opts_cdrom_show(struct fsg_lun_opts *opts, char *page) in fsg_lun_opts_cdrom_show() 3215 const char *page, size_t len) in fsg_lun_opts_cdrom_store() 3229 static ssize_t fsg_lun_opts_nofua_show(struct fsg_lun_opts *opts, char *page) in fsg_lun_opts_nofua_show() 3235 const char *page, size_t len) in fsg_lun_opts_nofua_store() [all …]
|
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/ |
D | gpmi-nand.c | 995 uint8_t *buf, int oob_required, int page) in gpmi_ecc_read_page() 1075 uint32_t offs, uint32_t len, uint8_t *buf, int page) in gpmi_ecc_read_subpage() 1299 int page) in gpmi_ecc_read_oob() 1326 gpmi_ecc_write_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) in gpmi_ecc_write_oob() 1360 int oob_required, int page) in gpmi_ecc_read_page_raw() 1524 int page) in gpmi_ecc_read_oob_raw() 1532 int page) in gpmi_ecc_write_oob_raw() 1545 int column, page, status, chipnr; in gpmi_block_markbad() local 1607 unsigned int page; in mx23_check_transcription_stamp() local 1666 unsigned int page; in mx23_write_transcription_stamp() local [all …]
|
/linux-4.1.27/drivers/iommu/ |
D | tegra-smmu.c | 81 #define SMMU_PTB_DATA_VALUE(page, attr) (page_to_phys(page) >> 12 | (attr)) argument 83 #define SMMU_MK_PDE(page, attr) (page_to_phys(page) >> SMMU_PTE_SHIFT | (attr)) argument 136 static inline void smmu_flush_ptc(struct tegra_smmu *smmu, struct page *page, in smmu_flush_ptc() 474 struct page *page; in as_get_pte() local 517 struct page *page; in as_put_pte() local 543 struct page *page; in tegra_smmu_map() local 567 struct page *page; in tegra_smmu_unmap() local 589 struct page *page; in tegra_smmu_iova_to_phys() local
|
/linux-4.1.27/fs/afs/ |
D | mntpt.c | 55 struct page *page; in afs_mntpt_check_symlink() local 130 struct page *page; in afs_mntpt_do_automount() local
|
/linux-4.1.27/arch/x86/kernel/ |
D | espfix_64.c | 85 unsigned long page, slot; in espfix_base_addr() local 139 unsigned int cpu, page; in init_espfix_ap() local
|
D | pci-dma.c | 94 struct page *page; in dma_generic_alloc_coherent() local 137 struct page *page = virt_to_page(vaddr); in dma_generic_free_coherent() local
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | pgalloc.h | 70 struct page *page; in pte_alloc_one() local 83 pte_free(struct mm_struct *mm, pgtable_t page) in pte_free()
|
D | mmzone.h | 78 #define mk_pte(page, pgprot) \ argument 100 #define page_to_pa(page) \ argument
|
/linux-4.1.27/fs/cramfs/ |
D | inode.c | 197 struct page *page = NULL; in cramfs_read() local 209 struct page *page = pages[i]; in cramfs_read() local 228 struct page *page = pages[i]; in cramfs_read() local 491 static int cramfs_readpage(struct file *file, struct page *page) in cramfs_readpage()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | page.h | 135 #define clear_user_highpage(page,vaddr) \ argument 142 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) argument
|
D | cacheflush.h | 177 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument 314 struct page *page, unsigned long vmaddr) in flush_anon_page() 330 #define flush_icache_user_range(vma,page,addr,len) \ argument 337 #define flush_icache_page(vma,page) do { } while (0) argument
|
/linux-4.1.27/arch/tile/kernel/ |
D | pci-dma.c | 101 static void __dma_prep_page(struct page *page, unsigned long offset, in __dma_prep_page() 149 static void __dma_complete_page(struct page *page, unsigned long offset, in __dma_complete_page() 174 struct page *page = pfn_to_page(PFN_DOWN(dma_addr)); in __dma_prep_pa_range() local 190 struct page *page = pfn_to_page(PFN_DOWN(dma_addr)); in __dma_complete_pa_range() local 240 static dma_addr_t tile_dma_map_page(struct device *dev, struct page *page, in tile_dma_map_page() 416 static dma_addr_t tile_pci_dma_map_page(struct device *dev, struct page *page, in tile_pci_dma_map_page()
|
/linux-4.1.27/arch/mips/kvm/ |
D | commpage.c | 29 struct kvm_mips_commpage *page = vcpu->arch.kseg0_commpage; in kvm_mips_commpage_init() local
|
/linux-4.1.27/fs/cifs/ |
D | file.c | 1833 static int cifs_partialpagewrite(struct page *page, unsigned from, unsigned to) in cifs_partialpagewrite() 1928 struct page *page; in wdata_prepare_pages() local 2150 cifs_writepage_locked(struct page *page, struct writeback_control *wbc) in cifs_writepage_locked() 2188 static int cifs_writepage(struct page *page, struct writeback_control *wbc) in cifs_writepage() 2197 struct page *page, void *fsdata) in cifs_write_end() 2780 struct page *page; in cifs_read_allocate_pages() local 2831 struct page *page = rdata->pages[i]; in cifs_readdata_to_iov() local 2863 struct page *page = rdata->pages[i]; in cifs_uncached_read_into_pages() local 3213 struct page *page = vmf->page; in cifs_page_mkwrite() local 3273 struct page *page = rdata->pages[i]; in cifs_readv_complete() local [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_page.c | 175 struct cl_page *page = cl_page_top(opg->ops_cl.cpl_page); in osc_page_transfer_get() local 186 struct cl_page *page = cl_page_top(opg->ops_cl.cpl_page); in osc_page_transfer_put() local 502 struct cl_page *page, struct page *vmpage) in osc_page_init() 626 struct cl_page *page = pvec[i]; in discard_pagevec() local 676 struct cl_page *page; in osc_lru_shrink() local
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | rx.c | 112 struct page *page; in efx_reuse_page() local 156 struct page *page; in efx_init_rx_buffers() local 216 struct page *page = rx_buf->page; in efx_unmap_rx_buffer() local 247 struct page *page = rx_buf->page; in efx_recycle_rx_page() local 806 struct page *page = rx_queue->page_ring[i]; in efx_fini_rx_queue() local
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_download.c | 89 u16 page, offset; in hfa384x_from_aux() local 120 u16 page, offset; in hfa384x_to_aux() local 181 u16 page[0x80]; member 597 __le16 page; in prism2_download_nonvolatile() member
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | phy.c | 314 s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page) in e1000_set_page_igp() 2334 static u32 e1000_get_phy_addr_for_bm_page(u32 page, u32 reg) in e1000_get_phy_addr_for_bm_page() 2356 u32 page = offset >> IGP_PAGE_SHIFT; in e1000e_write_phy_reg_bm() local 2414 u32 page = offset >> IGP_PAGE_SHIFT; in e1000e_read_phy_reg_bm() local 2471 u16 page = (u16)(offset >> IGP_PAGE_SHIFT); in e1000e_read_phy_reg_bm2() local 2514 u16 page = (u16)(offset >> IGP_PAGE_SHIFT); in e1000e_write_phy_reg_bm2() local 2657 u16 page = BM_PHY_REG_PAGE(offset); in e1000_access_phy_wakeup_reg_bm() local 2757 u16 page = BM_PHY_REG_PAGE(offset); in __e1000_read_phy_reg_hv() local 2864 u16 page = BM_PHY_REG_PAGE(offset); in __e1000_write_phy_reg_hv() local 2978 static u32 e1000_get_phy_addr_for_hv_page(u32 page) in e1000_get_phy_addr_for_hv_page()
|
/linux-4.1.27/fs/ramfs/ |
D | file-nommu.c | 108 struct page *page = pages + loop; in ramfs_nommu_expand_for_mapping() local 210 struct page **pages = NULL, **ptr, *page; in ramfs_nommu_get_unmapped_area() local
|
/linux-4.1.27/drivers/ptp/ |
D | ptp_sysfs.c | 26 struct device_attribute *attr, char *page) in clock_name_show() 96 struct device_attribute *attr, char *page) in extts_fifo_show() 192 char *page) in ptp_pin_show()
|
/linux-4.1.27/fs/nilfs2/ |
D | btnode.c | 75 struct page *page; in nilfs_btnode_submit_block() local 145 struct page *page = bh->b_page; in nilfs_btnode_delete() local
|
D | mdt.c | 361 struct page *page; in nilfs_mdt_forget_block() local 430 nilfs_mdt_write_page(struct page *page, struct writeback_control *wbc) in nilfs_mdt_write_page() 552 struct page *page; in nilfs_mdt_freeze_buffer() local 584 struct page *page; in nilfs_mdt_get_frozen_buffer() local
|
/linux-4.1.27/arch/score/mm/ |
D | pgtable.c | 31 void pgd_init(unsigned long page) in pgd_init()
|
D | tlb-score.c | 159 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() 190 void local_flush_tlb_one(unsigned long page) in local_flush_tlb_one()
|
/linux-4.1.27/drivers/target/loopback/ |
D | tcm_loop.c | 923 char *page) in tcm_loop_tpg_attrib_show_fabric_prot_type() 933 const char *page, in tcm_loop_tpg_attrib_store_fabric_prot_type() 1054 char *page) in tcm_loop_tpg_show_nexus() 1073 const char *page, in tcm_loop_tpg_store_nexus() 1154 char *page) in tcm_loop_tpg_show_transport_status() 1180 const char *page, in tcm_loop_tpg_store_transport_status() 1371 char *page) in tcm_loop_wwn_show_attr_version()
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 186 hugetlbfs_read_actor(struct page *page, unsigned long offset, in hugetlbfs_read_actor() 232 struct page *page; in hugetlbfs_read_iter() local 291 struct page *page, void *fsdata) in hugetlbfs_write_end() 297 static void truncate_huge_page(struct page *page) in truncate_huge_page() 324 struct page *page = pvec.pages[i]; in truncate_hugepages() local 565 static int hugetlbfs_set_page_dirty(struct page *page) in hugetlbfs_set_page_dirty() 574 struct page *newpage, struct page *page, in hugetlbfs_migrate_page()
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 237 static int ttm_copy_io_page(void *dst, void *src, unsigned long page) in ttm_copy_io_page() 251 unsigned long page, in ttm_copy_io_ttm_page() 288 unsigned long page, in ttm_copy_ttm_io_page() 336 unsigned long page; in ttm_bo_move_memcpy() local
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_vm.c | 131 struct page *page; in drm_do_vm_fault() local 193 struct page *page; in drm_do_vm_shm_fault() local 297 struct page *page; in drm_do_vm_dma_fault() local 333 struct page *page; in drm_do_vm_sg_fault() local
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_tiling.c | 488 i915_gem_swizzle_page(struct page *page) in i915_gem_swizzle_page() 516 struct page *page = sg_page_iter_page(&sg_iter); in i915_gem_object_do_bit_17_swizzle() local
|
/linux-4.1.27/fs/bfs/ |
D | file.c | 152 static int bfs_writepage(struct page *page, struct writeback_control *wbc) in bfs_writepage() 157 static int bfs_readpage(struct file *file, struct page *page) in bfs_readpage()
|
/linux-4.1.27/fs/ |
D | exec.c | 185 struct page *page; in get_arg_page() local 230 static void put_arg_page(struct page *page) in put_arg_page() 244 struct page *page) in flush_arg_page() 305 struct page *page; in get_arg_page() local 318 static void put_arg_page(struct page *page) in put_arg_page() 339 struct page *page) in flush_arg_page() 508 struct page *page; in copy_strings() local 1362 struct page *page; in remove_arg_zero() local
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/linux/ |
D | lnet.h | 53 #define cfs_tcp_sendpage(sk, page, offset, size, flags) \ argument
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 191 struct page *page = virt_to_page(ptr); in xen_page_pinned() local 527 struct page *page = virt_to_page(pgd_page); in xen_get_user_pgd() local 610 int (*func)(struct mm_struct *mm, struct page *, in __xen_pgd_walk() 701 int (*func)(struct mm_struct *mm, struct page *, in xen_pgd_walk() 710 static spinlock_t *xen_pte_lock(struct page *page, struct mm_struct *mm) in xen_pte_lock() 738 static int xen_pin_page(struct mm_struct *mm, struct page *page, in xen_pin_page() 856 struct page *page; in xen_mm_pin_all() local 875 static int __init xen_mark_pinned(struct mm_struct *mm, struct page *page, in xen_mark_pinned() 887 static int xen_unpin_page(struct mm_struct *mm, struct page *page, in xen_unpin_page() 970 struct page *page; in xen_mm_unpin_all() local [all …]
|
/linux-4.1.27/arch/s390/include/asm/ |
D | hugetlb.h | 40 #define arch_clear_hugepage_flags(page) do { } while (0) argument 76 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()
|
/linux-4.1.27/arch/s390/mm/ |
D | hugetlbpage.c | 128 int arch_prepare_hugepage(struct page *page) in arch_prepare_hugepage() 151 void arch_release_hugepage(struct page *page) in arch_release_hugepage()
|
D | pageattr.c | 123 void __kernel_map_pages(struct page *page, int numpages, int enable) in __kernel_map_pages() 155 bool kernel_page_present(struct page *page) in kernel_page_present()
|
/linux-4.1.27/arch/x86/mm/kmemcheck/ |
D | shadow.c | 21 struct page *page; in kmemcheck_shadow_lookup() local 41 unsigned long page = addr & PAGE_MASK; in mark_shadow() local
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 1258 struct page *page; in ext3_write_begin() local 1375 struct page *page, void *fsdata) in ext3_ordered_write_end() 1412 struct page *page, void *fsdata) in ext3_writeback_write_end() 1439 struct page *page, void *fsdata) in ext3_journalled_write_end() 1574 static int ext3_ordered_writepage(struct page *page, in ext3_ordered_writepage() 1653 static int ext3_writeback_writepage(struct page *page, in ext3_writeback_writepage() 1702 static int ext3_journalled_writepage(struct page *page, in ext3_journalled_writepage() 1774 static int ext3_readpage(struct file *file, struct page *page) in ext3_readpage() 1787 static void ext3_invalidatepage(struct page *page, unsigned int offset, in ext3_invalidatepage() 1803 static int ext3_releasepage(struct page *page, gfp_t wait) in ext3_releasepage() [all …]
|
/linux-4.1.27/drivers/net/wan/ |
D | hd64570.c | 251 u8 page; in sca_rx() local 383 u8 page = sca_get_page(card); in sca_intr() local 572 u8 page = sca_get_page(card); in sca_dump_rings() local 626 u8 page; in sca_xmit() local
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | page.h | 71 #define clear_user_page(addr, vaddr, page) \ argument 77 #define copy_user_page(to, from, vaddr, page) \ argument 106 # define page_to_pfn(page) ((unsigned long) (page - vmem_map)) argument 123 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | fw.c | 101 u32 page, const u8 *buffer, u32 size) in _rtl88e_fw_page_write() 116 u32 page, offset; in _rtl88e_write_fw() local
|
/linux-4.1.27/arch/avr32/mm/ |
D | cache.c | 119 void flush_icache_page(struct vm_area_struct *vma, struct page *page) in flush_icache_page() 155 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page()
|
/linux-4.1.27/fs/coda/ |
D | symlink.c | 23 static int coda_symlink_filler(struct file *file, struct page *page) in coda_symlink_filler()
|
/linux-4.1.27/fs/qnx6/ |
D | namei.c | 19 struct page *page; in qnx6_lookup() local
|
/linux-4.1.27/fs/efs/ |
D | symlink.c | 14 static int efs_symlink_readpage(struct file *file, struct page *page) in efs_symlink_readpage()
|
/linux-4.1.27/include/xen/ |
D | page.h | 6 static inline unsigned long page_to_mfn(struct page *page) in page_to_mfn()
|
/linux-4.1.27/drivers/target/sbp/ |
D | sbp_target.c | 2276 char *page) in sbp_wwn_show_attr_version() 2290 char *page) in sbp_tpg_show_directory_id() 2303 const char *page, in sbp_tpg_store_directory_id() 2331 char *page) in sbp_tpg_show_enable() 2340 const char *page, in sbp_tpg_store_enable() 2393 char *page) in sbp_tpg_attrib_show_mgt_orb_timeout() 2402 const char *page, in sbp_tpg_attrib_store_mgt_orb_timeout() 2429 char *page) in sbp_tpg_attrib_show_max_reconnect_timeout() 2438 const char *page, in sbp_tpg_attrib_store_max_reconnect_timeout() 2465 char *page) in sbp_tpg_attrib_show_max_logins_per_lun() [all …]
|