Home
last modified time | relevance | path

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

12345678910>>...13

/linux-3.4.99/mm/
Dtruncate.c77 struct address_space *mapping = page->mapping; in cancel_dirty_page() local
100 truncate_complete_page(struct address_space *mapping, struct page *page) in truncate_complete_page()
125 invalidate_complete_page(struct address_space *mapping, struct page *page) in invalidate_complete_page()
141 int truncate_inode_page(struct address_space *mapping, struct page *page) in truncate_inode_page()
154 int generic_error_remove_page(struct address_space *mapping, struct page *page) in generic_error_remove_page()
176 struct address_space *mapping = page_mapping(page); in invalidate_inode_page() local
206 void truncate_inode_pages_range(struct address_space *mapping, in truncate_inode_pages_range()
311 void truncate_inode_pages(struct address_space *mapping, loff_t lstart) in truncate_inode_pages()
330 unsigned long invalidate_mapping_pages(struct address_space *mapping, in invalidate_mapping_pages()
389 invalidate_complete_page2(struct address_space *mapping, struct page *page) in invalidate_complete_page2()
[all …]
Dreadahead.c26 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init()
42 static void read_cache_pages_invalidate_page(struct address_space *mapping, in read_cache_pages_invalidate_page()
59 static void read_cache_pages_invalidate_pages(struct address_space *mapping, in read_cache_pages_invalidate_pages()
81 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages()
109 static int read_pages(struct address_space *mapping, struct file *filp, in read_pages()
151 __do_page_cache_readahead(struct address_space *mapping, struct file *filp, in __do_page_cache_readahead()
209 int force_page_cache_readahead(struct address_space *mapping, struct file *filp, in force_page_cache_readahead()
252 struct address_space *mapping, struct file *filp) in ra_submit()
345 static pgoff_t count_history_pages(struct address_space *mapping, in count_history_pages()
361 static int try_context_readahead(struct address_space *mapping, in try_context_readahead()
[all …]
Dfilemap.c115 struct address_space *mapping = page->mapping; in __delete_from_page_cache() local
159 struct address_space *mapping = page->mapping; in delete_from_page_cache() local
203 int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in __filemap_fdatawrite_range()
221 static inline int __filemap_fdatawrite(struct address_space *mapping, in __filemap_fdatawrite()
227 int filemap_fdatawrite(struct address_space *mapping) in filemap_fdatawrite()
233 int filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in filemap_fdatawrite_range()
247 int filemap_flush(struct address_space *mapping) in filemap_flush()
262 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, in filemap_fdatawait_range()
313 int filemap_fdatawait(struct address_space *mapping) in filemap_fdatawait()
324 int filemap_write_and_wait(struct address_space *mapping) in filemap_write_and_wait()
[all …]
Dfilemap_xip.c52 do_xip_mapping_read(struct address_space *mapping, in do_xip_mapping_read()
165 __xip_unmap (struct address_space * mapping, in __xip_unmap()
224 struct address_space *mapping = file->f_mapping; in xip_file_fault() local
324 struct address_space * mapping = filp->f_mapping; in __xip_file_write() local
398 struct address_space *mapping = filp->f_mapping; in xip_file_write() local
447 xip_truncate_page(struct address_space *mapping, loff_t from) in xip_truncate_page()
Dpage-writeback.c1176 static void balance_dirty_pages(struct address_space *mapping, in balance_dirty_pages()
1400 struct address_space *mapping = page_mapping(page); in set_page_dirty_balance() local
1439 void balance_dirty_pages_ratelimited_nr(struct address_space *mapping, in balance_dirty_pages_ratelimited_nr()
1649 void tag_pages_for_writeback(struct address_space *mapping, in tag_pages_for_writeback()
1690 int write_cache_pages(struct address_space *mapping, in write_cache_pages()
1853 struct address_space *mapping = data; in __writepage() local
1867 int generic_writepages(struct address_space *mapping, in generic_writepages()
1885 int do_writepages(struct address_space *mapping, struct writeback_control *wbc) in do_writepages()
1909 struct address_space *mapping = page->mapping; in write_one_page() local
1951 void account_page_dirtied(struct page *page, struct address_space *mapping) in account_page_dirtied()
[all …]
Dmigrate.c290 static int migrate_page_move_mapping(struct address_space *mapping, in migrate_page_move_mapping()
378 int migrate_huge_page_move_mapping(struct address_space *mapping, in migrate_huge_page_move_mapping()
475 int fail_migrate_page(struct address_space *mapping, in fail_migrate_page()
488 int migrate_page(struct address_space *mapping, in migrate_page()
512 int buffer_migrate_page(struct address_space *mapping, in buffer_migrate_page()
569 static int writeout(struct address_space *mapping, struct page *page) in writeout()
610 static int fallback_migrate_page(struct address_space *mapping, in fallback_migrate_page()
645 struct address_space *mapping; in move_to_new_page() local
Dshmem.c229 static int shmem_radix_tree_replace(struct address_space *mapping, in shmem_radix_tree_replace()
253 struct address_space *mapping, in shmem_add_to_page_cache()
298 struct address_space *mapping = page->mapping; in shmem_delete_from_page_cache() local
315 static unsigned shmem_find_get_pages_and_swap(struct address_space *mapping, in shmem_find_get_pages_and_swap()
366 static int shmem_free_swap(struct address_space *mapping, in shmem_free_swap()
397 void shmem_unlock_mapping(struct address_space *mapping) in shmem_unlock_mapping()
429 struct address_space *mapping = inode->i_mapping; in shmem_truncate_range() local
609 struct address_space *mapping = info->vfs_inode.i_mapping; in shmem_unuse_inode() local
704 struct address_space *mapping; in shmem_writepage() local
874 struct address_space *mapping = inode->i_mapping; in shmem_getpage_gfp() local
[all …]
/linux-3.4.99/include/linux/
Dio-mapping.h76 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()
Dpagemap.h29 static inline void mapping_set_error(struct address_space *mapping, int error) in mapping_set_error()
39 static inline void mapping_set_unevictable(struct address_space *mapping) in mapping_set_unevictable()
44 static inline void mapping_clear_unevictable(struct address_space *mapping) in mapping_clear_unevictable()
49 static inline int mapping_unevictable(struct address_space *mapping) in mapping_unevictable()
56 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) in mapping_gfp_mask()
249 static inline struct page *grab_cache_page(struct address_space *mapping, in grab_cache_page()
267 struct address_space *mapping, in read_mapping_page_async()
274 static inline struct page *read_mapping_page(struct address_space *mapping, in read_mapping_page()
468 struct address_space *mapping, pgoff_t offset, gfp_t gfp_mask) in add_to_page_cache()
Dcleancache.h52 static inline bool cleancache_fs_enabled_mapping(struct address_space *mapping) in cleancache_fs_enabled_mapping()
102 static inline void cleancache_invalidate_page(struct address_space *mapping, in cleancache_invalidate_page()
110 static inline void cleancache_invalidate_inode(struct address_space *mapping) in cleancache_invalidate_inode()
/linux-3.4.99/drivers/media/video/uvc/
Duvc_ctrl.c368 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()
696 static __s32 uvc_get_le_value(struct uvc_control_mapping *mapping, in uvc_get_le_value()
726 static void uvc_set_le_value(struct uvc_control_mapping *mapping, in uvc_set_le_value()
789 struct uvc_control_mapping **mapping, struct uvc_control **control, in __uvc_find_control()
821 __u32 v4l2_id, struct uvc_control_mapping **mapping) in uvc_find_control()
906 struct uvc_control_mapping *mapping; in uvc_query_v4l2_ctrl() local
1005 struct uvc_control_mapping *mapping; in uvc_query_v4l2_menu() local
1155 struct uvc_control_mapping *mapping; in uvc_ctrl_get() local
1195 struct uvc_control_mapping *mapping; in uvc_ctrl_set() local
[all …]
/linux-3.4.99/fs/xfs/
Dxfs_fs_subr.c47 struct address_space *mapping = VFS_I(ip)->i_mapping; in xfs_flushinval_pages() local
68 struct address_space *mapping = VFS_I(ip)->i_mapping; in xfs_flush_pages() local
89 struct address_space *mapping = VFS_I(ip)->i_mapping; in xfs_wait_on_pages() local
/linux-3.4.99/arch/arm/mm/
Dflush.c163 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page()
195 static void __flush_dcache_aliases(struct address_space *mapping, struct page *page) in __flush_dcache_aliases()
232 struct address_space *mapping; in __sync_icache_dcache() local
276 struct address_space *mapping; in flush_dcache_page() local
313 struct address_space *mapping; in flush_kernel_dcache_page() local
/linux-3.4.99/fs/gfs2/
Daops.c241 static int gfs2_writeback_writepages(struct address_space *mapping, in gfs2_writeback_writepages()
258 static int gfs2_write_jdata_pagevec(struct address_space *mapping, in gfs2_write_jdata_pagevec()
329 static int gfs2_write_cache_jdata(struct address_space *mapping, in gfs2_write_cache_jdata()
392 static int gfs2_jdata_writepages(struct address_space *mapping, in gfs2_jdata_writepages()
493 struct address_space *mapping = page->mapping; in gfs2_readpage() local
530 struct address_space *mapping = ip->i_inode.i_mapping; in gfs2_internal_read() local
572 static int gfs2_readpages(struct file *file, struct address_space *mapping, in gfs2_readpages()
608 static int gfs2_write_begin(struct file *file, struct address_space *mapping, in gfs2_write_begin()
841 static int gfs2_write_end(struct file *file, struct address_space *mapping, in gfs2_write_end()
918 static sector_t gfs2_bmap(struct address_space *mapping, sector_t lblock) in gfs2_bmap()
[all …]
/linux-3.4.99/arch/m32r/include/asm/
Dcacheflush.h17 #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-3.4.99/fs/jfs/
Dinode.c286 static int jfs_writepages(struct address_space *mapping, in jfs_writepages()
297 static int jfs_readpages(struct file *file, struct address_space *mapping, in jfs_readpages()
303 static int jfs_write_begin(struct file *file, struct address_space *mapping, in jfs_write_begin()
320 static sector_t jfs_bmap(struct address_space *mapping, sector_t block) in jfs_bmap()
/linux-3.4.99/fs/freevxfs/
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()
/linux-3.4.99/fs/logfs/
Ddev_mtd.c76 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
/linux-3.4.99/fs/omfs/
Dfile.c293 static int omfs_readpages(struct file *file, struct address_space *mapping, in omfs_readpages()
305 omfs_writepages(struct address_space *mapping, struct writeback_control *wbc) in omfs_writepages()
310 static int omfs_write_begin(struct file *file, struct address_space *mapping, in omfs_write_begin()
327 static sector_t omfs_bmap(struct address_space *mapping, sector_t block) in omfs_bmap()
/linux-3.4.99/fs/
Dbuffer.c556 int sync_mapping_buffers(struct address_space *mapping) in sync_mapping_buffers()
587 struct address_space *mapping = inode->i_mapping; in mark_buffer_dirty_inode() local
614 struct address_space *mapping, int warn) in __set_page_dirty()
657 struct address_space *mapping = page_mapping(page); in __set_page_dirty_buffers() local
704 struct address_space *mapping; in fsync_buffers_list() local
791 struct address_space *mapping = &inode->i_data; in invalidate_inode_buffers() local
814 struct address_space *mapping = &inode->i_data; in remove_inode_buffers() local
1125 struct address_space *mapping = page_mapping(page); in mark_buffer_dirty() local
1919 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, in block_write_begin()
1942 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end()
[all …]
/linux-3.4.99/fs/afs/
Dwrite.c118 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()
662 struct address_space *mapping = vnode->vfs_inode.i_mapping; in afs_writeback_all() local
/linux-3.4.99/arch/unicore32/mm/
Dflush.c61 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-3.4.99/arch/score/include/asm/
Dcacheflush.h23 #define flush_dcache_mmap_lock(mapping) do {} while (0) argument
24 #define flush_dcache_mmap_unlock(mapping) do {} while (0) argument
/linux-3.4.99/fs/hfsplus/
Dbitmap.c23 struct address_space *mapping; in hfsplus_block_allocate() local
167 struct address_space *mapping; in hfsplus_block_free() local
/linux-3.4.99/fs/nilfs2/
Dpage.c62 struct address_space *mapping, in nilfs_grab_buffer()
374 void nilfs_clear_dirty_pages(struct address_space *mapping) in nilfs_clear_dirty_pages()
430 void nilfs_mapping_init(struct address_space *mapping, struct inode *inode, in nilfs_mapping_init()
454 struct address_space *mapping = page->mapping; in __nilfs_clear_page_dirty() local

12345678910>>...13