| /Linux-v5.4/arch/arm/mm/ |
| D | fault-armv.c | 129 make_coherent(struct address_space *mapping, struct vm_area_struct *vma, in make_coherent() 181 struct address_space *mapping; in update_mmu_cache() local
|
| /Linux-v5.4/drivers/mtd/devices/ |
| D | block2mtd.c | 47 static struct page *page_read(struct address_space *mapping, int index) in page_read() 55 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_erase() local 139 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_write() local
|
| /Linux-v5.4/fs/fat/ |
| D | inode.c | 201 static int fat_writepages(struct address_space *mapping, in fat_writepages() 212 static int fat_readpages(struct file *file, struct address_space *mapping, in fat_readpages() 218 static void fat_write_failed(struct address_space *mapping, loff_t to) in fat_write_failed() 228 static int fat_write_begin(struct file *file, struct address_space *mapping, in fat_write_begin() 243 static int fat_write_end(struct file *file, struct address_space *mapping, in fat_write_end() 263 struct address_space *mapping = file->f_mapping; in fat_direct_IO() local 320 static sector_t _fat_bmap(struct address_space *mapping, sector_t block) in _fat_bmap() 1946 struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping; in fat_flush_inodes() local
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | cacheflush.h | 41 static inline void flush_dcache_mmap_lock(struct address_space *mapping) in flush_dcache_mmap_lock() 45 static inline void flush_dcache_mmap_unlock(struct address_space *mapping) in flush_dcache_mmap_unlock()
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | cacheflush.h | 58 #define flush_dcache_mmap_lock(mapping) xa_lock_irq(&mapping->i_pages) argument 59 #define flush_dcache_mmap_unlock(mapping) xa_unlock_irq(&mapping->i_pages) argument
|
| /Linux-v5.4/arch/openrisc/include/asm/ |
| D | cacheflush.h | 74 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 75 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
| /Linux-v5.4/fs/ntfs/ |
| D | aops.h | 72 static inline struct page *ntfs_map_page(struct address_space *mapping, in ntfs_map_page()
|
| /Linux-v5.4/fs/nfs/ |
| D | file.c | 321 static int nfs_write_begin(struct file *file, struct address_space *mapping, in nfs_write_begin() 354 static int nfs_write_end(struct file *file, struct address_space *mapping, in nfs_write_end() 444 struct address_space *mapping = page_file_mapping(page); in nfs_check_dirty_writeback() local 539 struct address_space *mapping; in nfs_vm_page_mkwrite() local
|
| D | write.c | 170 struct address_space *mapping = page_file_mapping(page); in nfs_page_find_private_request() local 244 static void nfs_set_pageerror(struct address_space *mapping) in nfs_set_pageerror() 712 int nfs_writepages(struct address_space *mapping, struct writeback_control *wbc) in nfs_writepages() 748 struct address_space *mapping = page_file_mapping(req->wb_page); in nfs_inode_add_request() local 784 struct address_space *mapping = page_file_mapping(req->wb_page); in nfs_inode_remove_request() local 1358 struct address_space *mapping = page_file_mapping(page); in nfs_updatepage() local 1996 int nfs_filemap_write_and_wait_range(struct address_space *mapping, in nfs_filemap_write_and_wait_range() 2095 int nfs_migrate_page(struct address_space *mapping, struct page *newpage, in nfs_migrate_page()
|
| /Linux-v5.4/drivers/gpu/drm/etnaviv/ |
| D | etnaviv_gem.c | 228 struct etnaviv_vram_mapping *mapping; in etnaviv_gem_get_vram_mapping() local 238 void etnaviv_gem_mapping_unreference(struct etnaviv_vram_mapping *mapping) in etnaviv_gem_mapping_unreference() 255 struct etnaviv_vram_mapping *mapping; in etnaviv_gem_mapping_get() local 522 struct etnaviv_vram_mapping *mapping, *tmp; in etnaviv_gem_free_object() local
|
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/ |
| D | navi10_ppt.c | 214 struct smu_11_0_cmn2aisc_mapping mapping; in navi10_get_smu_msg_index() local 229 struct smu_11_0_cmn2aisc_mapping mapping; in navi10_get_smu_clk_index() local 244 struct smu_11_0_cmn2aisc_mapping mapping; in navi10_get_smu_feature_index() local 259 struct smu_11_0_cmn2aisc_mapping mapping; in navi10_get_smu_table_index() local 274 struct smu_11_0_cmn2aisc_mapping mapping; in navi10_get_pwr_src_index() local 290 struct smu_11_0_cmn2aisc_mapping mapping; in navi10_get_workload_type() local
|
| /Linux-v5.4/fs/jffs2/ |
| D | file.c | 131 static int jffs2_write_begin(struct file *filp, struct address_space *mapping, in jffs2_write_begin() 235 static int jffs2_write_end(struct file *filp, struct address_space *mapping, in jffs2_write_end()
|
| /Linux-v5.4/fs/udf/ |
| D | file.c | 90 struct address_space *mapping, loff_t pos, in udf_adinicb_write_begin() 114 static int udf_adinicb_write_end(struct file *file, struct address_space *mapping, in udf_adinicb_write_end()
|
| /Linux-v5.4/fs/nilfs2/ |
| D | inode.c | 156 static int nilfs_readpages(struct file *file, struct address_space *mapping, in nilfs_readpages() 162 static int nilfs_writepages(struct address_space *mapping, in nilfs_writepages() 246 void nilfs_write_failed(struct address_space *mapping, loff_t to) in nilfs_write_failed() 256 static int nilfs_write_begin(struct file *file, struct address_space *mapping, in nilfs_write_begin() 276 static int nilfs_write_end(struct file *file, struct address_space *mapping, in nilfs_write_end()
|
| /Linux-v5.4/fs/ |
| D | block_dev.c | 80 struct address_space *mapping = bdev->bd_inode->i_mapping; in kill_bdev() local 93 struct address_space *mapping = bdev->bd_inode->i_mapping; in invalidate_bdev() local 617 static int blkdev_readpages(struct file *file, struct address_space *mapping, in blkdev_readpages() 623 static int blkdev_write_begin(struct file *file, struct address_space *mapping, in blkdev_write_begin() 631 static int blkdev_write_end(struct file *file, struct address_space *mapping, in blkdev_write_end() 2028 static int blkdev_writepages(struct address_space *mapping, in blkdev_writepages() 2055 struct address_space *mapping; in blkdev_fallocate() local 2215 struct address_space *mapping = inode->i_mapping; in iterate_bdevs() local
|
| D | mpage.c | 385 mpage_readpages(struct address_space *mapping, struct list_head *pages, in mpage_readpages() 501 struct address_space *mapping = page->mapping; in __mpage_writepage() local 712 mpage_writepages(struct address_space *mapping, in mpage_writepages()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | cacheflush.h | 42 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 43 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
| /Linux-v5.4/fs/cifs/ |
| D | fscache.h | 93 struct address_space *mapping, in cifs_readpages_from_fscache() 147 struct address_space *mapping, in cifs_readpages_from_fscache()
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | cacheflush_no.h | 19 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 20 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
| /Linux-v5.4/mm/ |
| D | swap.c | 991 struct address_space *mapping, in pagevec_lookup_entries() 1042 struct address_space *mapping, pgoff_t *start, pgoff_t end) in pagevec_lookup_range() 1051 struct address_space *mapping, pgoff_t *index, pgoff_t end, in pagevec_lookup_range_tag() 1061 struct address_space *mapping, pgoff_t *index, pgoff_t end, in pagevec_lookup_range_nr_tag()
|
| /Linux-v5.4/fs/minix/ |
| D | inode.c | 396 static void minix_write_failed(struct address_space *mapping, loff_t to) in minix_write_failed() 406 static int minix_write_begin(struct file *file, struct address_space *mapping, in minix_write_begin() 420 static sector_t minix_bmap(struct address_space *mapping, sector_t block) in minix_bmap()
|
| D | dir.c | 51 struct address_space *mapping = page->mapping; in dir_commit_chunk() local 69 struct address_space *mapping = dir->i_mapping; in dir_get_page() local 458 struct address_space *mapping = page->mapping; in minix_inode_by_name() local
|
| /Linux-v5.4/fs/fscache/ |
| D | page.c | 304 struct address_space *mapping, in fscache_alloc_retrieval() 559 struct address_space *mapping, in __fscache_read_or_alloc_pages() 1218 struct address_space *mapping = inode->i_mapping; in __fscache_uncache_all_inode_pages() local
|
| /Linux-v5.4/drivers/net/xen-netback/ |
| D | hash.c | 336 u32 *mapping = vif->hash.mapping[!vif->hash.mapping_sel]; in xenvif_set_hash_mapping() local 430 const u32 *mapping = vif->hash.mapping[vif->hash.mapping_sel]; in xenvif_dump_hash_info() local
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | vdso.h | 35 struct vm_special_mapping mapping; member
|