/linux-4.1.27/mm/ |
D | truncate.c | 26 static void clear_exceptional_entry(struct address_space *mapping, in clear_exceptional_entry() 106 truncate_complete_page(struct address_space *mapping, struct page *page) in truncate_complete_page() 136 invalidate_complete_page(struct address_space *mapping, struct page *page) in invalidate_complete_page() 151 int truncate_inode_page(struct address_space *mapping, struct page *page) in truncate_inode_page() 164 int generic_error_remove_page(struct address_space *mapping, struct page *page) in generic_error_remove_page() 186 struct address_space *mapping = page_mapping(page); in invalidate_inode_page() local 220 void truncate_inode_pages_range(struct address_space *mapping, in truncate_inode_pages_range() 390 void truncate_inode_pages(struct address_space *mapping, loff_t lstart) in truncate_inode_pages() 405 void truncate_inode_pages_final(struct address_space *mapping) in truncate_inode_pages_final() 456 unsigned long invalidate_mapping_pages(struct address_space *mapping, in invalidate_mapping_pages() [all …]
|
D | filemap.c | 111 static void page_cache_tree_delete(struct address_space *mapping, in page_cache_tree_delete() 181 struct address_space *mapping = page->mapping; in __delete_from_page_cache() local 226 struct address_space *mapping = page->mapping; in delete_from_page_cache() local 242 static int filemap_check_errors(struct address_space *mapping) in filemap_check_errors() 270 int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in __filemap_fdatawrite_range() 288 static inline int __filemap_fdatawrite(struct address_space *mapping, in __filemap_fdatawrite() 294 int filemap_fdatawrite(struct address_space *mapping) in filemap_fdatawrite() 300 int filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in filemap_fdatawrite_range() 314 int filemap_flush(struct address_space *mapping) in filemap_flush() 329 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, in filemap_fdatawait_range() [all …]
|
D | readahead.c | 28 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init() 44 static void read_cache_pages_invalidate_page(struct address_space *mapping, in read_cache_pages_invalidate_page() 61 static void read_cache_pages_invalidate_pages(struct address_space *mapping, in read_cache_pages_invalidate_pages() 83 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages() 111 static int read_pages(struct address_space *mapping, struct file *filp, in read_pages() 152 int __do_page_cache_readahead(struct address_space *mapping, struct file *filp, in __do_page_cache_readahead() 210 int force_page_cache_readahead(struct address_space *mapping, struct file *filp, in force_page_cache_readahead() 328 static pgoff_t count_history_pages(struct address_space *mapping, in count_history_pages() 343 static int try_context_readahead(struct address_space *mapping, in try_context_readahead() 378 ondemand_readahead(struct address_space *mapping, in ondemand_readahead() [all …]
|
D | page-writeback.c | 1341 static void balance_dirty_pages(struct address_space *mapping, in balance_dirty_pages() 1578 void balance_dirty_pages_ratelimited(struct address_space *mapping) in balance_dirty_pages_ratelimited() 1793 void tag_pages_for_writeback(struct address_space *mapping, in tag_pages_for_writeback() 1834 int write_cache_pages(struct address_space *mapping, in write_cache_pages() 1997 struct address_space *mapping = data; in __writepage() local 2011 int generic_writepages(struct address_space *mapping, in generic_writepages() 2029 int do_writepages(struct address_space *mapping, struct writeback_control *wbc) in do_writepages() 2053 struct address_space *mapping = page->mapping; in write_one_page() local 2095 void account_page_dirtied(struct page *page, struct address_space *mapping) in account_page_dirtied() 2122 void account_page_cleaned(struct page *page, struct address_space *mapping) in account_page_cleaned() [all …]
|
D | page_io.c | 140 struct address_space *mapping = swap_file->f_mapping; in generic_swapfile_activate() local 266 struct address_space *mapping = swap_file->f_mapping; in __swap_writepage() local 344 struct address_space *mapping = swap_file->f_mapping; in swap_readpage() local 376 struct address_space *mapping = sis->swap_file->f_mapping; in swap_set_page_dirty() local
|
D | shmem.c | 253 static int shmem_radix_tree_replace(struct address_space *mapping, in shmem_radix_tree_replace() 278 static bool shmem_confirm_swap(struct address_space *mapping, in shmem_confirm_swap() 293 struct address_space *mapping, in shmem_add_to_page_cache() 329 struct address_space *mapping = page->mapping; in shmem_delete_from_page_cache() local 346 static int shmem_free_swap(struct address_space *mapping, in shmem_free_swap() 363 void shmem_unlock_mapping(struct address_space *mapping) in shmem_unlock_mapping() 397 struct address_space *mapping = inode->i_mapping; in shmem_undo_range() local 615 struct address_space *mapping = info->vfs_inode.i_mapping; in shmem_unuse_inode() local 747 struct address_space *mapping; in shmem_writepage() local 1035 struct address_space *mapping = inode->i_mapping; in shmem_getpage_gfp() local [all …]
|
D | cleancache.c | 244 void __cleancache_invalidate_page(struct address_space *mapping, in __cleancache_invalidate_page() 274 void __cleancache_invalidate_inode(struct address_space *mapping) in __cleancache_invalidate_inode()
|
D | workingset.c | 213 void *workingset_eviction(struct address_space *mapping, struct page *page) in workingset_eviction() 309 struct address_space *mapping; in shadow_lru_isolate() local
|
D | migrate.c | 308 int migrate_page_move_mapping(struct address_space *mapping, in migrate_page_move_mapping() 397 int migrate_huge_page_move_mapping(struct address_space *mapping, in migrate_huge_page_move_mapping() 563 int migrate_page(struct address_space *mapping, in migrate_page() 587 int buffer_migrate_page(struct address_space *mapping, in buffer_migrate_page() 644 static int writeout(struct address_space *mapping, struct page *page) in writeout() 685 static int fallback_migrate_page(struct address_space *mapping, in fallback_migrate_page() 720 struct address_space *mapping; in move_to_new_page() local
|
D | util.c | 330 unsigned long mapping; in __page_rmapping() local 347 unsigned long mapping; in page_anon_vma() local 358 unsigned long mapping; in page_mapping() local
|
D | memory-failure.c | 81 struct address_space *mapping; in hwpoison_filter_dev() local 455 struct address_space *mapping = page->mapping; in collect_procs_file() local 620 struct address_space *mapping; in me_pagecache_clean() local 683 struct address_space *mapping = page_mapping(p); in me_pagecache_dirty() local 925 struct address_space *mapping; in hwpoison_user_mappings() local
|
D | fadvise.c | 32 struct address_space *mapping; in SYSCALL_DEFINE4() local
|
D | swap.c | 1077 struct address_space *mapping, in pagevec_lookup_entries() 1123 unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping, in pagevec_lookup() 1131 unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, in pagevec_lookup_tag()
|
D | vmscan.c | 479 static void handle_write_error(struct address_space *mapping, 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() 815 struct address_space *mapping; in page_check_dirty_writeback() local 867 struct address_space *mapping; in shrink_page_list() local 1256 struct address_space *mapping; in __isolate_lru_page() local
|
D | mmap.c | 238 struct file *file, struct address_space *mapping) in __remove_shared_vm_struct() 259 struct address_space *mapping = file->f_mapping; in unlink_file_vma() local 645 struct address_space *mapping = file->f_mapping; in __vma_link_file() local 671 struct address_space *mapping = NULL; in vma_link() local 732 struct address_space *mapping = NULL; in vma_adjust() local 3155 static void vm_lock_mapping(struct mm_struct *mm, struct address_space *mapping) in vm_lock_mapping() 3257 static void vm_unlock_mapping(struct address_space *mapping) in vm_unlock_mapping()
|
D | mincore.c | 49 static unsigned char mincore_page(struct address_space *mapping, pgoff_t pgoff) in mincore_page()
|
D | hugetlb.c | 513 struct address_space *mapping = vma->vm_file->f_mapping; in vma_resv_map() local 2877 struct address_space *mapping; in unmap_ref_private() local 3053 struct address_space *mapping; in hugetlbfs_pagecache_page() local 3069 struct address_space *mapping; in hugetlbfs_pagecache_present() local 3083 struct address_space *mapping, pgoff_t idx, in hugetlb_no_page() 3217 struct address_space *mapping, in fault_mutex_hash() 3242 struct address_space *mapping, in fault_mutex_hash() 3260 struct address_space *mapping; in hugetlb_fault() local 3724 struct address_space *mapping = vma->vm_file->f_mapping; in huge_pmd_share() local
|
D | swapfile.c | 1633 struct address_space *mapping = swap_file->f_mapping; in destroy_swap_extents() local 1720 struct address_space *mapping = swap_file->f_mapping; in setup_swap_extents() local 1809 struct address_space *mapping; in SYSCALL_DEFINE1() local 2350 struct address_space *mapping; in SYSCALL_DEFINE2() local
|
D | madvise.c | 189 struct address_space *mapping) in force_shm_swapin_readahead()
|
/linux-4.1.27/include/linux/ |
D | pagemap.h | 30 static inline void mapping_set_error(struct address_space *mapping, int error) in mapping_set_error() 40 static inline void mapping_set_unevictable(struct address_space *mapping) in mapping_set_unevictable() 45 static inline void mapping_clear_unevictable(struct address_space *mapping) in mapping_clear_unevictable() 50 static inline int mapping_unevictable(struct address_space *mapping) in mapping_unevictable() 57 static inline void mapping_set_exiting(struct address_space *mapping) in mapping_set_exiting() 62 static inline int mapping_exiting(struct address_space *mapping) in mapping_exiting() 67 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) in mapping_gfp_mask() 266 static inline struct page *find_get_page(struct address_space *mapping, in find_get_page() 272 static inline struct page *find_get_page_flags(struct address_space *mapping, in find_get_page_flags() 292 static inline struct page *find_lock_page(struct address_space *mapping, in find_lock_page() [all …]
|
D | io-mapping.h | 76 io_mapping_free(struct io_mapping *mapping) in io_mapping_free() 84 io_mapping_map_atomic_wc(struct io_mapping *mapping, in io_mapping_map_atomic_wc() 103 io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_wc() 134 io_mapping_free(struct io_mapping *mapping) in io_mapping_free() 141 io_mapping_map_atomic_wc(struct io_mapping *mapping, in io_mapping_map_atomic_wc() 156 io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_wc()
|
D | cleancache.h | 55 static inline bool cleancache_fs_enabled_mapping(struct address_space *mapping) in cleancache_fs_enabled_mapping() 105 static inline void cleancache_invalidate_page(struct address_space *mapping, in cleancache_invalidate_page() 113 static inline void cleancache_invalidate_inode(struct address_space *mapping) in cleancache_invalidate_inode()
|
D | migrate.h | 60 static inline int migrate_huge_page_move_mapping(struct address_space *mapping, in migrate_huge_page_move_mapping()
|
D | shmem_fs.h | 64 struct address_space *mapping, pgoff_t index) in shmem_read_mapping_page()
|
D | backing-dev.h | 305 static inline bool mapping_cap_writeback_dirty(struct address_space *mapping) in mapping_cap_writeback_dirty() 310 static inline bool mapping_cap_account_dirty(struct address_space *mapping) in mapping_cap_account_dirty()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 368 static __s32 uvc_ctrl_get_zoom(struct uvc_control_mapping *mapping, in uvc_ctrl_get_zoom() 386 static void uvc_ctrl_set_zoom(struct uvc_control_mapping *mapping, in uvc_ctrl_set_zoom() 393 static __s32 uvc_ctrl_get_rel_speed(struct uvc_control_mapping *mapping, in uvc_ctrl_get_rel_speed() 413 static void uvc_ctrl_set_rel_speed(struct uvc_control_mapping *mapping, in uvc_ctrl_set_rel_speed() 767 static __s32 uvc_get_le_value(struct uvc_control_mapping *mapping, in uvc_get_le_value() 797 static void uvc_set_le_value(struct uvc_control_mapping *mapping, in uvc_set_le_value() 860 struct uvc_control_mapping **mapping, struct uvc_control **control, in __uvc_find_control() 892 __u32 v4l2_id, struct uvc_control_mapping **mapping) in uvc_find_control() 974 struct uvc_control *ctrl, struct uvc_control_mapping *mapping, in __uvc_ctrl_get() 1013 struct uvc_control_mapping *mapping, in __uvc_query_v4l2_ctrl() [all …]
|
/linux-4.1.27/fs/hpfs/ |
D | file.c | 122 static int hpfs_readpages(struct file *file, struct address_space *mapping, in hpfs_readpages() 128 static int hpfs_writepages(struct address_space *mapping, in hpfs_writepages() 134 static void hpfs_write_failed(struct address_space *mapping, loff_t to) in hpfs_write_failed() 148 static int hpfs_write_begin(struct file *file, struct address_space *mapping, in hpfs_write_begin() 164 static int hpfs_write_end(struct file *file, struct address_space *mapping, in hpfs_write_end() 182 static sector_t _hpfs_bmap(struct address_space *mapping, sector_t block) in _hpfs_bmap()
|
/linux-4.1.27/fs/jfs/ |
D | inode.c | 287 static int jfs_writepages(struct address_space *mapping, in jfs_writepages() 298 static int jfs_readpages(struct file *file, struct address_space *mapping, in jfs_readpages() 304 static void jfs_write_failed(struct address_space *mapping, loff_t to) in jfs_write_failed() 314 static int jfs_write_begin(struct file *file, struct address_space *mapping, in jfs_write_begin() 328 static sector_t jfs_bmap(struct address_space *mapping, sector_t block) in jfs_bmap() 337 struct address_space *mapping = file->f_mapping; in jfs_direct_IO() local
|
D | jfs_metapage.c | 592 struct address_space *mapping; in __get_metapage() local 776 struct address_space *mapping = in __invalidate_metapages() local
|
/linux-4.1.27/fs/gfs2/ |
D | aops.c | 214 static int gfs2_writepages(struct address_space *mapping, in gfs2_writepages() 231 static int gfs2_write_jdata_pagevec(struct address_space *mapping, in gfs2_write_jdata_pagevec() 344 static int gfs2_write_cache_jdata(struct address_space *mapping, in gfs2_write_cache_jdata() 425 static int gfs2_jdata_writepages(struct address_space *mapping, in gfs2_jdata_writepages() 526 struct address_space *mapping = page->mapping; in gfs2_readpage() local 562 struct address_space *mapping = ip->i_inode.i_mapping; in gfs2_internal_read() local 603 static int gfs2_readpages(struct file *file, struct address_space *mapping, in gfs2_readpages() 639 static int gfs2_write_begin(struct file *file, struct address_space *mapping, in gfs2_write_begin() 867 static int gfs2_write_end(struct file *file, struct address_space *mapping, in gfs2_write_end() 945 static sector_t gfs2_bmap(struct address_space *mapping, sector_t lblock) in gfs2_bmap() [all …]
|
D | glops.c | 143 struct address_space *mapping = &sdp->sd_aspace; in rgrp_go_sync() local 177 struct address_space *mapping = &sdp->sd_aspace; in rgrp_go_inval() local 216 struct address_space *mapping = ip->i_inode.i_mapping; in inode_go_sync() local 250 struct address_space *mapping = gfs2_glock2aspace(gl); in inode_go_inval() local
|
D | meta_io.c | 116 struct address_space *mapping = gfs2_glock2aspace(gl); in gfs2_getbuf() local 266 struct address_space *mapping = bh->b_page->mapping; in gfs2_remove_from_journal() local
|
D | main.c | 64 struct address_space *mapping = (struct address_space *)(gl + 1); in gfs2_init_gl_aspace_once() local
|
D | meta_io.h | 43 static inline struct gfs2_sbd *gfs2_mapping2sbd(struct address_space *mapping) in gfs2_mapping2sbd()
|
D | trans.c | 162 struct address_space *mapping = bh->b_page->mapping; in gfs2_trans_add_data() local
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | cacheflush.h | 49 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 50 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/arch/arm/mm/ |
D | flush.c | 187 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page() 226 static void __flush_dcache_aliases(struct address_space *mapping, struct page *page) in __flush_dcache_aliases() 262 struct address_space *mapping; in __sync_icache_dcache() local 306 struct address_space *mapping; in flush_dcache_page() local 343 struct address_space *mapping; in flush_kernel_dcache_page() local
|
D | dma-mapping.c | 1022 static inline dma_addr_t __alloc_iova(struct dma_iommu_mapping *mapping, in __alloc_iova() 1080 static inline void __free_iova(struct dma_iommu_mapping *mapping, in __free_iova() 1239 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in __iommu_create_mapping() local 1275 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in __iommu_remove_mapping() local 1497 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in __map_sg_chunk() local 1718 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in arm_coherent_iommu_map_page() local 1771 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in arm_coherent_iommu_unmap_page() local 1796 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in arm_iommu_unmap_page() local 1815 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in arm_iommu_sync_single_for_cpu() local 1829 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in arm_iommu_sync_single_for_device() local [all …]
|
D | fault-armv.c | 132 make_coherent(struct address_space *mapping, struct vm_area_struct *vma, in make_coherent() 184 struct address_space *mapping; in update_mmu_cache() local
|
/linux-4.1.27/fs/omfs/ |
D | file.c | 292 static int omfs_readpages(struct file *file, struct address_space *mapping, in omfs_readpages() 304 omfs_writepages(struct address_space *mapping, struct writeback_control *wbc) in omfs_writepages() 309 static void omfs_write_failed(struct address_space *mapping, loff_t to) in omfs_write_failed() 319 static int omfs_write_begin(struct file *file, struct address_space *mapping, in omfs_write_begin() 333 static sector_t omfs_bmap(struct address_space *mapping, sector_t block) in omfs_bmap()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_iommu.c | 31 struct dma_iommu_mapping *mapping = NULL; in drm_create_iommu_mapping() local 136 struct dma_iommu_mapping *mapping = dev->archdata.mapping; in drm_iommu_detach_device() local
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | cacheflush.h | 17 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 18 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument 39 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 40 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument 53 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 54 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | util.h | 69 struct mwifiex_dma_mapping *mapping) in mwifiex_store_mapping() 77 struct mwifiex_dma_mapping *mapping) in mwifiex_get_mapping() 86 struct mwifiex_dma_mapping mapping; in MWIFIEX_SKB_DMA_ADDR() local
|
/linux-4.1.27/fs/bfs/ |
D | file.c | 162 static void bfs_write_failed(struct address_space *mapping, loff_t to) in bfs_write_failed() 170 static int bfs_write_begin(struct file *file, struct address_space *mapping, in bfs_write_begin() 184 static sector_t bfs_bmap(struct address_space *mapping, sector_t block) in bfs_bmap()
|
/linux-4.1.27/fs/hfsplus/ |
D | inode.c | 34 static void hfsplus_write_failed(struct address_space *mapping, loff_t to) in hfsplus_write_failed() 44 static int hfsplus_write_begin(struct file *file, struct address_space *mapping, in hfsplus_write_begin() 60 static sector_t hfsplus_bmap(struct address_space *mapping, sector_t block) in hfsplus_bmap() 129 struct address_space *mapping = file->f_mapping; in hfsplus_direct_IO() local 151 static int hfsplus_writepages(struct address_space *mapping, in hfsplus_writepages()
|
D | bitmap.c | 23 struct address_space *mapping; in hfsplus_block_allocate() local 167 struct address_space *mapping; in hfsplus_block_free() local
|
D | btree.c | 136 struct address_space *mapping; in hfs_btree_open() local
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_subr.c | 68 vxfs_get_page(struct address_space *mapping, u_long n) in vxfs_get_page() 180 vxfs_bmap(struct address_space *mapping, sector_t block) in vxfs_bmap()
|
/linux-4.1.27/arch/nios2/mm/ |
D | cacheflush.c | 89 static void flush_aliases(struct address_space *mapping, struct page *page) in flush_aliases() 176 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page() 190 struct address_space *mapping; in flush_dcache_page() local 221 struct address_space *mapping; in update_mmu_cache() local
|
/linux-4.1.27/fs/logfs/ |
D | dev_mtd.c | 76 struct address_space *mapping = super->s_mapping_inode->i_mapping; in logfs_mtd_erase_mapping() local 151 struct address_space *mapping = super->s_mapping_inode->i_mapping; in logfs_mtd_find_first_sb() local 168 struct address_space *mapping = super->s_mapping_inode->i_mapping; in logfs_mtd_find_last_sb() local 187 struct address_space *mapping = super->s_mapping_inode->i_mapping; in __logfs_mtd_writeseg() local
|
D | dev_bdev.c | 80 struct address_space *mapping = super->s_mapping_inode->i_mapping; in __bdev_writeseg() local 252 struct address_space *mapping = super->s_mapping_inode->i_mapping; in bdev_find_first_sb() local 262 struct address_space *mapping = super->s_mapping_inode->i_mapping; in bdev_find_last_sb() local
|
D | file.c | 12 static int logfs_write_begin(struct file *file, struct address_space *mapping, in logfs_write_begin() 38 static int logfs_write_end(struct file *file, struct address_space *mapping, in logfs_write_end()
|
D | segment.c | 56 struct address_space *mapping = super->s_mapping_inode->i_mapping; in get_mapping_page() local 714 struct address_space *mapping = super->s_mapping_inode->i_mapping; in freeseg() local 909 struct address_space *mapping; in logfs_init_mapping() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | rw26.c | 123 struct address_space *mapping; in ll_releasepage() local 335 struct address_space *mapping, in ll_direct_IO_26_seg() 472 static int ll_write_begin(struct file *file, struct address_space *mapping, in ll_write_begin() 495 static int ll_write_end(struct file *file, struct address_space *mapping, in ll_write_end() 510 static int ll_migratepage(struct address_space *mapping, in ll_migratepage()
|
D | rw.c | 363 void ll_ra_stats_inc(struct address_space *mapping, enum ra_stat which) in ll_ra_stats_inc() 495 pgoff_t index, struct address_space *mapping) in ll_read_ahead_page() 641 struct address_space *mapping, in ll_read_ahead_pages() 689 struct ll_readahead_state *ras, struct address_space *mapping, in ll_readahead() 1217 int ll_writepages(struct address_space *mapping, struct writeback_control *wbc) in ll_writepages()
|
D | llite_mmap.c | 453 int ll_teardown_mmaps(struct address_space *mapping, __u64 first, __u64 last) in ll_teardown_mmaps()
|
/linux-4.1.27/fs/afs/ |
D | write.c | 118 int afs_write_begin(struct file *file, struct address_space *mapping, in afs_write_begin() 244 int afs_write_end(struct file *file, struct address_space *mapping, in afs_write_end() 463 static int afs_writepages_region(struct address_space *mapping, in afs_writepages_region() 537 int afs_writepages(struct address_space *mapping, in afs_writepages() 660 struct address_space *mapping = vnode->vfs_inode.i_mapping; in afs_writeback_all() local
|
D | file.c | 240 static int afs_readpages(struct file *file, struct address_space *mapping, in afs_readpages()
|
/linux-4.1.27/fs/ |
D | buffer.c | 570 int sync_mapping_buffers(struct address_space *mapping) in sync_mapping_buffers() 601 struct address_space *mapping = inode->i_mapping; in mark_buffer_dirty_inode() local 628 struct address_space *mapping, int warn) in __set_page_dirty() 671 struct address_space *mapping = page_mapping(page); in __set_page_dirty_buffers() local 718 struct address_space *mapping; in fsync_buffers_list() local 805 struct address_space *mapping = &inode->i_data; in invalidate_inode_buffers() local 828 struct address_space *mapping = &inode->i_data; in remove_inode_buffers() local 1162 struct address_space *mapping = page_mapping(page); in mark_buffer_dirty() local 2008 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, in block_write_begin() 2031 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end() [all …]
|
D | dax.c | 202 struct address_space *mapping = inode->i_mapping; in dax_do_io() local 236 static int dax_load_hole(struct address_space *mapping, struct page *page, in dax_load_hole() 273 struct address_space *mapping = inode->i_mapping; in dax_insert_mapping() local 319 struct address_space *mapping = file->f_mapping; in do_dax_fault() local
|
D | mpage.c | 356 mpage_readpages(struct address_space *mapping, struct list_head *pages, in mpage_readpages() 467 struct address_space *mapping = page->mapping; in __mpage_writepage() local 676 mpage_writepages(struct address_space *mapping, in mpage_writepages()
|
D | block_dev.c | 65 struct address_space *mapping = bdev->bd_inode->i_mapping; in kill_bdev() local 78 struct address_space *mapping = bdev->bd_inode->i_mapping; in invalidate_bdev() local 293 static int blkdev_readpages(struct file *file, struct address_space *mapping, in blkdev_readpages() 299 static int blkdev_write_begin(struct file *file, struct address_space *mapping, in blkdev_write_begin() 307 static int blkdev_write_end(struct file *file, struct address_space *mapping, in blkdev_write_end() 1774 struct address_space *mapping = inode->i_mapping; in iterate_bdevs() local
|
D | sync.c | 282 struct address_space *mapping; in SYSCALL_DEFINE4() local
|
/linux-4.1.27/arch/unicore32/mm/ |
D | flush.c | 61 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page() 77 struct address_space *mapping; in flush_dcache_page() local
|
/linux-4.1.27/fs/ceph/ |
D | addr.c | 71 struct address_space *mapping = page->mapping; in ceph_set_page_dirty() local 397 static int ceph_readpages(struct file *file, struct address_space *mapping, in ceph_readpages() 609 struct address_space *mapping = inode->i_mapping; in writepages_finish() local 680 static int ceph_writepages_start(struct address_space *mapping, in ceph_writepages_start() 1129 static int ceph_write_begin(struct file *file, struct address_space *mapping, in ceph_write_begin() 1163 static int ceph_write_end(struct file *file, struct address_space *mapping, in ceph_write_end() 1279 struct address_space *mapping = inode->i_mapping; in ceph_filemap_fault() local 1408 struct address_space *mapping = inode->i_mapping; in ceph_fill_inline_data() local 1592 struct address_space *mapping = file->f_mapping; in ceph_mmap() local
|
D | cache.h | 132 struct address_space *mapping, in ceph_readpages_from_fscache()
|
/linux-4.1.27/fs/affs/ |
D | file.c | 381 static void affs_write_failed(struct address_space *mapping, loff_t to) in affs_write_failed() 395 struct address_space *mapping = file->f_mapping; in affs_direct_IO() local 413 static int affs_write_begin(struct file *file, struct address_space *mapping, in affs_write_begin() 429 static sector_t _affs_bmap(struct address_space *mapping, sector_t block) in _affs_bmap() 630 static int affs_write_begin_ofs(struct file *file, struct address_space *mapping, in affs_write_begin_ofs() 668 static int affs_write_end_ofs(struct file *file, struct address_space *mapping, in affs_write_end_ofs() 854 struct address_space *mapping = inode->i_mapping; in affs_truncate() local
|
/linux-4.1.27/fs/f2fs/ |
D | data.c | 910 struct address_space *mapping = inode->i_mapping; in find_data_page() local 983 struct address_space *mapping = inode->i_mapping; in get_lock_data_page() local 1059 struct address_space *mapping = inode->i_mapping; in get_new_data_page() local 1359 struct address_space *mapping, in f2fs_read_data_pages() 1505 struct address_space *mapping = data; in __f2fs_writepage() local 1511 static int f2fs_write_data_pages(struct address_space *mapping, in f2fs_write_data_pages() 1557 static void f2fs_write_failed(struct address_space *mapping, loff_t to) in f2fs_write_failed() 1567 static int f2fs_write_begin(struct file *file, struct address_space *mapping, in f2fs_write_begin() 1683 struct address_space *mapping, in f2fs_write_end() 1724 struct address_space *mapping = file->f_mapping; in f2fs_direct_IO() local [all …]
|
D | checkpoint.c | 34 struct address_space *mapping = META_MAPPING(sbi); in grab_meta_page() local 52 struct address_space *mapping = META_MAPPING(sbi); in get_meta_page() local 214 static int f2fs_write_meta_pages(struct address_space *mapping, in f2fs_write_meta_pages() 243 struct address_space *mapping = META_MAPPING(sbi); in sync_meta_pages() local
|
/linux-4.1.27/fs/hfs/ |
D | inode.c | 39 static void hfs_write_failed(struct address_space *mapping, loff_t to) in hfs_write_failed() 49 static int hfs_write_begin(struct file *file, struct address_space *mapping, in hfs_write_begin() 65 static sector_t hfs_bmap(struct address_space *mapping, sector_t block) in hfs_bmap() 131 struct address_space *mapping = file->f_mapping; in hfs_direct_IO() local 153 static int hfs_writepages(struct address_space *mapping, in hfs_writepages()
|
D | btree.c | 22 struct address_space *mapping; in hfs_btree_open() local
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | cacheflush.h | 129 #define flush_dcache_mmap_lock(mapping) \ argument 131 #define flush_dcache_mmap_unlock(mapping) \ argument
|
/linux-4.1.27/arch/score/include/asm/ |
D | cacheflush.h | 23 #define flush_dcache_mmap_lock(mapping) do {} while (0) argument 24 #define flush_dcache_mmap_unlock(mapping) do {} while (0) argument
|
/linux-4.1.27/fs/adfs/ |
D | inode.c | 48 static void adfs_write_failed(struct address_space *mapping, loff_t to) in adfs_write_failed() 56 static int adfs_write_begin(struct file *file, struct address_space *mapping, in adfs_write_begin() 72 static sector_t _adfs_bmap(struct address_space *mapping, sector_t block) in _adfs_bmap()
|
/linux-4.1.27/fs/nilfs2/ |
D | dir.c | 90 struct address_space *mapping, in nilfs_commit_chunk() 187 struct address_space *mapping = dir->i_mapping; in nilfs_get_page() local 420 struct address_space *mapping = page->mapping; in nilfs_set_link() local 538 struct address_space *mapping = page->mapping; in nilfs_delete_entry() local 578 struct address_space *mapping = inode->i_mapping; in nilfs_make_empty() local
|
D | page.c | 62 struct address_space *mapping, in nilfs_grab_buffer() 377 void nilfs_clear_dirty_pages(struct address_space *mapping, bool silent) in nilfs_clear_dirty_pages() 460 void nilfs_mapping_init(struct address_space *mapping, struct inode *inode) in nilfs_mapping_init() 482 struct address_space *mapping = page->mapping; in __nilfs_clear_page_dirty() local
|
D | inode.c | 169 static int nilfs_readpages(struct file *file, struct address_space *mapping, in nilfs_readpages() 175 static int nilfs_writepages(struct address_space *mapping, in nilfs_writepages() 259 void nilfs_write_failed(struct address_space *mapping, loff_t to) in nilfs_write_failed() 269 static int nilfs_write_begin(struct file *file, struct address_space *mapping, in nilfs_write_begin() 289 static int nilfs_write_end(struct file *file, struct address_space *mapping, in nilfs_write_end() 311 struct address_space *mapping = file->f_mapping; in nilfs_direct_IO() local
|
D | btnode.c | 144 struct address_space *mapping; in nilfs_btnode_delete() local
|
/linux-4.1.27/arch/sh/include/asm/ |
D | cacheflush.h | 92 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 93 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/arch/metag/include/asm/ |
D | cacheflush.h | 67 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 68 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument 95 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 96 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/fs/9p/ |
D | vfs_addr.c | 111 static int v9fs_vfs_readpages(struct file *filp, struct address_space *mapping, in v9fs_vfs_readpages() 267 static int v9fs_write_begin(struct file *filp, struct address_space *mapping, in v9fs_write_begin() 303 static int v9fs_write_end(struct file *filp, struct address_space *mapping, in v9fs_write_end()
|
D | cache.h | 74 struct address_space *mapping, in v9fs_readpages_from_fscache() 130 struct address_space *mapping, in v9fs_readpages_from_fscache()
|
D | cache.c | 356 struct address_space *mapping, in __v9fs_readpages_from_fscache()
|
/linux-4.1.27/fs/ecryptfs/ |
D | mmap.c | 279 struct address_space *mapping, in ecryptfs_write_begin() 479 struct address_space *mapping, in ecryptfs_write_end() 541 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) in ecryptfs_bmap()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | cacheflush.h | 64 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 65 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | cacheflush.h | 30 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 31 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/fs/ext2/ |
D | inode.c | 55 static void ext2_write_failed(struct address_space *mapping, loff_t to) in ext2_write_failed() 796 ext2_readpages(struct file *file, struct address_space *mapping, in ext2_readpages() 803 ext2_write_begin(struct file *file, struct address_space *mapping, in ext2_write_begin() 816 static int ext2_write_end(struct file *file, struct address_space *mapping, in ext2_write_end() 829 ext2_nobh_write_begin(struct file *file, struct address_space *mapping, in ext2_nobh_write_begin() 848 static sector_t ext2_bmap(struct address_space *mapping, sector_t block) in ext2_bmap() 857 struct address_space *mapping = file->f_mapping; in ext2_direct_IO() local 874 ext2_writepages(struct address_space *mapping, struct writeback_control *wbc) in ext2_writepages()
|
D | file.c | 78 struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping; in ext2_fsync() local
|
D | dir.c | 95 struct address_space *mapping = page->mapping; in ext2_commit_chunk() local 205 struct address_space *mapping = dir->i_mapping; in ext2_get_page() local
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | cacheflush.h | 182 #define flush_dcache_mmap_lock(mapping) \ argument 184 #define flush_dcache_mmap_unlock(mapping) \ argument
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | cacheflush.h | 34 #define flush_dcache_mmap_lock(mapping) do {} while (0) argument 35 #define flush_dcache_mmap_unlock(mapping) do {} while (0) argument
|
/linux-4.1.27/drivers/net/ethernet/alteon/ |
D | acenic.c | 640 dma_addr_t mapping; in acenic_remove_one() local 660 dma_addr_t mapping; in acenic_remove_one() local 679 dma_addr_t mapping; in acenic_remove_one() local 1642 dma_addr_t mapping; in ace_load_std_rx_ring() local 1703 dma_addr_t mapping; in ace_load_mini_rx_ring() local 1759 dma_addr_t mapping; in ace_load_jumbo_rx_ring() local 2371 dma_addr_t mapping; in ace_map_tx_skb() local 2425 dma_addr_t mapping; in ace_start_xmit() local 2445 dma_addr_t mapping; in ace_start_xmit() local
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | cacheflush.h | 48 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 49 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | cacheflush.h | 34 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 35 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/fs/ext4/ |
D | inode.c | 1000 static int ext4_write_begin(struct file *file, struct address_space *mapping, in ext4_write_begin() 1138 struct address_space *mapping, in ext4_write_end() 1212 struct address_space *mapping, in ext4_journalled_write_end() 1447 struct address_space *mapping = inode->i_mapping; in mpage_release_unused_pages() local 1709 struct address_space *mapping = page->mapping; in __ext4_journalled_writepage() local 2311 struct address_space *mapping = mpd->inode->i_mapping; in mpage_prepare_extent_to_map() local 2409 struct address_space *mapping = data; in __writepage() local 2415 static int ext4_writepages(struct address_space *mapping, in ext4_writepages() 2652 static int ext4_da_write_begin(struct file *file, struct address_space *mapping, in ext4_da_write_begin() 2773 struct address_space *mapping, in ext4_da_write_end() [all …]
|
D | readpage.c | 133 int ext4_mpage_readpages(struct address_space *mapping, in ext4_mpage_readpages()
|
D | inline.c | 521 static int ext4_convert_inline_data_to_extent(struct address_space *mapping, in ext4_convert_inline_data_to_extent() 640 int ext4_try_to_write_inline_data(struct address_space *mapping, in ext4_try_to_write_inline_data() 787 static int ext4_da_convert_inline_data_to_extent(struct address_space *mapping, in ext4_da_convert_inline_data_to_extent() 845 int ext4_da_write_inline_data_begin(struct address_space *mapping, in ext4_da_write_inline_data_begin()
|
/linux-4.1.27/fs/ntfs/ |
D | aops.h | 86 static inline struct page *ntfs_map_page(struct address_space *mapping, in ntfs_map_page()
|
D | bitmap.c | 52 struct address_space *mapping; in __ntfs_bitmap_set_bits_in_run() local
|
D | file.c | 120 struct address_space *mapping; in ntfs_attr_extend_initialized() local 508 static inline int __ntfs_grab_cache_pages(struct address_space *mapping, in __ntfs_grab_cache_pages() 1747 struct address_space *mapping = file->f_mapping; in ntfs_perform_write() local
|
D | lcnalloc.c | 157 struct address_space *mapping; in ntfs_cluster_alloc() local
|
D | aops.c | 1563 static sector_t ntfs_bmap(struct address_space *mapping, sector_t block) in ntfs_bmap() 1730 struct address_space *mapping = page->mapping; in mark_ntfs_record_dirty() local
|
D | logfile.c | 489 struct address_space *mapping = log_vi->i_mapping; in ntfs_check_logfile() local
|
/linux-4.1.27/fs/nfs/ |
D | file.c | 354 static int nfs_write_begin(struct file *file, struct address_space *mapping, in nfs_write_begin() 400 static int nfs_write_end(struct file *file, struct address_space *mapping, in nfs_write_end() 478 struct address_space *mapping = page->mapping; in nfs_release_page() local 513 struct address_space *mapping = page_file_mapping(page); in nfs_check_dirty_writeback() local 617 struct address_space *mapping; in nfs_vm_page_mkwrite() local
|
D | inode.c | 146 int nfs_sync_mapping(struct address_space *mapping) in nfs_sync_mapping() 203 void nfs_zap_mapping(struct inode *inode, struct address_space *mapping) in nfs_zap_mapping() 1036 static int nfs_invalidate_mapping(struct inode *inode, struct address_space *mapping) in nfs_invalidate_mapping() 1082 struct address_space *mapping, in __nfs_revalidate_mapping() 1152 int nfs_revalidate_mapping(struct inode *inode, struct address_space *mapping) in nfs_revalidate_mapping() 1165 int nfs_revalidate_mapping_protected(struct inode *inode, struct address_space *mapping) in nfs_revalidate_mapping_protected()
|
D | fscache.h | 131 struct address_space *mapping, in nfs_readpages_from_fscache() 210 struct address_space *mapping, in nfs_readpages_from_fscache()
|
D | fscache.c | 368 struct address_space *mapping, in __nfs_readpages_from_fscache()
|
D | direct.c | 571 struct address_space *mapping = file->f_mapping; in nfs_file_direct_read() local 962 struct address_space *mapping = file->f_mapping; in nfs_file_direct_write() local
|
/linux-4.1.27/arch/cris/include/asm/ |
D | cacheflush.h | 17 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 18 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/include/asm-generic/ |
D | cacheflush.h | 18 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 19 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/arch/arc/include/asm/ |
D | cacheflush.h | 49 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 50 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/fs/qnx6/ |
D | inode.c | 101 static int qnx6_readpages(struct file *file, struct address_space *mapping, in qnx6_readpages() 186 struct address_space *mapping = root->i_mapping; in qnx6_checkroot() local 493 static sector_t qnx6_bmap(struct address_space *mapping, sector_t block) in qnx6_bmap() 525 struct address_space *mapping; in qnx6_iget() local
|
D | dir.c | 28 struct address_space *mapping = dir->i_mapping; in qnx6_get_page() local 58 struct address_space *mapping = sbi->longfile->i_mapping; in qnx6_longname() local
|
/linux-4.1.27/fs/ocfs2/ |
D | aops.c | 354 static int ocfs2_readpages(struct file *filp, struct address_space *mapping, in ocfs2_readpages() 457 static sector_t ocfs2_bmap(struct address_space *mapping, sector_t block) in ocfs2_bmap() 1463 static int ocfs2_grab_pages_for_write(struct address_space *mapping, in ocfs2_grab_pages_for_write() 1546 static int ocfs2_write_cluster(struct address_space *mapping, in ocfs2_write_cluster() 1646 static int ocfs2_write_cluster_by_desc(struct address_space *mapping, in ocfs2_write_cluster_by_desc() 1832 static int ocfs2_write_begin_inline(struct address_space *mapping, in ocfs2_write_begin_inline() 1898 static int ocfs2_try_to_write_inline_data(struct address_space *mapping, in ocfs2_try_to_write_inline_data() 2042 struct address_space *mapping, in ocfs2_write_begin_nolock() 2267 static int ocfs2_write_begin(struct file *file, struct address_space *mapping, in ocfs2_write_begin() 2335 int ocfs2_write_end_nolock(struct address_space *mapping, in ocfs2_write_end_nolock() [all …]
|
D | mmap.c | 66 struct address_space *mapping = inode->i_mapping; in __ocfs2_page_mkwrite() local
|
/linux-4.1.27/arch/frv/include/asm/ |
D | cacheflush.h | 28 #define flush_dcache_mmap_lock(mapping) do {} while(0) argument 29 #define flush_dcache_mmap_unlock(mapping) do {} while(0) argument
|
/linux-4.1.27/fs/cifs/ |
D | fscache.h | 78 struct address_space *mapping, in cifs_readpages_from_fscache() 132 struct address_space *mapping, in cifs_readpages_from_fscache()
|
D | file.c | 1835 struct address_space *mapping = page->mapping; in cifs_partialpagewrite() local 1888 wdata_alloc_and_fillpages(pgoff_t tofind, struct address_space *mapping, in wdata_alloc_and_fillpages() 1923 struct address_space *mapping, in wdata_prepare_pages() 2003 struct address_space *mapping, struct writeback_control *wbc) in wdata_send_pages() 2036 static int cifs_writepages(struct address_space *mapping, in cifs_writepages() 2195 static int cifs_write_end(struct file *file, struct address_space *mapping, in cifs_write_end() 3376 readpages_get_pages(struct address_space *mapping, struct list_head *page_list, in readpages_get_pages() 3434 static int cifs_readpages(struct file *file, struct address_space *mapping, in cifs_readpages() 3677 static int cifs_write_begin(struct file *file, struct address_space *mapping, in cifs_write_begin()
|
D | fscache.c | 185 struct address_space *mapping, in __cifs_readpages_from_fscache()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | cacheflush_64.h | 71 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 72 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
D | cacheflush_32.h | 43 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 44 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | cacheflush.h | 14 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 15 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/ |
D | lustre_patchless_compat.h | 50 truncate_complete_page(struct address_space *mapping, struct page *page) in truncate_complete_page()
|
/linux-4.1.27/fs/exofs/ |
D | dir.c | 65 struct address_space *mapping = page->mapping; in exofs_commit_chunk() local 165 struct address_space *mapping = dir->i_mapping; in exofs_get_page() local 527 struct address_space *mapping = page->mapping; in exofs_delete_entry() local 577 struct address_space *mapping = inode->i_mapping; in exofs_make_empty() local
|
D | inode.c | 473 static int exofs_readpages(struct file *file, struct address_space *mapping, in exofs_readpages() 789 static int exofs_writepages(struct address_space *mapping, in exofs_writepages() 867 int exofs_write_begin(struct file *file, struct address_space *mapping, in exofs_write_begin() 920 struct address_space *mapping, in exofs_write_begin_export() 930 static int exofs_write_end(struct file *file, struct address_space *mapping, in exofs_write_end()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 129 u64 *mapping; in ipoib_alloc_rx_skb() local 181 u64 mapping[IPOIB_UD_RX_SG]; in ipoib_ib_handle_rx_wc() local 270 u64 *mapping = tx_req->mapping; in ipoib_dma_map_tx() local 312 u64 *mapping = tx_req->mapping; in ipoib_dma_unmap_tx() local 521 u64 *mapping = tx_req->mapping; in post_send() local
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 181 static int fat_writepages(struct address_space *mapping, in fat_writepages() 192 static int fat_readpages(struct file *file, struct address_space *mapping, in fat_readpages() 198 static void fat_write_failed(struct address_space *mapping, loff_t to) in fat_write_failed() 208 static int fat_write_begin(struct file *file, struct address_space *mapping, in fat_write_begin() 223 static int fat_write_end(struct file *file, struct address_space *mapping, in fat_write_end() 244 struct address_space *mapping = file->f_mapping; in fat_direct_IO() local 275 static sector_t _fat_bmap(struct address_space *mapping, sector_t block) in _fat_bmap() 1815 struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping; in fat_flush_inodes() local
|
D | file.c | 183 struct address_space *mapping = inode->i_mapping; in fat_cont_expand() local
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | cacheflush.h | 25 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 26 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/drivers/mtd/devices/ |
D | block2mtd.c | 46 static struct page *page_read(struct address_space *mapping, int index) in page_read() 54 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_erase() local 143 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_write() local
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 223 struct address_space *mapping = file->f_mapping; in hugetlbfs_read_iter() local 282 struct address_space *mapping, in hugetlbfs_write_begin() 289 static int hugetlbfs_write_end(struct file *file, struct address_space *mapping, in hugetlbfs_write_end() 307 struct address_space *mapping = &inode->i_data; in truncate_hugepages() local 379 struct address_space *mapping = inode->i_mapping; in hugetlb_vmtruncate() local 573 static int hugetlbfs_migrate_page(struct address_space *mapping, in hugetlbfs_migrate_page()
|
/linux-4.1.27/fs/jffs2/ |
D | file.c | 133 static int jffs2_write_begin(struct file *filp, struct address_space *mapping, in jffs2_write_begin() 237 static int jffs2_write_end(struct file *filp, struct address_space *mapping, in jffs2_write_end()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | cacheflush_no.h | 18 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 19 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
D | cacheflush_mm.h | 252 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 253 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | cacheflush.h | 77 #define flush_dcache_mmap_lock(mapping) \ argument 79 #define flush_dcache_mmap_unlock(mapping) \ argument
|
/linux-4.1.27/fs/minix/ |
D | inode.c | 399 static void minix_write_failed(struct address_space *mapping, loff_t to) in minix_write_failed() 409 static int minix_write_begin(struct file *file, struct address_space *mapping, in minix_write_begin() 423 static sector_t minix_bmap(struct address_space *mapping, sector_t block) in minix_bmap()
|
D | dir.c | 55 struct address_space *mapping = page->mapping; in dir_commit_chunk() local 73 struct address_space *mapping = dir->i_mapping; in dir_get_page() local 462 struct address_space *mapping = page->mapping; in minix_inode_by_name() local
|
/linux-4.1.27/fs/fscache/ |
D | page.c | 275 struct address_space *mapping, in fscache_alloc_retrieval() 533 struct address_space *mapping, in __fscache_read_or_alloc_pages() 1164 struct address_space *mapping = inode->i_mapping; in __fscache_uncache_all_inode_pages() local
|
/linux-4.1.27/arch/arm/include/asm/ |
D | device.h | 18 struct dma_iommu_mapping *mapping; member
|
D | cacheflush.h | 325 #define flush_dcache_mmap_lock(mapping) \ argument 327 #define flush_dcache_mmap_unlock(mapping) \ argument
|
/linux-4.1.27/arch/tile/include/asm/ |
D | cacheflush.h | 33 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 34 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/fs/reiserfs/ |
D | ioctl.c | 176 struct address_space *mapping; in reiserfs_unpack() local
|
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.c | 1202 struct address_space *mapping, in xfs_vm_writepages() 1740 struct address_space *mapping, in xfs_vm_write_begin() 1795 struct address_space *mapping, in xfs_vm_write_end() 1825 struct address_space *mapping, in xfs_vm_bmap() 1849 struct address_space *mapping, in xfs_vm_readpages() 1872 struct address_space *mapping = page->mapping; in xfs_vm_set_page_dirty() local
|
D | xfs_file.c | 98 struct address_space *mapping; in xfs_iozero() local 660 struct address_space *mapping = file->f_mapping; in xfs_file_dio_aio_write() local 772 struct address_space *mapping = file->f_mapping; in xfs_file_buffered_aio_write() local 831 struct address_space *mapping = file->f_mapping; in xfs_file_write_iter() local
|
/linux-4.1.27/net/rds/ |
D | iw_rdma.c | 52 struct rds_iw_mapping mapping; member 695 static int rds_iw_rdma_build_fastreg(struct rds_iw_mapping *mapping) 764 struct rds_iw_mapping *mapping = &ibmr->mapping; local 828 struct rds_iw_mapping *mapping, *next; local
|
/linux-4.1.27/include/drm/ |
D | ati_pcigart.h | 21 struct drm_local_map mapping; member
|
/linux-4.1.27/fs/ufs/ |
D | dir.c | 45 struct address_space *mapping = page->mapping; in ufs_commit_chunk() local 192 struct address_space *mapping = dir->i_mapping; in ufs_get_page() local 562 struct address_space *mapping = inode->i_mapping; in ufs_make_empty() local
|
D | inode.c | 529 static void ufs_write_failed(struct address_space *mapping, loff_t to) in ufs_write_failed() 537 static int ufs_write_begin(struct file *file, struct address_space *mapping, in ufs_write_begin() 551 static sector_t ufs_bmap(struct address_space *mapping, sector_t block) in ufs_bmap()
|
D | util.c | 243 struct page *ufs_get_locked_page(struct address_space *mapping, in ufs_get_locked_page()
|
D | truncate.c | 377 struct address_space *mapping = inode->i_mapping; in ufs_alloc_lastblock() local
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | cacheflush.h | 84 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 85 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/fs/sysv/ |
D | itree.c | 467 static void sysv_write_failed(struct address_space *mapping, loff_t to) in sysv_write_failed() 477 static int sysv_write_begin(struct file *file, struct address_space *mapping, in sysv_write_begin() 490 static sector_t sysv_bmap(struct address_space *mapping, sector_t block) in sysv_bmap()
|
D | dir.c | 43 struct address_space *mapping = page->mapping; in dir_commit_chunk() local 61 struct address_space *mapping = dir->i_mapping; in dir_get_page() local
|
/linux-4.1.27/drivers/sh/clk/ |
D | core.c | 339 struct clk_mapping *mapping = clk->mapping; in clk_establish_mapping() local 389 struct clk_mapping *mapping; in clk_destroy_mapping() local 398 struct clk_mapping *mapping = clk->mapping; in clk_teardown_mapping() local
|
/linux-4.1.27/fs/udf/ |
D | inode.c | 166 static void udf_write_failed(struct address_space *mapping, loff_t to) in udf_write_failed() 188 static int udf_writepages(struct address_space *mapping, in udf_writepages() 199 static int udf_readpages(struct file *file, struct address_space *mapping, in udf_readpages() 205 static int udf_write_begin(struct file *file, struct address_space *mapping, in udf_write_begin() 221 struct address_space *mapping = file->f_mapping; in udf_direct_IO() local 232 static sector_t udf_bmap(struct address_space *mapping, sector_t block) in udf_bmap()
|
D | file.c | 84 struct address_space *mapping, loff_t pos, in udf_adinicb_write_begin()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | tulip_core.c | 356 dma_addr_t mapping; in tulip_up() local 638 dma_addr_t mapping; in tulip_init_ring() local 672 dma_addr_t mapping; in tulip_start_xmit() local 804 dma_addr_t mapping = tp->rx_buffers[i].mapping; in tulip_free_ring() local
|
D | interrupt.c | 70 dma_addr_t mapping; in tulip_refill_rx() local
|
/linux-4.1.27/drivers/misc/cxl/ |
D | context.c | 38 struct address_space *mapping) in cxl_context_init()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 46 struct dma_iommu_mapping *mapping = drm_dev->dev->archdata.mapping; in rockchip_drm_dma_attach_device() local 130 struct dma_iommu_mapping *mapping; in rockchip_drm_load() local
|
/linux-4.1.27/fs/jbd2/ |
D | commit.c | 195 static int journal_submit_inode_data_buffers(struct address_space *mapping) in journal_submit_inode_data_buffers() 222 struct address_space *mapping; in journal_submit_data_buffers() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | trx.c | 357 dma_addr_t mapping = pci_map_single(rtlpci->pdev, skb->data, skb->len, in rtl92se_tx_fill_desc() local 527 dma_addr_t mapping = pci_map_single(rtlpci->pdev, skb->data, skb->len, in rtl92se_tx_fill_cmddesc() local
|
/linux-4.1.27/fs/ubifs/ |
D | file.c | 221 static int write_begin_slow(struct address_space *mapping, in write_begin_slow() 425 static int ubifs_write_begin(struct file *file, struct address_space *mapping, in ubifs_write_begin() 540 static int ubifs_write_end(struct file *file, struct address_space *mapping, in ubifs_write_end() 718 struct address_space *mapping = page1->mapping; in ubifs_do_bulk_read() local
|
/linux-4.1.27/arch/sh/mm/ |
D | cache-sh7705.c | 139 struct address_space *mapping = page_mapping(page); in sh7705_flush_dcache_page() local
|
D | cache-sh4.c | 115 struct address_space *mapping = page_mapping(page); in sh4_flush_dcache_page() local
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | cacheflush.h | 153 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 154 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/linux-4.1.27/arch/c6x/platforms/ |
D | megamod-pic.c | 178 int *mapping, int size) in parse_priority_map() 204 int mapping[NR_MUX_OUTPUTS]; in init_megamod_pic() local
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | p54pci.c | 154 dma_addr_t mapping; in p54p_refill_rx_ring() local 333 dma_addr_t mapping; in p54p_tx() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | trx.c | 385 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl8723e_tx_fill_desc() local 551 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl8723e_tx_fill_cmddesc() local
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 768 struct address_space *mapping = NULL; in fuse_readpages_end() local 869 static int fuse_readpages(struct file *file, struct address_space *mapping, in fuse_readpages() 1023 struct address_space *mapping, in fuse_fill_write_pages() 1095 struct address_space *mapping, in fuse_perform_write() 1154 struct address_space *mapping = file->f_mapping; in fuse_file_write_iter() local 1607 struct address_space *mapping = page->mapping; in fuse_writepage_locked() local 1883 static int fuse_writepages(struct address_space *mapping, in fuse_writepages() 1924 static int fuse_write_begin(struct file *file, struct address_space *mapping, in fuse_write_begin() 1969 static int fuse_write_end(struct file *file, struct address_space *mapping, in fuse_write_end() 2211 static sector_t fuse_bmap(struct address_space *mapping, sector_t block) in fuse_bmap()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_gem.c | 214 struct address_space *mapping; in armada_gem_alloc_object() local 435 struct address_space *mapping; in armada_gem_prime_map_dma_buf() local
|
/linux-4.1.27/arch/arm/kernel/ |
D | perf_event.c | 55 int mapping; in armpmu_map_hw_event() local 394 int mapping; in __hw_perf_event_init() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | trx.c | 444 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl92ce_tx_fill_desc() local 609 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl92ce_tx_fill_cmddesc() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | trx.c | 444 dma_addr_t mapping; in rtl8723be_tx_fill_desc() local 613 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl8723be_tx_fill_cmddesc() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | trx.c | 519 dma_addr_t mapping; in rtl88ee_tx_fill_desc() local 697 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl88ee_tx_fill_cmddesc() local
|
/linux-4.1.27/drivers/mfd/ |
D | htc-pasic3.c | 25 void __iomem *mapping; member
|
/linux-4.1.27/fs/efs/ |
D | inode.c | 20 static sector_t _efs_bmap(struct address_space *mapping, sector_t block) in _efs_bmap()
|
/linux-4.1.27/arch/mips/mm/ |
D | cache.c | 84 struct address_space *mapping = page_mapping(page); in __flush_dcache_page() local
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 1250 static int ext3_write_begin(struct file *file, struct address_space *mapping, in ext3_write_begin() 1373 struct address_space *mapping, in ext3_ordered_write_end() 1410 struct address_space *mapping, in ext3_writeback_write_end() 1437 struct address_space *mapping, in ext3_journalled_write_end() 1506 static sector_t ext3_bmap(struct address_space *mapping, sector_t block) in ext3_bmap() 1781 ext3_readpages(struct file *file, struct address_space *mapping, in ext3_readpages()
|
/linux-4.1.27/arch/sparc/mm/ |
D | tlb.c | 110 struct address_space *mapping; in tlb_batch_add() local
|
/linux-4.1.27/arch/score/mm/ |
D | cache.c | 57 struct address_space *mapping = page_mapping(page); in flush_dcache_page() local
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | cacheflush.h | 128 #define flush_dcache_mmap_lock(mapping) do {} while (0) argument 129 #define flush_dcache_mmap_unlock(mapping) do {} while (0) argument
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | trx.c | 704 dma_addr_t mapping; in rtl8821ae_tx_fill_desc() local 854 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl8821ae_tx_fill_cmddesc() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | trx.c | 567 dma_addr_t mapping; in rtl92de_tx_fill_desc() local 740 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl92de_tx_fill_cmddesc() local
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 409 struct address_space *mapping = page->mapping; in hostfs_writepage() local 470 static int hostfs_write_begin(struct file *file, struct address_space *mapping, in hostfs_write_begin() 482 static int hostfs_write_end(struct file *file, struct address_space *mapping, in hostfs_write_end()
|
/linux-4.1.27/fs/isofs/ |
D | compress.c | 300 struct address_space *mapping = inode->i_mapping; in zisofs_readpage() local
|
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8180/ |
D | dev.c | 218 dma_addr_t mapping; in rtl8180_handle_rx() local 465 dma_addr_t mapping; in rtl8180_tx() local 1018 dma_addr_t *mapping; in rtl8180_init_rx_ring() local
|
/linux-4.1.27/drivers/vlynq/ |
D | vlynq.c | 599 struct vlynq_mapping *mapping) in vlynq_set_local_mapping() 616 struct vlynq_mapping *mapping) in vlynq_set_remote_mapping()
|
/linux-4.1.27/fs/btrfs/ |
D | zlib.c | 75 struct address_space *mapping, in zlib_compress_pages()
|
D | lzo.c | 88 struct address_space *mapping, in lzo_compress_pages()
|
D | compression.c | 456 struct address_space *mapping = inode->i_mapping; in add_ra_bio_pages() local 883 int btrfs_compress_pages(int type, struct address_space *mapping, in btrfs_compress_pages()
|
/linux-4.1.27/arch/xtensa/mm/ |
D | cache.c | 135 struct address_space *mapping = page_mapping(page); in flush_dcache_page() local
|
/linux-4.1.27/drivers/remoteproc/ |
D | remoteproc_core.c | 472 struct rproc_mem_entry *mapping; in rproc_handle_devmem() local 547 struct rproc_mem_entry *carveout, *mapping; in rproc_handle_carveout() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | trx.c | 682 dma_addr_t mapping; in rtl92ee_tx_fill_desc() local 863 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl92ee_tx_fill_cmddesc() local
|
/linux-4.1.27/drivers/input/joystick/ |
D | xpad.c | 119 u8 mapping; member 345 int mapping; /* map d-pad to buttons or to axes */ member
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.h | 141 dma_addr_t mapping; member
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | cmtp.h | 110 __u16 mapping; member
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | serial2002.c | 341 unsigned char *mapping, in serial2002_setup_subdevice() 480 unsigned char *mapping = NULL; in serial2002_setup_subdevs() local
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smsc9420.c | 53 dma_addr_t mapping; member 836 dma_addr_t mapping; in smsc9420_alloc_rx_buffer() local 981 dma_addr_t mapping; in smsc9420_hard_start_xmit() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 415 dma_addr_t mapping; in add_one_rx_buf() local 431 static inline int add_one_rx_chunk(dma_addr_t mapping, struct rx_desc *d, in add_one_rx_chunk() 447 dma_addr_t mapping; in alloc_pg_chunk() local 507 dma_addr_t mapping; in refill_fl() local 968 dma_addr_t mapping; in make_sgl() local
|