| /Linux-v4.19/include/linux/ |
| D | pagemap.h | 48 static inline void mapping_set_error(struct address_space *mapping, int error) in mapping_set_error() 63 static inline void mapping_set_unevictable(struct address_space *mapping) in mapping_set_unevictable() 68 static inline void mapping_clear_unevictable(struct address_space *mapping) in mapping_clear_unevictable() 73 static inline int mapping_unevictable(struct address_space *mapping) in mapping_unevictable() 80 static inline void mapping_set_exiting(struct address_space *mapping) in mapping_set_exiting() 85 static inline int mapping_exiting(struct address_space *mapping) in mapping_exiting() 90 static inline void mapping_set_no_writeback_tags(struct address_space *mapping) in mapping_set_no_writeback_tags() 95 static inline int mapping_use_writeback_tags(struct address_space *mapping) in mapping_use_writeback_tags() 100 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) in mapping_gfp_mask() 106 static inline gfp_t mapping_gfp_constraint(struct address_space *mapping, in mapping_gfp_constraint() [all …]
|
| D | io-mapping.h | 68 io_mapping_fini(struct io_mapping *mapping) in io_mapping_fini() 75 io_mapping_map_atomic_wc(struct io_mapping *mapping, in io_mapping_map_atomic_wc() 94 io_mapping_map_wc(struct io_mapping *mapping, in io_mapping_map_wc() 138 io_mapping_fini(struct io_mapping *mapping) in io_mapping_fini() 145 io_mapping_map_wc(struct io_mapping *mapping, in io_mapping_map_wc() 159 io_mapping_map_atomic_wc(struct io_mapping *mapping, in io_mapping_map_atomic_wc()
|
| D | cleancache.h | 52 static inline bool cleancache_fs_enabled_mapping(struct address_space *mapping) in cleancache_fs_enabled_mapping() 104 static inline void cleancache_invalidate_page(struct address_space *mapping, in cleancache_invalidate_page() 112 static inline void cleancache_invalidate_inode(struct address_space *mapping) in cleancache_invalidate_inode()
|
| /Linux-v4.19/mm/ |
| D | truncate.c | 33 static inline void __clear_shadow_entry(struct address_space *mapping, in __clear_shadow_entry() 48 static void clear_shadow_entry(struct address_space *mapping, pgoff_t index, in clear_shadow_entry() 61 static void truncate_exceptional_pvec_entries(struct address_space *mapping, in truncate_exceptional_pvec_entries() 113 static int invalidate_exceptional_entry(struct address_space *mapping, in invalidate_exceptional_entry() 127 static int invalidate_exceptional_entry2(struct address_space *mapping, in invalidate_exceptional_entry2() 179 truncate_cleanup_page(struct address_space *mapping, struct page *page) in truncate_cleanup_page() 207 invalidate_complete_page(struct address_space *mapping, struct page *page) in invalidate_complete_page() 222 int truncate_inode_page(struct address_space *mapping, struct page *page) in truncate_inode_page() 237 int generic_error_remove_page(struct address_space *mapping, struct page *page) in generic_error_remove_page() 259 struct address_space *mapping = page_mapping(page); in invalidate_inode_page() local [all …]
|
| D | filemap.c | 114 static int page_cache_tree_insert(struct address_space *mapping, in page_cache_tree_insert() 143 static void page_cache_tree_delete(struct address_space *mapping, in page_cache_tree_delete() 185 static void unaccount_page_cache_page(struct address_space *mapping, in unaccount_page_cache_page() 261 struct address_space *mapping = page->mapping; in __delete_from_page_cache() local 269 static void page_cache_free_page(struct address_space *mapping, in page_cache_free_page() 296 struct address_space *mapping = page_mapping(page); in delete_from_page_cache() local 323 page_cache_tree_delete_batch(struct address_space *mapping, in page_cache_tree_delete_batch() 369 void delete_from_page_cache_batch(struct address_space *mapping, in delete_from_page_cache_batch() 391 int filemap_check_errors(struct address_space *mapping) in filemap_check_errors() 405 static int filemap_check_and_keep_errors(struct address_space *mapping) in filemap_check_and_keep_errors() [all …]
|
| D | readahead.c | 32 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init() 46 static void read_cache_pages_invalidate_page(struct address_space *mapping, in read_cache_pages_invalidate_page() 63 static void read_cache_pages_invalidate_pages(struct address_space *mapping, in read_cache_pages_invalidate_pages() 85 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages() 113 static int read_pages(struct address_space *mapping, struct file *filp, in read_pages() 152 unsigned int __do_page_cache_readahead(struct address_space *mapping, in __do_page_cache_readahead() 221 int force_page_cache_readahead(struct address_space *mapping, struct file *filp, in force_page_cache_readahead() 333 static pgoff_t count_history_pages(struct address_space *mapping, in count_history_pages() 348 static int try_context_readahead(struct address_space *mapping, in try_context_readahead() 383 ondemand_readahead(struct address_space *mapping, in ondemand_readahead() [all …]
|
| D | page_io.c | 151 struct address_space *mapping = swap_file->f_mapping; in generic_swapfile_activate() local 289 struct address_space *mapping = swap_file->f_mapping; in __swap_writepage() local 370 struct address_space *mapping = swap_file->f_mapping; in swap_readpage() local 427 struct address_space *mapping = sis->swap_file->f_mapping; in swap_set_page_dirty() local
|
| D | page-writeback.c | 1861 void balance_dirty_pages_ratelimited(struct address_space *mapping) in balance_dirty_pages_ratelimited() 2104 void tag_pages_for_writeback(struct address_space *mapping, in tag_pages_for_writeback() 2153 int write_cache_pages(struct address_space *mapping, in write_cache_pages() 2300 struct address_space *mapping = data; in __writepage() local 2314 int generic_writepages(struct address_space *mapping, in generic_writepages() 2332 int do_writepages(struct address_space *mapping, struct writeback_control *wbc) in do_writepages() 2362 struct address_space *mapping = page->mapping; in write_one_page() local 2406 void account_page_dirtied(struct page *page, struct address_space *mapping) in account_page_dirtied() 2435 void account_page_cleaned(struct page *page, struct address_space *mapping, in account_page_cleaned() 2462 struct address_space *mapping = page_mapping(page); in __set_page_dirty_nobuffers() local [all …]
|
| /Linux-v4.19/drivers/staging/gasket/ |
| D | gasket_sysfs.c | 77 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 263 struct gasket_sysfs_mapping *mapping = get_mapping(device); in gasket_sysfs_remove_mapping() local 277 struct gasket_sysfs_mapping *mapping = get_mapping(device); in gasket_sysfs_get_device_data() local 290 struct gasket_sysfs_mapping *mapping = get_mapping(device); in gasket_sysfs_put_device_data() local 305 struct gasket_sysfs_mapping *mapping = get_mapping(device); in gasket_sysfs_get_attr() local 329 struct gasket_sysfs_mapping *mapping = get_mapping(device); in gasket_sysfs_put_attr() local 354 struct gasket_sysfs_mapping *mapping; in gasket_sysfs_register_store() local
|
| /Linux-v4.19/fs/ |
| D | dax.c | 118 struct address_space *mapping; member 127 static wait_queue_head_t *dax_entry_waitqueue(struct address_space *mapping, in dax_entry_waitqueue() 165 static void dax_wake_mapping_entry_waiter(struct address_space *mapping, in dax_wake_mapping_entry_waiter() 187 static inline int slot_locked(struct address_space *mapping, void **slot) in slot_locked() 197 static inline void *lock_slot(struct address_space *mapping, void **slot) in lock_slot() 210 static inline void *unlock_slot(struct address_space *mapping, void **slot) in unlock_slot() 229 static void *__get_unlocked_mapping_entry(struct address_space *mapping, in __get_unlocked_mapping_entry() 274 static void *get_unlocked_mapping_entry(struct address_space *mapping, in get_unlocked_mapping_entry() 280 static void unlock_mapping_entry(struct address_space *mapping, pgoff_t index) in unlock_mapping_entry() 296 static void put_locked_mapping_entry(struct address_space *mapping, in put_locked_mapping_entry() [all …]
|
| D | buffer.c | 514 int sync_mapping_buffers(struct address_space *mapping) in sync_mapping_buffers() 545 struct address_space *mapping = inode->i_mapping; in mark_buffer_dirty_inode() local 573 void __set_page_dirty(struct page *page, struct address_space *mapping, in __set_page_dirty() 617 struct address_space *mapping = page_mapping(page); in __set_page_dirty_buffers() local 675 struct address_space *mapping; in fsync_buffers_list() local 762 struct address_space *mapping = &inode->i_data; in invalidate_inode_buffers() local 785 struct address_space *mapping = &inode->i_data; in remove_inode_buffers() local 1104 struct address_space *mapping = NULL; in mark_buffer_dirty() local 2064 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, in block_write_begin() 2121 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end() [all …]
|
| /Linux-v4.19/drivers/media/usb/uvc/ |
| D | uvc_ctrl.c | 370 static s32 uvc_ctrl_get_zoom(struct uvc_control_mapping *mapping, in uvc_ctrl_get_zoom() 388 static void uvc_ctrl_set_zoom(struct uvc_control_mapping *mapping, in uvc_ctrl_set_zoom() 395 static s32 uvc_ctrl_get_rel_speed(struct uvc_control_mapping *mapping, in uvc_ctrl_get_rel_speed() 415 static void uvc_ctrl_set_rel_speed(struct uvc_control_mapping *mapping, in uvc_ctrl_set_rel_speed() 769 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 …]
|
| /Linux-v4.19/fs/hpfs/ |
| D | file.c | 128 static int hpfs_readpages(struct file *file, struct address_space *mapping, in hpfs_readpages() 134 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()
|
| /Linux-v4.19/fs/jfs/ |
| D | inode.c | 289 static int jfs_writepages(struct address_space *mapping, in jfs_writepages() 300 static int jfs_readpages(struct file *file, struct address_space *mapping, in jfs_readpages() 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
|
| /Linux-v4.19/fs/afs/ |
| D | write.c | 71 int afs_write_begin(struct file *file, struct address_space *mapping, in afs_write_begin() 175 int afs_write_end(struct file *file, struct address_space *mapping, in afs_write_end() 226 static void afs_kill_pages(struct address_space *mapping, in afs_kill_pages() 268 struct address_space *mapping, in afs_redirty_pages() 307 static int afs_store_data(struct address_space *mapping, in afs_store_data() 392 static int afs_write_back_from_locked_page(struct address_space *mapping, in afs_write_back_from_locked_page() 571 static int afs_writepages_region(struct address_space *mapping, in afs_writepages_region() 637 int afs_writepages(struct address_space *mapping, in afs_writepages() 832 struct address_space *mapping = page->mapping; in afs_launder_page() local
|
| /Linux-v4.19/fs/gfs2/ |
| D | aops.c | 232 static int gfs2_writepages(struct address_space *mapping, in gfs2_writepages() 261 static int gfs2_write_jdata_pagevec(struct address_space *mapping, in gfs2_write_jdata_pagevec() 356 static int gfs2_write_cache_jdata(struct address_space *mapping, in gfs2_write_cache_jdata() 437 static int gfs2_jdata_writepages(struct address_space *mapping, in gfs2_jdata_writepages() 542 struct address_space *mapping = page->mapping; in gfs2_readpage() local 578 struct address_space *mapping = ip->i_inode.i_mapping; in gfs2_internal_read() local 623 static int gfs2_readpages(struct file *file, struct address_space *mapping, in gfs2_readpages() 747 static sector_t gfs2_bmap(struct address_space *mapping, sector_t lblock) in gfs2_bmap() 831 struct address_space *mapping = page->mapping; in gfs2_releasepage() local
|
| /Linux-v4.19/arch/arm/mm/ |
| D | flush.c | 202 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page() 241 static void __flush_dcache_aliases(struct address_space *mapping, struct page *page) in __flush_dcache_aliases() 277 struct address_space *mapping; in __sync_icache_dcache() local 321 struct address_space *mapping; in flush_dcache_page() local 364 struct address_space *mapping; in flush_kernel_dcache_page() local
|
| /Linux-v4.19/arch/nds32/include/asm/ |
| D | cacheflush.h | 39 #define flush_dcache_mmap_lock(mapping) xa_lock_irq(&(mapping)->i_pages) argument 40 #define flush_dcache_mmap_unlock(mapping) xa_unlock_irq(&(mapping)->i_pages) argument
|
| /Linux-v4.19/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-v4.19/arch/nios2/include/asm/ |
| D | cacheflush.h | 49 #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
|
| /Linux-v4.19/fs/f2fs/ |
| D | data.c | 38 struct address_space *mapping = page->mapping; in __is_cp_guaranteed() local 705 struct address_space *mapping = inode->i_mapping; in f2fs_get_read_data_page() local 763 struct address_space *mapping = inode->i_mapping; in f2fs_find_data_page() local 794 struct address_space *mapping = inode->i_mapping; in f2fs_get_lock_data_page() local 826 struct address_space *mapping = inode->i_mapping; in f2fs_get_new_data_page() local 1457 static int f2fs_mpage_readpages(struct address_space *mapping, in f2fs_mpage_readpages() 1603 struct address_space *mapping, in f2fs_read_data_pages() 1990 static int f2fs_write_cache_pages(struct address_space *mapping, in f2fs_write_cache_pages() 2150 static int __f2fs_write_data_pages(struct address_space *mapping, in __f2fs_write_data_pages() 2217 static int f2fs_write_data_pages(struct address_space *mapping, in f2fs_write_data_pages() [all …]
|
| /Linux-v4.19/fs/hfsplus/ |
| D | inode.c | 35 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()
|
| /Linux-v4.19/drivers/net/wireless/marvell/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-v4.19/fs/bfs/ |
| D | file.c | 163 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()
|
| /Linux-v4.19/arch/nios2/mm/ |
| D | cacheflush.c | 73 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 205 struct address_space *mapping; in update_mmu_cache() local
|