Home
last modified time | relevance | path

Searched defs:page (Results 201 – 400 of 1459) sorted by relevance

12345678

/linux-4.1.27/drivers/gpu/drm/tegra/
Dgem.c60 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/
Dsnapshot.c123 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 …]
Dblock_io.c29 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/
Dpage.h29 #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/
Dswapops.h104 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()
Dswap.h365 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()
Dkasan.h64 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()
Dmm_types.h46 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
Dmmdebug.h18 #define VM_BUG_ON_PAGE(cond, page) \ argument
44 #define VM_BUG_ON_PAGE(cond, page) VM_BUG_ON(cond) argument
Dbuffer_head.h137 #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()
Dfrontswap.h71 static inline int frontswap_store(struct page *page) in frontswap_store()
80 static inline int frontswap_load(struct page *page) in frontswap_load()
Dscatterlist.h57 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
Dhugetlb.h144 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/
Dcplbmgr.c126 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/
Dheartbeat.c402 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/
Dfile.c324 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
Ddir.c157 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/
Dore_raid.c157 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/
Dpage_actor.h13 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
Dfile.c374 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()
Dfile_direct.c38 struct page **page; in squashfs_readpage_block() local
141 int pages, struct page **page) in squashfs_read_cache()
Dfile_cache.c23 int squashfs_readpage_block(struct page *page, u64 block, int bsize) in squashfs_readpage_block()
/linux-4.1.27/mm/
Dcleancache.c177 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()
Ddebug.c83 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()
Dshmem.c292 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 …]
Dgup.c39 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
Dhuge_memory.c709 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 …]
Dmemory-failure.c191 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()
Dvmscan.c445 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 …]
Dmmzone.c76 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()
Dhugetlb_cgroup.c110 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()
Dutil.c328 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()
Dpage_ext.c98 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
Dmemory.c292 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 …]
Dworkingset.c213 void *workingset_eviction(struct address_space *mapping, struct page *page) in workingset_eviction()
250 void workingset_activation(struct page *page) in workingset_activation()
Dmemcontrol.c600 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/
Dtlbflush.h27 #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()
Dcacheflush.h16 #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/
Dmax16064.c31 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()
Dmax34440.c53 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()
Dzl6100.c140 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()
Dadm1275.c64 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()
Ducd9000.c70 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/
Daoeblk.c35 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/
Dcache.c227 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/
Dfbif.h95 #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/
Ddma-noncoherent.c157 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()
Dmem.c346 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()
Dinit_64.c162 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
Dpgtable_64.c399 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/
Dpage.h116 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
Dcacheflush.h47 #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/
Dhugetlb.h74 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()
Dcacheflush.h62 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()
Dpage.h68 #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/
Dbook3s_64_vio_hv.c56 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/
Dmd.c751 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 …]
Ddm-sysfs.c22 char *page) in dm_attr_show()
47 const char *page, size_t count) in dm_attr_store()
/linux-4.1.27/fs/f2fs/
Dsegment.c178 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 …]
Dtrace.c55 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()
Dnamei.c197 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/
Dvirtio_balloon.c91 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/
Dpage.h81 # 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
Dcacheflush.h77 #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/
Dpage_32.h24 static inline void clear_page(void *page) in clear_page()
36 static inline void clear_page(void *page) in clear_page()
Dhugetlb.h87 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/
Dnommu.c55 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()
Dtlbflush_64.c31 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()
Dcache-sh7705.c138 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/
Dbackend.c145 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
Dgeneric.c269 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()
Dali-agp.c146 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/
Dcache.c82 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
Dgup.c43 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
Dpgtable-64.c16 void pgd_init(unsigned long page) in pgd_init()
79 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd()
Ddma-default.c137 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/
Dipz_pt_fn.c84 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/
Daops.c62 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()
Dindex.c66 struct page *page = ictx->page; in ntfs_index_ctx_put() local
134 struct page *page; in ntfs_index_lookup() local
Dmft.c52 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
Dusnjrnl.c52 struct page *page; in ntfs_stamp_usnjrnl() local
/linux-4.1.27/drivers/memstick/core/
Dms_block.c791 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/
Dcacheflush.h16 #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
Dpage.h12 #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/
Dcacheflush.h17 #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
Dmemory_model.h31 #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/
Dcacheflush.h30 #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/
Dhugetlb.h103 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()
Dcacheflush.h101 #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/
Dhugetlb.h85 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()
Dcacheflush.h61 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/
Dbnode.c20 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
Dbtree.c23 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/
Diommu.c177 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
Dsrmmu.c345 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/
Dcache-flush-icache.c25 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
Dpgtable.c110 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/
Dipl.c265 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/
Dcacheflush_mm.h251 #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()
Dcacheflush_no.h17 #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/
Dpage.h36 #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/
Dion_carveout_heap.c64 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
Dion_heap.c50 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/
Dhugetlb.h117 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/
Dcacheflush_32.h21 #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
Dpage.h4 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) argument
/linux-4.1.27/fs/logfs/
Ddev_bdev.c17 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()
Ddir.c160 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
Dsuper.c27 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
Ddev_mtd.c77 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/
Dgup.c84 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
Dkmmio.c36 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()
Dpageattr.c444 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/
Drw26.c77 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()
Drw.c70 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
Dvvp_page.c274 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/
Dmthca_memfree.c61 } 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/
Diov_iter.c138 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/
Ddrbd_bitmap.c202 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/
Dlov_page.c57 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/
Dcopypage-v6.c49 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/
Dtfc_conf.c143 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()
Dtfc_io.c76 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/
Dinode.c913 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 …]
Dinline.c460 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/
Dnand_base.c323 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 …]
Ddocg4.c86 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
Ddenali.c859 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/
Dbtree.c138 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
Dbitmap.c22 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/
Dpage.h26 #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/
Dlops.c176 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/
Dfile.c371 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/
Dpage.c56 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/
Dsclp_vt220.c121 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
Dsclp_ocf.c89 struct kobj_attribute *attr, char *page) in cpc_name_show()
103 struct kobj_attribute *attr, char *page) in hmc_network_show()
Dsclp_cpi_sys.c222 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/
Dmmap.c62 struct page *page) in __ocfs2_page_mkwrite()
133 struct page *page = vmf->page; in ocfs2_page_mkwrite() local
Daops.c222 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/
Dsymlink.c118 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/
Dpgalloc.h26 #define pmd_populate(mm, pmdp, page) \ argument
59 struct page *page; in pte_alloc_one() local
Dcacheflush.h135 #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
Dpage.h159 # 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/
Dio.h51 #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/
Dcompression.c111 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
Draid56.c1005 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/
Ddma-mapping.c104 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/
Dhugetlb.h176 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/
Ddma-alloc.c84 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/
Dinode.c192 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/
Dpage.h57 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
Dcacheflush.h32 #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/
Df_loopback.c437 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()
Df_mass_storage.c3150 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/
Dgpmi-nand.c995 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/
Dtegra-smmu.c81 #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/
Dmntpt.c55 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/
Despfix_64.c85 unsigned long page, slot; in espfix_base_addr() local
139 unsigned int cpu, page; in init_espfix_ap() local
Dpci-dma.c94 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/
Dpgalloc.h70 struct page *page; in pte_alloc_one() local
83 pte_free(struct mm_struct *mm, pgtable_t page) in pte_free()
Dmmzone.h78 #define mk_pte(page, pgprot) \ argument
100 #define page_to_pa(page) \ argument
/linux-4.1.27/fs/cramfs/
Dinode.c197 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/
Dpage.h135 #define clear_user_highpage(page,vaddr) \ argument
142 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) argument
Dcacheflush.h177 #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/
Dpci-dma.c101 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/
Dcommpage.c29 struct kvm_mips_commpage *page = vcpu->arch.kseg0_commpage; in kvm_mips_commpage_init() local
/linux-4.1.27/fs/cifs/
Dfile.c1833 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/
Dosc_page.c175 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/
Drx.c112 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/
Dhostap_download.c89 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/
Dphy.c314 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/
Dfile-nommu.c108 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/
Dptp_sysfs.c26 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/
Dbtnode.c75 struct page *page; in nilfs_btnode_submit_block() local
145 struct page *page = bh->b_page; in nilfs_btnode_delete() local
Dmdt.c361 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/
Dpgtable.c31 void pgd_init(unsigned long page) in pgd_init()
Dtlb-score.c159 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/
Dtcm_loop.c923 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/
Dinode.c186 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/
Dttm_bo_util.c237 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/
Ddrm_vm.c131 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/
Di915_gem_tiling.c488 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/
Dfile.c152 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/
Dexec.c185 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/
Dlnet.h53 #define cfs_tcp_sendpage(sk, page, offset, size, flags) \ argument
/linux-4.1.27/arch/x86/xen/
Dmmu.c191 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/
Dhugetlb.h40 #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/
Dhugetlbpage.c128 int arch_prepare_hugepage(struct page *page) in arch_prepare_hugepage()
151 void arch_release_hugepage(struct page *page) in arch_release_hugepage()
Dpageattr.c123 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/
Dshadow.c21 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/
Dinode.c1258 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/
Dhd64570.c251 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/
Dpage.h71 #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/
Dfw.c101 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/
Dcache.c119 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/
Dsymlink.c23 static int coda_symlink_filler(struct file *file, struct page *page) in coda_symlink_filler()
/linux-4.1.27/fs/qnx6/
Dnamei.c19 struct page *page; in qnx6_lookup() local
/linux-4.1.27/fs/efs/
Dsymlink.c14 static int efs_symlink_readpage(struct file *file, struct page *page) in efs_symlink_readpage()
/linux-4.1.27/include/xen/
Dpage.h6 static inline unsigned long page_to_mfn(struct page *page) in page_to_mfn()
/linux-4.1.27/drivers/target/sbp/
Dsbp_target.c2276 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 …]

12345678