Home
last modified time | relevance | path

Searched defs:mapping (Results 26 – 50 of 501) sorted by relevance

12345678910>>...21

/OK3568_Linux_fs/kernel/mm/
H A Dshmem.c421 static int shmem_replace_entry(struct address_space *mapping, in shmem_replace_entry()
443 static bool shmem_confirm_swap(struct address_space *mapping, in shmem_confirm_swap()
680 struct address_space *mapping, in shmem_add_to_page_cache()
754 struct address_space *mapping = page->mapping; in shmem_delete_from_page_cache() local
773 static int shmem_free_swap(struct address_space *mapping, in shmem_free_swap()
792 unsigned long shmem_partial_swap_usage(struct address_space *mapping, in shmem_partial_swap_usage()
828 struct address_space *mapping = inode->i_mapping; in shmem_swap_usage() local
854 void shmem_unlock_mapping(struct address_space *mapping) in shmem_unlock_mapping()
914 struct address_space *mapping = inode->i_mapping; in shmem_undo_range() local
1199 static int shmem_find_swap_entries(struct address_space *mapping, in shmem_find_swap_entries()
[all …]
H A Dmigrate.c65 struct address_space *mapping; in isolate_movable_page() local
127 struct address_space *mapping; in putback_movable_page() local
359 static int expected_page_refs(struct address_space *mapping, struct page *page) in expected_page_refs()
382 int migrate_page_move_mapping(struct address_space *mapping, in migrate_page_move_mapping()
504 int migrate_huge_page_move_mapping(struct address_space *mapping, in migrate_huge_page_move_mapping()
681 int migrate_page(struct address_space *mapping, in migrate_page()
741 static int __buffer_migrate_page(struct address_space *mapping, in __buffer_migrate_page()
825 int buffer_migrate_page(struct address_space *mapping, in buffer_migrate_page()
838 int buffer_migrate_page_norefs(struct address_space *mapping, in buffer_migrate_page_norefs()
848 static int writeout(struct address_space *mapping, struct page *page) in writeout()
[all …]
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dcacheflush.h49 #define flush_dcache_mmap_lock(mapping) xa_lock_irq(&mapping->i_pages) argument
50 #define flush_dcache_mmap_unlock(mapping) xa_unlock_irq(&mapping->i_pages) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dutil.h69 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
/OK3568_Linux_fs/kernel/fs/bfs/
H A Dfile.c163 static void bfs_write_failed(struct address_space *mapping, loff_t to) in bfs_write_failed()
171 static int bfs_write_begin(struct file *file, struct address_space *mapping, in bfs_write_begin()
185 static sector_t bfs_bmap(struct address_space *mapping, sector_t block) in bfs_bmap()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dinode.c35 static void hfsplus_write_failed(struct address_space *mapping, loff_t to) in hfsplus_write_failed()
45 static int hfsplus_write_begin(struct file *file, struct address_space *mapping, in hfsplus_write_begin()
61 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()
H A Dbitmap.c24 struct address_space *mapping; in hfsplus_block_allocate() local
168 struct address_space *mapping; in hfsplus_block_free() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dcleancache.h54 static inline bool cleancache_fs_enabled_mapping(struct address_space *mapping) in cleancache_fs_enabled_mapping()
106 static inline void cleancache_invalidate_page(struct address_space *mapping, in cleancache_invalidate_page()
114 static inline void cleancache_invalidate_inode(struct address_space *mapping) in cleancache_invalidate_inode()
H A Ddax.h178 static inline struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page()
183 static inline struct page *dax_layout_busy_page_range(struct address_space *mapping, pgoff_t start,… in dax_layout_busy_page_range()
188 static inline int dax_writeback_mapping_range(struct address_space *mapping, in dax_writeback_mapping_range()
241 static inline bool dax_mapping(struct address_space *mapping) in dax_mapping()
H A Dpagevec.h37 struct address_space *mapping, in pagevec_lookup()
50 struct address_space *mapping, pgoff_t *index, xa_mark_t tag) in pagevec_lookup_tag()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c60 static int check_anonymous_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_anonymous_memory_mapping()
92 static int check_file_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_file_memory_mapping()
131 static int check_clear_prot_mte_flag(int mem_type, int mode, int mapping) in check_clear_prot_mte_flag()
/OK3568_Linux_fs/kernel/fs/omfs/
H A Dfile.c303 omfs_writepages(struct address_space *mapping, struct writeback_control *wbc) in omfs_writepages()
308 static void omfs_write_failed(struct address_space *mapping, loff_t to) in omfs_write_failed()
318 static int omfs_write_begin(struct file *file, struct address_space *mapping, in omfs_write_begin()
332 static sector_t omfs_bmap(struct address_space *mapping, sector_t block) in omfs_bmap()
/OK3568_Linux_fs/kernel/arch/nios2/mm/
H A Dcacheflush.c73 static void flush_aliases(struct address_space *mapping, struct page *page) in flush_aliases()
160 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page()
174 struct address_space *mapping; in flush_dcache_page() local
206 struct address_space *mapping; in update_mmu_cache() local
/OK3568_Linux_fs/kernel/arch/csky/abiv1/
H A Dcacheflush.c18 struct address_space *mapping; in flush_dcache_page() local
60 struct address_space *mapping; in flush_kernel_dcache_page() local
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c541 int sync_mapping_buffers(struct address_space *mapping) in sync_mapping_buffers()
572 struct address_space *mapping = inode->i_mapping; in mark_buffer_dirty_inode() local
600 void __set_page_dirty(struct page *page, struct address_space *mapping, in __set_page_dirty()
644 struct address_space *mapping = page_mapping(page); in __set_page_dirty_buffers() local
702 struct address_space *mapping; in fsync_buffers_list() local
789 struct address_space *mapping = &inode->i_data; in invalidate_inode_buffers() local
812 struct address_space *mapping = &inode->i_data; in remove_inode_buffers() local
1131 struct address_space *mapping = NULL; in mark_buffer_dirty() local
2137 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, in block_write_begin()
2160 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Ddma-mapping.c1101 static inline dma_addr_t __alloc_iova(struct dma_iommu_mapping *mapping, in __alloc_iova()
1159 static inline void __free_iova(struct dma_iommu_mapping *mapping, in __free_iova()
1313 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in __iommu_create_mapping() local
1351 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in __iommu_remove_mapping() local
1582 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in __map_sg_chunk() local
1806 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in arm_coherent_iommu_map_page() local
1858 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in arm_coherent_iommu_unmap_page() local
1882 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in arm_iommu_unmap_page() local
1909 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in arm_iommu_map_resource() local
1943 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in arm_iommu_unmap_resource() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c34 struct address_space *mapping; in shmem_get_pages() local
239 struct address_space *mapping; in shmem_writeback() local
338 struct address_space *mapping = obj->base.filp->f_mapping; in shmem_pwrite() local
475 struct address_space *mapping; in create_shmem() local
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dinode.c42 static void hfs_write_failed(struct address_space *mapping, loff_t to) in hfs_write_failed()
52 static int hfs_write_begin(struct file *file, struct address_space *mapping, in hfs_write_begin()
68 static sector_t hfs_bmap(struct address_space *mapping, sector_t block) in hfs_bmap()
133 struct address_space *mapping = file->f_mapping; in hfs_direct_IO() local
155 static int hfs_writepages(struct address_space *mapping, in hfs_writepages()
/OK3568_Linux_fs/kernel/fs/freevxfs/
H A Dvxfs_subr.c68 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()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Daddr.c77 struct address_space *mapping = page->mapping; in ceph_set_page_dirty() local
453 static int ceph_readpages(struct file *file, struct address_space *mapping, in ceph_readpages()
736 struct address_space *mapping = inode->i_mapping; in writepages_finish() local
814 static int ceph_writepages_start(struct address_space *mapping, in ceph_writepages_start()
1340 static int ceph_write_begin(struct file *file, struct address_space *mapping, in ceph_write_begin()
1413 static int ceph_write_end(struct file *file, struct address_space *mapping, in ceph_write_end()
1541 struct address_space *mapping = inode->i_mapping; in ceph_filemap_fault() local
1698 struct address_space *mapping = inode->i_mapping; in ceph_fill_inline_data() local
1883 struct address_space *mapping = file->f_mapping; in ceph_mmap() local
/OK3568_Linux_fs/kernel/fs/adfs/
H A Dinode.c46 static void adfs_write_failed(struct address_space *mapping, loff_t to) in adfs_write_failed()
54 static int adfs_write_begin(struct file *file, struct address_space *mapping, in adfs_write_begin()
70 static sector_t _adfs_bmap(struct address_space *mapping, sector_t block) in _adfs_bmap()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Ddir.c96 struct address_space *mapping, in nilfs_commit_chunk()
191 struct address_space *mapping = dir->i_mapping; in nilfs_get_page() local
422 struct address_space *mapping = page->mapping; in nilfs_set_link() local
540 struct address_space *mapping = page->mapping; in nilfs_delete_entry() local
581 struct address_space *mapping = inode->i_mapping; in nilfs_make_empty() local
H A Dpage.c48 struct address_space *mapping, in nilfs_grab_buffer()
358 void nilfs_clear_dirty_pages(struct address_space *mapping, bool silent) in nilfs_clear_dirty_pages()
439 void nilfs_mapping_init(struct address_space *mapping, struct inode *inode) in nilfs_mapping_init()
460 struct address_space *mapping = page->mapping; in __nilfs_clear_page_dirty() local
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_addr.c98 static int v9fs_vfs_readpages(struct file *filp, struct address_space *mapping, in v9fs_vfs_readpages()
255 static int v9fs_write_begin(struct file *filp, struct address_space *mapping, in v9fs_write_begin()
291 static int v9fs_write_end(struct file *filp, struct address_space *mapping, in v9fs_write_end()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/alteon/
H A Dacenic.c642 dma_addr_t mapping; in acenic_remove_one() local
661 dma_addr_t mapping; in acenic_remove_one() local
680 dma_addr_t mapping; in acenic_remove_one() local
1639 dma_addr_t mapping; in ace_load_std_rx_ring() local
1700 dma_addr_t mapping; in ace_load_mini_rx_ring() local
1756 dma_addr_t mapping; in ace_load_jumbo_rx_ring() local
2365 dma_addr_t mapping; in ace_map_tx_skb() local
2419 dma_addr_t mapping; in ace_start_xmit() local
2439 dma_addr_t mapping; in ace_start_xmit() local

12345678910>>...21