Home
last modified time | relevance | path

Searched defs:mapping (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/kernel/linux/linux-5.10/mm/
Dtruncate.c34 static inline void __clear_shadow_entry(struct address_space *mapping, in __clear_shadow_entry()
46 static void clear_shadow_entry(struct address_space *mapping, pgoff_t index, in clear_shadow_entry()
59 static void truncate_exceptional_pvec_entries(struct address_space *mapping, in truncate_exceptional_pvec_entries()
111 static int invalidate_exceptional_entry(struct address_space *mapping, in invalidate_exceptional_entry()
125 static int invalidate_exceptional_entry2(struct address_space *mapping, in invalidate_exceptional_entry2()
202 invalidate_complete_page(struct address_space *mapping, struct page *page) in invalidate_complete_page()
217 int truncate_inode_page(struct address_space *mapping, struct page *page) in truncate_inode_page()
232 int generic_error_remove_page(struct address_space *mapping, struct page *page) in generic_error_remove_page()
254 struct address_space *mapping = page_mapping(page); in invalidate_inode_page() local
288 void truncate_inode_pages_range(struct address_space *mapping, in truncate_inode_pages_range()
[all …]
Dfilemap.c120 static void page_cache_delete(struct address_space *mapping, in page_cache_delete()
157 static void unaccount_page_cache_page(struct address_space *mapping, in unaccount_page_cache_page()
234 struct address_space *mapping = page->mapping; in __delete_from_page_cache() local
242 static void page_cache_free_page(struct address_space *mapping, in page_cache_free_page()
269 struct address_space *mapping = page_mapping(page); in delete_from_page_cache() local
295 static void page_cache_delete_batch(struct address_space *mapping, in page_cache_delete_batch()
343 void delete_from_page_cache_batch(struct address_space *mapping, in delete_from_page_cache_batch()
365 int filemap_check_errors(struct address_space *mapping) in filemap_check_errors()
379 static int filemap_check_and_keep_errors(struct address_space *mapping) in filemap_check_and_keep_errors()
406 int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in __filemap_fdatawrite_range()
[all …]
Dreadahead.c34 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init()
48 static void read_cache_pages_invalidate_page(struct address_space *mapping, in read_cache_pages_invalidate_page()
65 static void read_cache_pages_invalidate_pages(struct address_space *mapping, in read_cache_pages_invalidate_pages()
89 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages()
177 struct address_space *mapping = ractl->mapping; in page_cache_ra_unbounded() local
277 struct address_space *mapping = ractl->mapping; in force_page_cache_ra() local
386 static pgoff_t count_history_pages(struct address_space *mapping, in count_history_pages()
401 static int try_context_readahead(struct address_space *mapping, in try_context_readahead()
Dpage_io.c101 struct address_space *mapping = swap_file->f_mapping; in generic_swapfile_activate() local
264 struct address_space *mapping = swap_file->f_mapping; in __swap_writepage() local
352 struct address_space *mapping = swap_file->f_mapping; in swap_readpage() local
410 struct address_space *mapping = sis->swap_file->f_mapping; in swap_set_page_dirty() local
/kernel/linux/linux-5.10/include/linux/
Dpagemap.h49 static inline void mapping_set_error(struct address_space *mapping, int error) in mapping_set_error()
68 static inline void mapping_set_unevictable(struct address_space *mapping) in mapping_set_unevictable()
73 static inline void mapping_clear_unevictable(struct address_space *mapping) in mapping_clear_unevictable()
78 static inline bool mapping_unevictable(struct address_space *mapping) in mapping_unevictable()
83 static inline void mapping_set_exiting(struct address_space *mapping) in mapping_set_exiting()
88 static inline int mapping_exiting(struct address_space *mapping) in mapping_exiting()
93 static inline void mapping_set_no_writeback_tags(struct address_space *mapping) in mapping_set_no_writeback_tags()
98 static inline int mapping_use_writeback_tags(struct address_space *mapping) in mapping_use_writeback_tags()
103 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) in mapping_gfp_mask()
109 static inline gfp_t mapping_gfp_constraint(struct address_space *mapping, in mapping_gfp_constraint()
[all …]
Dio-mapping.h58 io_mapping_fini(struct io_mapping *mapping) in io_mapping_fini()
65 io_mapping_map_atomic_wc(struct io_mapping *mapping, in io_mapping_map_atomic_wc()
82 io_mapping_map_wc(struct io_mapping *mapping, in io_mapping_map_wc()
128 io_mapping_fini(struct io_mapping *mapping) in io_mapping_fini()
135 io_mapping_map_wc(struct io_mapping *mapping, in io_mapping_map_wc()
149 io_mapping_map_atomic_wc(struct io_mapping *mapping, in io_mapping_map_atomic_wc()
/kernel/linux/linux-5.10/drivers/staging/gasket/
Dgasket_sysfs.c77 static void put_mapping(struct gasket_sysfs_mapping *mapping) in put_mapping()
134 static void put_mapping_n(struct gasket_sysfs_mapping *mapping, int times) in put_mapping_n()
155 struct gasket_sysfs_mapping *mapping; in gasket_sysfs_create_mapping() local
222 struct gasket_sysfs_mapping *mapping = get_mapping(device); in gasket_sysfs_create_entries() local
260 struct gasket_sysfs_mapping *mapping = get_mapping(device); in gasket_sysfs_remove_mapping() local
273 struct gasket_sysfs_mapping *mapping = get_mapping(device); in gasket_sysfs_get_device_data() local
286 struct gasket_sysfs_mapping *mapping = get_mapping(device); in gasket_sysfs_put_device_data() local
301 struct gasket_sysfs_mapping *mapping = get_mapping(device); in gasket_sysfs_get_attr() local
325 struct gasket_sysfs_mapping *mapping = get_mapping(device); in gasket_sysfs_put_attr() local
351 struct gasket_sysfs_mapping *mapping; in gasket_sysfs_register_store() local
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
Dpanfrost_gem.c59 struct panfrost_gem_mapping *iter, *mapping = NULL; in panfrost_gem_mapping_get() local
75 panfrost_gem_teardown_mapping(struct panfrost_gem_mapping *mapping) in panfrost_gem_teardown_mapping()
88 struct panfrost_gem_mapping *mapping; in panfrost_gem_mapping_release() local
98 void panfrost_gem_mapping_put(struct panfrost_gem_mapping *mapping) in panfrost_gem_mapping_put()
108 struct panfrost_gem_mapping *mapping; in panfrost_gem_teardown_mappings_locked() local
122 struct panfrost_gem_mapping *mapping; in panfrost_gem_open() local
173 struct panfrost_gem_mapping *mapping = NULL, *iter; in panfrost_gem_close() local
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvc_ctrl.c366 static s32 uvc_ctrl_get_zoom(struct uvc_control_mapping *mapping, in uvc_ctrl_get_zoom()
384 static void uvc_ctrl_set_zoom(struct uvc_control_mapping *mapping, in uvc_ctrl_set_zoom()
391 static s32 uvc_ctrl_get_rel_speed(struct uvc_control_mapping *mapping, in uvc_ctrl_get_rel_speed()
411 static void uvc_ctrl_set_rel_speed(struct uvc_control_mapping *mapping, in uvc_ctrl_set_rel_speed()
765 static s32 uvc_get_le_value(struct uvc_control_mapping *mapping, in uvc_get_le_value()
799 static void uvc_set_le_value(struct uvc_control_mapping *mapping, in uvc_set_le_value()
862 struct uvc_control_mapping **mapping, struct uvc_control **control, in __uvc_find_control()
894 u32 v4l2_id, struct uvc_control_mapping **mapping) in uvc_find_control()
975 static s32 __uvc_ctrl_get_value(struct uvc_control_mapping *mapping, in __uvc_ctrl_get_value()
996 struct uvc_control *ctrl, struct uvc_control_mapping *mapping, in __uvc_ctrl_get()
[all …]
/kernel/liteos_a/kernel/base/vm/
Dlos_vm_filemap.c72 STATIC VOID OsPageCacheAdd(LosFilePage *page, struct page_mapping *mapping, VM_OFFSET_T pgoff) in OsPageCacheAdd()
89 VOID OsAddToPageacheLru(LosFilePage *page, struct page_mapping *mapping, VM_OFFSET_T pgoff) in OsAddToPageacheLru()
176 struct page_mapping *mapping = NULL; in OsVmmFileRemove() local
319 STATIC VOID OsReleaseFpage(struct page_mapping *mapping, LosFilePage *fpage) in OsReleaseFpage()
337 struct page_mapping *mapping = NULL; in OsDelMapInfo() local
374 struct page_mapping *mapping = NULL; in OsVmmFileFault() local
434 VOID OsFileCacheFlush(struct page_mapping *mapping) in OsFileCacheFlush()
463 VOID OsFileCacheRemove(struct page_mapping *mapping) in OsFileCacheRemove()
541 LosFilePage *OsFindGetEntry(struct page_mapping *mapping, VM_OFFSET_T pgoff) in OsFindGetEntry()
559 LosFilePage *OsPageCacheAlloc(struct page_mapping *mapping, VM_OFFSET_T pgoff) in OsPageCacheAlloc()
/kernel/linux/linux-5.10/fs/
Ddax.c342 static void dax_associate_entry(void *entry, struct address_space *mapping, in dax_associate_entry()
361 static void dax_disassociate_entry(void *entry, struct address_space *mapping, in dax_disassociate_entry()
408 struct address_space *mapping = READ_ONCE(page->mapping); in dax_lock_page() local
449 struct address_space *mapping = page->mapping; in dax_unlock_page() local
488 struct address_space *mapping, unsigned int order) in grab_mapping_entry()
591 struct page *dax_layout_busy_page_range(struct address_space *mapping, in dax_layout_busy_page_range()
653 struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page()
659 static int __dax_invalidate_entry(struct address_space *mapping, in __dax_invalidate_entry()
688 int dax_delete_mapping_entry(struct address_space *mapping, pgoff_t index) in dax_delete_mapping_entry()
706 int dax_invalidate_mapping_entry_sync(struct address_space *mapping, in dax_invalidate_mapping_entry_sync()
[all …]
/kernel/linux/linux-5.10/fs/afs/
Dwrite.c77 int afs_write_begin(struct file *file, struct address_space *mapping, in afs_write_begin()
162 int afs_write_end(struct file *file, struct address_space *mapping, in afs_write_end()
238 static void afs_kill_pages(struct address_space *mapping, in afs_kill_pages()
281 struct address_space *mapping, in afs_redirty_pages()
422 static int afs_store_data(struct address_space *mapping, in afs_store_data()
494 static int afs_write_back_from_locked_page(struct address_space *mapping, in afs_write_back_from_locked_page()
680 static int afs_writepages_region(struct address_space *mapping, in afs_writepages_region()
746 int afs_writepages(struct address_space *mapping, in afs_writepages()
915 struct address_space *mapping = page->mapping; in afs_launder_page() local
/kernel/linux/linux-5.10/fs/hpfs/
Dfile.c134 static int hpfs_writepages(struct address_space *mapping, in hpfs_writepages()
140 static void hpfs_write_failed(struct address_space *mapping, loff_t to) in hpfs_write_failed()
154 static int hpfs_write_begin(struct file *file, struct address_space *mapping, in hpfs_write_begin()
170 static int hpfs_write_end(struct file *file, struct address_space *mapping, in hpfs_write_end()
188 static sector_t _hpfs_bmap(struct address_space *mapping, sector_t block) in _hpfs_bmap()
/kernel/linux/linux-5.10/fs/jfs/
Dinode.c290 static int jfs_writepages(struct address_space *mapping, in jfs_writepages()
306 static void jfs_write_failed(struct address_space *mapping, loff_t to) in jfs_write_failed()
316 static int jfs_write_begin(struct file *file, struct address_space *mapping, in jfs_write_begin()
330 static sector_t jfs_bmap(struct address_space *mapping, sector_t block) in jfs_bmap()
338 struct address_space *mapping = file->f_mapping; in jfs_direct_IO() local
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_xdp.c25 dma_addr_t mapping, u32 len) in bnxt_xmit_bd()
48 dma_addr_t mapping, u32 len, u16 rx_prod) in __bnxt_xmit_xdp()
59 dma_addr_t mapping, u32 len, in __bnxt_xmit_xdp_redirect()
119 dma_addr_t mapping; in bnxt_rx_xdp() local
222 dma_addr_t mapping; in bnxt_xdp_xmit() local
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dcacheflush.h58 #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
60 #define flush_dcache_mmap_lock_irqsave(mapping, flags) \ argument
62 #define flush_dcache_mmap_unlock_irqrestore(mapping, flags) \ argument
/kernel/linux/linux-5.10/arch/arm/mm/
Dflush.c199 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page()
237 static void __flush_dcache_aliases(struct address_space *mapping, struct page *page) in __flush_dcache_aliases()
273 struct address_space *mapping; in __sync_icache_dcache() local
317 struct address_space *mapping; in flush_dcache_page() local
360 struct address_space *mapping; in flush_kernel_dcache_page() local
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dcacheflush.h43 #define flush_dcache_mmap_lock(mapping) xa_lock_irq(&(mapping)->i_pages) argument
44 #define flush_dcache_mmap_unlock(mapping) xa_unlock_irq(&(mapping)->i_pages) argument
/kernel/linux/linux-5.10/arch/nios2/include/asm/
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
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/
Dmte_common_util.c119 static void *__mte_allocate_memory_range(size_t size, int mem_type, int mapping, in __mte_allocate_memory_range()
161 void *mte_allocate_memory_tag_range(size_t size, int mem_type, int mapping, in mte_allocate_memory_tag_range()
168 void *mte_allocate_memory(size_t size, int mem_type, int mapping, bool tags) in mte_allocate_memory()
173 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping, bool tags, int fd) in mte_allocate_file_memory()
191 void *mte_allocate_file_memory_tag_range(size_t size, int mem_type, int mapping, in mte_allocate_file_memory_tag_range()
/kernel/linux/linux-5.10/fs/gfs2/
Daops.c202 static int gfs2_writepages(struct address_space *mapping, in gfs2_writepages()
232 static int gfs2_write_jdata_pagevec(struct address_space *mapping, in gfs2_write_jdata_pagevec()
327 static int gfs2_write_cache_jdata(struct address_space *mapping, in gfs2_write_cache_jdata()
408 static int gfs2_jdata_writepages(struct address_space *mapping, in gfs2_jdata_writepages()
511 struct address_space *mapping = ip->i_inode.i_mapping; in gfs2_internal_read() local
636 static sector_t gfs2_bmap(struct address_space *mapping, sector_t lblock) in gfs2_bmap()
723 struct address_space *mapping = page->mapping; in gfs2_releasepage() local
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
Detnaviv_cmdbuf.c65 struct etnaviv_vram_mapping *mapping, in etnaviv_cmdbuf_suballoc_map()
73 struct etnaviv_vram_mapping *mapping) in etnaviv_cmdbuf_suballoc_unmap()
134 struct etnaviv_vram_mapping *mapping) in etnaviv_cmdbuf_get_va()
/kernel/linux/linux-5.10/arch/csky/abiv1/
Dcacheflush.c18 struct address_space *mapping; in flush_dcache_page() local
60 struct address_space *mapping; in flush_kernel_dcache_page() local
/kernel/linux/linux-5.10/fs/exfat/
Dinode.c373 static int exfat_writepages(struct address_space *mapping, in exfat_writepages()
379 static void exfat_write_failed(struct address_space *mapping, loff_t to) in exfat_write_failed()
389 static int exfat_write_begin(struct file *file, struct address_space *mapping, in exfat_write_begin()
406 static int exfat_write_end(struct file *file, struct address_space *mapping, in exfat_write_end()
437 struct address_space *mapping = iocb->ki_filp->f_mapping; in exfat_direct_IO() local
467 static sector_t exfat_aop_bmap(struct address_space *mapping, sector_t block) in exfat_aop_bmap()
/kernel/linux/linux-5.10/fs/affs/
Dfile.c383 static void affs_write_failed(struct address_space *mapping, loff_t to) in affs_write_failed()
397 struct address_space *mapping = file->f_mapping; in affs_direct_IO() local
416 static int affs_write_begin(struct file *file, struct address_space *mapping, in affs_write_begin()
432 static int affs_write_end(struct file *file, struct address_space *mapping, in affs_write_end()
450 static sector_t _affs_bmap(struct address_space *mapping, sector_t block) in _affs_bmap()
650 static int affs_write_begin_ofs(struct file *file, struct address_space *mapping, in affs_write_begin_ofs()
688 static int affs_write_end_ofs(struct file *file, struct address_space *mapping, in affs_write_end_ofs()
880 struct address_space *mapping = inode->i_mapping; in affs_truncate() local

12345678910>>...19