Home
last modified time | relevance | path

Searched refs:address_space (Results 1 – 200 of 284) sorted by relevance

12

/linux-4.1.27/include/linux/
Dpagemap.h30 static inline void mapping_set_error(struct address_space *mapping, int error) in mapping_set_error()
40 static inline void mapping_set_unevictable(struct address_space *mapping) in mapping_set_unevictable()
45 static inline void mapping_clear_unevictable(struct address_space *mapping) in mapping_clear_unevictable()
50 static inline int mapping_unevictable(struct address_space *mapping) in mapping_unevictable()
57 static inline void mapping_set_exiting(struct address_space *mapping) in mapping_set_exiting()
62 static inline int mapping_exiting(struct address_space *mapping) in mapping_exiting()
67 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) in mapping_gfp_mask()
76 static inline void mapping_set_gfp_mask(struct address_space *m, gfp_t mask) in mapping_set_gfp_mask()
223 static inline struct page *page_cache_alloc(struct address_space *x) in page_cache_alloc()
228 static inline struct page *page_cache_alloc_cold(struct address_space *x) in page_cache_alloc_cold()
[all …]
Dcleancache.h45 extern void __cleancache_invalidate_page(struct address_space *, struct page *);
46 extern void __cleancache_invalidate_inode(struct address_space *);
55 static inline bool cleancache_fs_enabled_mapping(struct address_space *mapping) in cleancache_fs_enabled_mapping()
105 static inline void cleancache_invalidate_page(struct address_space *mapping, in cleancache_invalidate_page()
113 static inline void cleancache_invalidate_inode(struct address_space *mapping) in cleancache_invalidate_inode()
Dbuffer_head.h50 struct address_space;
75 struct address_space *b_assoc_map; /* mapping this buffer is
170 int sync_mapping_buffers(struct address_space *mapping);
214 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len,
218 int block_write_end(struct file *, struct address_space *,
221 int generic_write_end(struct file *, struct address_space *,
225 int cont_write_begin(struct file *, struct address_space *, loff_t,
248 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
249 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
250 int nobh_write_begin(struct address_space *, loff_t, unsigned, unsigned,
[all …]
Dwriteback.h170 void balance_dirty_pages_ratelimited(struct address_space *mapping);
175 int generic_writepages(struct address_space *mapping,
177 void tag_pages_for_writeback(struct address_space *mapping,
179 int write_cache_pages(struct address_space *mapping,
182 int do_writepages(struct address_space *mapping, struct writeback_control *wbc);
184 void tag_pages_for_writeback(struct address_space *mapping,
Dpagevec.h15 struct address_space;
26 struct address_space *mapping,
30 unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping,
33 struct address_space *mapping, pgoff_t *index, int tag,
Dshmem_fs.h56 extern bool shmem_mapping(struct address_space *mapping);
57 extern void shmem_unlock_mapping(struct address_space *mapping);
58 extern struct page *shmem_read_mapping_page_gfp(struct address_space *mapping,
64 struct address_space *mapping, pgoff_t index) in shmem_read_mapping_page()
Dmigrate.h32 extern int migrate_page(struct address_space *,
40 extern int migrate_huge_page_move_mapping(struct address_space *mapping,
42 extern int migrate_page_move_mapping(struct address_space *mapping,
60 static inline int migrate_huge_page_move_mapping(struct address_space *mapping, in migrate_huge_page_move_mapping()
Dfs.h315 struct address_space;
372 int (*writepages)(struct address_space *, struct writeback_control *);
377 int (*readpages)(struct file *filp, struct address_space *mapping,
380 int (*write_begin)(struct file *, struct address_space *mapping,
383 int (*write_end)(struct file *, struct address_space *mapping,
388 sector_t (*bmap)(struct address_space *, sector_t);
397 int (*migratepage) (struct address_space *,
403 int (*error_remove_page)(struct address_space *, struct page *);
417 int pagecache_write_begin(struct file *, struct address_space *mapping,
421 int pagecache_write_end(struct file *, struct address_space *mapping,
[all …]
Dmpage.h16 int mpage_readpages(struct address_space *mapping, struct list_head *pages,
19 int mpage_writepages(struct address_space *mapping,
Dcompiler.h7 # define __user __attribute__((noderef, address_space(1)))
8 # define __kernel __attribute__((address_space(0)))
12 # define __iomem __attribute__((noderef, address_space(2)))
19 # define __percpu __attribute__((noderef, address_space(3)))
21 # define __rcu __attribute__((noderef, address_space(4)))
Dnfs_fs.h337 extern int nfs_sync_mapping(struct address_space *mapping);
338 extern void nfs_zap_mapping(struct inode *inode, struct address_space *mapping);
358 extern int nfs_revalidate_mapping(struct inode *inode, struct address_space *mapping);
359 extern int nfs_revalidate_mapping_protected(struct inode *inode, struct address_space *mapping);
506 extern int nfs_writepages(struct address_space *, struct writeback_control *);
532 extern int nfs_readpages(struct file *, struct address_space *,
Dmm.h958 extern struct address_space *page_mapping(struct page *page);
960 extern struct address_space *__page_file_mapping(struct page *);
963 struct address_space *page_file_mapping(struct page *page) in page_file_mapping()
1081 bool shmem_mapping(struct address_space *mapping);
1083 static inline bool shmem_mapping(struct address_space *mapping) in shmem_mapping()
1097 struct address_space *check_mapping; /* Check page->mapping if set */
1156 void unmap_mapping_range(struct address_space *mapping,
1165 static inline void unmap_shared_mapping_range(struct address_space *mapping, in unmap_shared_mapping_range()
1175 int truncate_inode_page(struct address_space *mapping, struct page *page);
1176 int generic_error_remove_page(struct address_space *mapping, struct page *page);
[all …]
Dswap.h115 struct address_space;
252 void *workingset_eviction(struct address_space *mapping, struct page *page);
332 extern int remove_mapping(struct address_space *mapping, struct page *page);
388 extern struct address_space swapper_spaces[];
Dfscache.h144 struct address_space *mapping,
233 struct address_space *,
592 struct address_space *mapping, in fscache_read_or_alloc_pages()
Dmm_types.h23 struct address_space;
51 struct address_space *mapping; /* If low bit clear, points to
Dmc146818rtc.h36 int address_space; member
Dbacking-dev.h305 static inline bool mapping_cap_writeback_dirty(struct address_space *mapping) in mapping_cap_writeback_dirty()
310 static inline bool mapping_cap_account_dirty(struct address_space *mapping) in mapping_cap_account_dirty()
Dfscache-cache.h149 struct address_space *mapping; /* netfs pages */
/linux-4.1.27/drivers/acpi/acpica/
Devhandler.c167 if (handler_obj->address_space.space_id == space_id) { in acpi_ev_has_default_handler()
168 if (handler_obj->address_space.handler_flags & in acpi_ev_has_default_handler()
174 handler_obj = handler_obj->address_space.next; in acpi_ev_has_default_handler()
255 if (next_handler_obj->address_space.space_id == in acpi_ev_install_handler()
256 handler_obj->address_space.space_id) { in acpi_ev_install_handler()
261 (handler_obj->address_space. in acpi_ev_install_handler()
278 next_handler_obj = next_handler_obj->address_space.next; in acpi_ev_install_handler()
290 if (obj_desc->region.space_id != handler_obj->address_space.space_id) { in acpi_ev_install_handler()
421 if (handler_obj->address_space.space_id == space_id) { in acpi_ev_install_space_handler()
422 if (handler_obj->address_space.handler == in acpi_ev_install_space_handler()
[all …]
Devxfregn.c224 if (handler_obj->address_space.space_id == space_id) { in ACPI_EXPORT_SYMBOL()
228 if (handler_obj->address_space.handler != handler) { in ACPI_EXPORT_SYMBOL()
242 region_obj = handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL()
261 handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL()
267 *last_obj_ptr = handler_obj->address_space.next; in ACPI_EXPORT_SYMBOL()
277 last_obj_ptr = &handler_obj->address_space.next; in ACPI_EXPORT_SYMBOL()
278 handler_obj = handler_obj->address_space.next; in ACPI_EXPORT_SYMBOL()
Devregion.c168 context = handler_desc->address_space.context; in acpi_ev_address_space_dispatch()
178 region_setup = handler_desc->address_space.setup; in acpi_ev_address_space_dispatch()
234 handler = handler_desc->address_space.handler; in acpi_ev_address_space_dispatch()
274 &region_obj->region.handler->address_space, handler, in acpi_ev_address_space_dispatch()
279 if (!(handler_desc->address_space.handler_flags & in acpi_ev_address_space_dispatch()
300 if (!(handler_desc->address_space.handler_flags & in acpi_ev_address_space_dispatch()
359 obj_desc = handler_obj->address_space.region_list; in acpi_ev_detach_region()
361 last_obj_ptr = &handler_obj->address_space.region_list; in acpi_ev_detach_region()
410 region_setup = handler_obj->address_space.setup; in acpi_ev_detach_region()
414 handler_obj->address_space. in acpi_ev_detach_region()
[all …]
Dutdelete.c160 next_desc = handler_desc->address_space.next; in acpi_ut_delete_internal_obj()
238 handler_desc->address_space.region_list; in acpi_ut_delete_internal_obj()
241 &handler_desc->address_space.region_list; in acpi_ut_delete_internal_obj()
267 if (handler_desc->address_space.handler_flags & in acpi_ut_delete_internal_obj()
272 if (handler_desc->address_space.setup) { in acpi_ut_delete_internal_obj()
274 address_space.setup(object, in acpi_ut_delete_internal_obj()
277 address_space. in acpi_ut_delete_internal_obj()
Devrgnini.c217 if (handler_obj->address_space.node == acpi_gbl_root_node) { in acpi_ev_pci_config_region_setup()
255 pci_root_node = handler_obj->address_space.node; in acpi_ev_pci_config_region_setup()
609 if (handler_obj->address_space.space_id == in acpi_ev_initialize_region()
658 handler_obj = handler_obj->address_space.next; in acpi_ev_initialize_region()
Dexdump.c241 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(address_space.space_id), "Space Id"},
242 {ACPI_EXD_HDLR_LIST, ACPI_EXD_OFFSET(address_space.next), "Next"},
243 {ACPI_EXD_RGN_LIST, ACPI_EXD_OFFSET(address_space.region_list),
245 {ACPI_EXD_NODE, ACPI_EXD_OFFSET(address_space.node), "Node"},
246 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(address_space.context), "Context"}
511 while (next->address_space.next) { in acpi_ex_dump_object()
517 next = next->address_space.next; in acpi_ex_dump_object()
Dacobject.h410 struct acpi_object_addr_handler address_space; member
/linux-4.1.27/mm/
Dswap_state.c35 struct address_space swapper_spaces[MAX_SWAPFILES] = {
82 struct address_space *address_space; in __add_to_swap_cache() local
92 address_space = swap_address_space(entry); in __add_to_swap_cache()
93 spin_lock_irq(&address_space->tree_lock); in __add_to_swap_cache()
94 error = radix_tree_insert(&address_space->page_tree, in __add_to_swap_cache()
97 address_space->nrpages++; in __add_to_swap_cache()
101 spin_unlock_irq(&address_space->tree_lock); in __add_to_swap_cache()
138 struct address_space *address_space; in __delete_from_swap_cache() local
145 address_space = swap_address_space(entry); in __delete_from_swap_cache()
146 radix_tree_delete(&address_space->page_tree, page_private(page)); in __delete_from_swap_cache()
[all …]
Dreadahead.c28 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init()
44 static void read_cache_pages_invalidate_page(struct address_space *mapping, in read_cache_pages_invalidate_page()
61 static void read_cache_pages_invalidate_pages(struct address_space *mapping, in read_cache_pages_invalidate_pages()
83 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages()
111 static int read_pages(struct address_space *mapping, struct file *filp, in read_pages()
152 int __do_page_cache_readahead(struct address_space *mapping, struct file *filp, in __do_page_cache_readahead()
210 int force_page_cache_readahead(struct address_space *mapping, struct file *filp, in force_page_cache_readahead()
328 static pgoff_t count_history_pages(struct address_space *mapping, in count_history_pages()
343 static int try_context_readahead(struct address_space *mapping, in try_context_readahead()
378 ondemand_readahead(struct address_space *mapping, in ondemand_readahead()
[all …]
Dtruncate.c26 static void clear_exceptional_entry(struct address_space *mapping, in clear_exceptional_entry()
106 truncate_complete_page(struct address_space *mapping, struct page *page) in truncate_complete_page()
136 invalidate_complete_page(struct address_space *mapping, struct page *page) in invalidate_complete_page()
151 int truncate_inode_page(struct address_space *mapping, struct page *page) in truncate_inode_page()
164 int generic_error_remove_page(struct address_space *mapping, struct page *page) in generic_error_remove_page()
186 struct address_space *mapping = page_mapping(page); in invalidate_inode_page()
220 void truncate_inode_pages_range(struct address_space *mapping, in truncate_inode_pages_range()
390 void truncate_inode_pages(struct address_space *mapping, loff_t lstart) in truncate_inode_pages()
405 void truncate_inode_pages_final(struct address_space *mapping) in truncate_inode_pages_final()
456 unsigned long invalidate_mapping_pages(struct address_space *mapping, in invalidate_mapping_pages()
[all …]
Dfilemap.c111 static void page_cache_tree_delete(struct address_space *mapping, in page_cache_tree_delete()
181 struct address_space *mapping = page->mapping; in __delete_from_page_cache()
226 struct address_space *mapping = page->mapping; in delete_from_page_cache()
242 static int filemap_check_errors(struct address_space *mapping) in filemap_check_errors()
270 int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in __filemap_fdatawrite_range()
288 static inline int __filemap_fdatawrite(struct address_space *mapping, in __filemap_fdatawrite()
294 int filemap_fdatawrite(struct address_space *mapping) in filemap_fdatawrite()
300 int filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in filemap_fdatawrite_range()
314 int filemap_flush(struct address_space *mapping) in filemap_flush()
329 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, in filemap_fdatawait_range()
[all …]
Dpage-writeback.c1341 static void balance_dirty_pages(struct address_space *mapping, in balance_dirty_pages()
1578 void balance_dirty_pages_ratelimited(struct address_space *mapping) in balance_dirty_pages_ratelimited()
1793 void tag_pages_for_writeback(struct address_space *mapping, in tag_pages_for_writeback()
1834 int write_cache_pages(struct address_space *mapping, in write_cache_pages()
1997 struct address_space *mapping = data; in __writepage()
2011 int generic_writepages(struct address_space *mapping, in generic_writepages()
2029 int do_writepages(struct address_space *mapping, struct writeback_control *wbc) in do_writepages()
2053 struct address_space *mapping = page->mapping; in write_one_page()
2095 void account_page_dirtied(struct page *page, struct address_space *mapping) in account_page_dirtied()
2122 void account_page_cleaned(struct page *page, struct address_space *mapping) in account_page_cleaned()
[all …]
Dpage_io.c140 struct address_space *mapping = swap_file->f_mapping; in generic_swapfile_activate()
266 struct address_space *mapping = swap_file->f_mapping; in __swap_writepage()
344 struct address_space *mapping = swap_file->f_mapping; in swap_readpage()
376 struct address_space *mapping = sis->swap_file->f_mapping; in swap_set_page_dirty()
Dworkingset.c213 void *workingset_eviction(struct address_space *mapping, struct page *page) in workingset_eviction()
309 struct address_space *mapping; in shadow_lru_isolate()
Dshmem.c253 static int shmem_radix_tree_replace(struct address_space *mapping, in shmem_radix_tree_replace()
278 static bool shmem_confirm_swap(struct address_space *mapping, in shmem_confirm_swap()
293 struct address_space *mapping, in shmem_add_to_page_cache()
329 struct address_space *mapping = page->mapping; in shmem_delete_from_page_cache()
346 static int shmem_free_swap(struct address_space *mapping, in shmem_free_swap()
363 void shmem_unlock_mapping(struct address_space *mapping) in shmem_unlock_mapping()
397 struct address_space *mapping = inode->i_mapping; in shmem_undo_range()
615 struct address_space *mapping = info->vfs_inode.i_mapping; in shmem_unuse_inode()
747 struct address_space *mapping; in shmem_writepage()
963 struct address_space *swap_mapping; in shmem_replace_page()
[all …]
Dcleancache.c244 void __cleancache_invalidate_page(struct address_space *mapping, in __cleancache_invalidate_page()
274 void __cleancache_invalidate_inode(struct address_space *mapping) in __cleancache_invalidate_inode()
Dinternal.h25 extern int __do_page_cache_readahead(struct address_space *mapping,
33 struct address_space *mapping, struct file *filp) in ra_submit()
Dmigrate.c308 int migrate_page_move_mapping(struct address_space *mapping, in migrate_page_move_mapping()
397 int migrate_huge_page_move_mapping(struct address_space *mapping, in migrate_huge_page_move_mapping()
563 int migrate_page(struct address_space *mapping, in migrate_page()
587 int buffer_migrate_page(struct address_space *mapping, in buffer_migrate_page()
644 static int writeout(struct address_space *mapping, struct page *page) in writeout()
685 static int fallback_migrate_page(struct address_space *mapping, in fallback_migrate_page()
720 struct address_space *mapping; in move_to_new_page()
Dmemory-failure.c81 struct address_space *mapping; in hwpoison_filter_dev()
455 struct address_space *mapping = page->mapping; in collect_procs_file()
620 struct address_space *mapping; in me_pagecache_clean()
683 struct address_space *mapping = page_mapping(p); in me_pagecache_dirty()
925 struct address_space *mapping; in hwpoison_user_mappings()
Dfadvise.c32 struct address_space *mapping; in SYSCALL_DEFINE4()
Drmap.c910 struct address_space *mapping; in page_mkclean()
953 page->mapping = (struct address_space *) anon_vma; in page_move_anon_rmap()
982 page->mapping = (struct address_space *) anon_vma; in __page_set_anon_rmap()
1509 struct address_space *mapping = page->mapping; in rmap_walk_file()
1574 page->mapping = (struct address_space *) anon_vma; in __hugepage_set_anon_rmap()
Dswap.c1077 struct address_space *mapping, in pagevec_lookup_entries()
1123 unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping, in pagevec_lookup()
1131 unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, in pagevec_lookup_tag()
Dmincore.c49 static unsigned char mincore_page(struct address_space *mapping, pgoff_t pgoff) in mincore_page()
Dvmscan.c479 static void handle_write_error(struct address_space *mapping, in handle_write_error()
504 static pageout_t pageout(struct page *page, struct address_space *mapping, in pageout()
579 static int __remove_mapping(struct address_space *mapping, struct page *page, in __remove_mapping()
663 int remove_mapping(struct address_space *mapping, struct page *page) in remove_mapping()
815 struct address_space *mapping; in page_check_dirty_writeback()
867 struct address_space *mapping; in shrink_page_list()
1256 struct address_space *mapping; in __isolate_lru_page()
Dhugetlb.c513 struct address_space *mapping = vma->vm_file->f_mapping; in vma_resv_map()
2877 struct address_space *mapping; in unmap_ref_private()
3053 struct address_space *mapping; in hugetlbfs_pagecache_page()
3069 struct address_space *mapping; in hugetlbfs_pagecache_present()
3083 struct address_space *mapping, pgoff_t idx, in hugetlb_no_page()
3217 struct address_space *mapping, in fault_mutex_hash()
3242 struct address_space *mapping, in fault_mutex_hash()
3260 struct address_space *mapping; in hugetlb_fault()
3724 struct address_space *mapping = vma->vm_file->f_mapping; in huge_pmd_share()
Dmmap.c238 struct file *file, struct address_space *mapping) in __remove_shared_vm_struct()
259 struct address_space *mapping = file->f_mapping; in unlink_file_vma()
645 struct address_space *mapping = file->f_mapping; in __vma_link_file()
671 struct address_space *mapping = NULL; in vma_link()
732 struct address_space *mapping = NULL; in vma_adjust()
3155 static void vm_lock_mapping(struct mm_struct *mm, struct address_space *mapping) in vm_lock_mapping()
3257 static void vm_unlock_mapping(struct address_space *mapping) in vm_unlock_mapping()
Dutil.c356 struct address_space *page_mapping(struct page *page) in page_mapping()
Dmadvise.c189 struct address_space *mapping) in force_shm_swapin_readahead()
Dswapfile.c1633 struct address_space *mapping = swap_file->f_mapping; in destroy_swap_extents()
1720 struct address_space *mapping = swap_file->f_mapping; in setup_swap_extents()
1809 struct address_space *mapping; in SYSCALL_DEFINE1()
2350 struct address_space *mapping; in SYSCALL_DEFINE2()
2711 struct address_space *__page_file_mapping(struct page *page) in __page_file_mapping()
Dnommu.c744 struct address_space *mapping; in add_vma_to_mm()
812 struct address_space *mapping; in delete_vma_from_mm()
1896 void unmap_mapping_range(struct address_space *mapping, in unmap_mapping_range()
/linux-4.1.27/fs/nilfs2/
Dbtnode.h46 void nilfs_btnode_cache_clear(struct address_space *);
47 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
49 int nilfs_btnode_submit_block(struct address_space *, __u64, sector_t, int,
52 int nilfs_btnode_prepare_change_key(struct address_space *,
54 void nilfs_btnode_commit_change_key(struct address_space *,
56 void nilfs_btnode_abort_change_key(struct address_space *,
Dpage.h49 struct buffer_head *nilfs_grab_buffer(struct inode *, struct address_space *,
56 int nilfs_copy_dirty_pages(struct address_space *, struct address_space *);
57 void nilfs_copy_back_pages(struct address_space *, struct address_space *);
59 void nilfs_clear_dirty_pages(struct address_space *, bool);
60 void nilfs_mapping_init(struct address_space *mapping, struct inode *inode);
Dbtnode.c37 void nilfs_btnode_cache_clear(struct address_space *btnc) in nilfs_btnode_cache_clear()
44 nilfs_btnode_create_block(struct address_space *btnc, __u64 blocknr) in nilfs_btnode_create_block()
69 int nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr, in nilfs_btnode_submit_block()
144 struct address_space *mapping; in nilfs_btnode_delete()
170 int nilfs_btnode_prepare_change_key(struct address_space *btnc, in nilfs_btnode_prepare_change_key()
240 void nilfs_btnode_commit_change_key(struct address_space *btnc, in nilfs_btnode_commit_change_key()
281 void nilfs_btnode_abort_change_key(struct address_space *btnc, in nilfs_btnode_abort_change_key()
Dpage.c62 struct address_space *mapping, in nilfs_grab_buffer()
170 struct address_space *m; in nilfs_page_bug()
255 int nilfs_copy_dirty_pages(struct address_space *dmap, in nilfs_copy_dirty_pages()
256 struct address_space *smap) in nilfs_copy_dirty_pages()
310 void nilfs_copy_back_pages(struct address_space *dmap, in nilfs_copy_back_pages()
311 struct address_space *smap) in nilfs_copy_back_pages()
377 void nilfs_clear_dirty_pages(struct address_space *mapping, bool silent) in nilfs_clear_dirty_pages()
460 void nilfs_mapping_init(struct address_space *mapping, struct inode *inode) in nilfs_mapping_init()
482 struct address_space *mapping = page->mapping; in __nilfs_clear_page_dirty()
Dmdt.h40 struct address_space frozen_data;
41 struct address_space frozen_btnodes;
Dnilfs.h59 struct address_space i_btnode_cache;
89 static inline struct inode *NILFS_BTNC_I(struct address_space *btnc) in NILFS_BTNC_I()
278 extern void nilfs_write_failed(struct address_space *mapping, loff_t to);
Ddir.c90 struct address_space *mapping, in nilfs_commit_chunk()
187 struct address_space *mapping = dir->i_mapping; in nilfs_get_page()
420 struct address_space *mapping = page->mapping; in nilfs_set_link()
538 struct address_space *mapping = page->mapping; in nilfs_delete_entry()
578 struct address_space *mapping = inode->i_mapping; in nilfs_make_empty()
Dinode.c169 static int nilfs_readpages(struct file *file, struct address_space *mapping, in nilfs_readpages()
175 static int nilfs_writepages(struct address_space *mapping, in nilfs_writepages()
259 void nilfs_write_failed(struct address_space *mapping, loff_t to) in nilfs_write_failed()
269 static int nilfs_write_begin(struct file *file, struct address_space *mapping, in nilfs_write_begin()
289 static int nilfs_write_end(struct file *file, struct address_space *mapping, in nilfs_write_end()
311 struct address_space *mapping = file->f_mapping; in nilfs_direct_IO()
/linux-4.1.27/fs/freevxfs/
Dvxfs_subr.c42 static sector_t vxfs_bmap(struct address_space *, sector_t);
68 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()
Dvxfs_extern.h77 extern struct page * vxfs_get_page(struct address_space *, u_long);
/linux-4.1.27/fs/hpfs/
Dfile.c122 static int hpfs_readpages(struct file *file, struct address_space *mapping, in hpfs_readpages()
128 static int hpfs_writepages(struct address_space *mapping, in hpfs_writepages()
134 static void hpfs_write_failed(struct address_space *mapping, loff_t to) in hpfs_write_failed()
148 static int hpfs_write_begin(struct file *file, struct address_space *mapping, in hpfs_write_begin()
164 static int hpfs_write_end(struct file *file, struct address_space *mapping, in hpfs_write_end()
182 static sector_t _hpfs_bmap(struct address_space *mapping, sector_t block) in _hpfs_bmap()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dspufs.h83 struct address_space *local_store; /* local store mapping. */
84 struct address_space *mfc; /* 'mfc' area mappings. */
85 struct address_space *cntl; /* 'control' area mappings. */
86 struct address_space *signal1; /* 'signal1' area mappings. */
87 struct address_space *signal2; /* 'signal2' area mappings. */
88 struct address_space *mss; /* 'mss' area mappings. */
89 struct address_space *psmap; /* 'psmap' area mappings. */
/linux-4.1.27/fs/9p/
Dcache.h49 struct address_space *mapping,
74 struct address_space *mapping, in v9fs_readpages_from_fscache()
130 struct address_space *mapping, in v9fs_readpages_from_fscache()
Dvfs_addr.c111 static int v9fs_vfs_readpages(struct file *filp, struct address_space *mapping, in v9fs_vfs_readpages()
267 static int v9fs_write_begin(struct file *filp, struct address_space *mapping, in v9fs_write_begin()
303 static int v9fs_write_end(struct file *filp, struct address_space *mapping, in v9fs_write_end()
Dcache.c356 struct address_space *mapping, in __v9fs_readpages_from_fscache()
/linux-4.1.27/fs/cifs/
Dfscache.h54 struct address_space *,
78 struct address_space *mapping, in cifs_readpages_from_fscache()
132 struct address_space *mapping, in cifs_readpages_from_fscache()
Dfscache.c185 struct address_space *mapping, in __cifs_readpages_from_fscache()
Dfile.c1835 struct address_space *mapping = page->mapping; in cifs_partialpagewrite()
1888 wdata_alloc_and_fillpages(pgoff_t tofind, struct address_space *mapping, in wdata_alloc_and_fillpages()
1923 struct address_space *mapping, in wdata_prepare_pages()
2003 struct address_space *mapping, struct writeback_control *wbc) in wdata_send_pages()
2036 static int cifs_writepages(struct address_space *mapping, in cifs_writepages()
2195 static int cifs_write_end(struct file *file, struct address_space *mapping, in cifs_write_end()
3376 readpages_get_pages(struct address_space *mapping, struct list_head *page_list, in readpages_get_pages()
3434 static int cifs_readpages(struct file *file, struct address_space *mapping, in cifs_readpages()
3677 static int cifs_write_begin(struct file *file, struct address_space *mapping, in cifs_write_begin()
/linux-4.1.27/fs/jfs/
Dinode.c287 static int jfs_writepages(struct address_space *mapping, in jfs_writepages()
298 static int jfs_readpages(struct file *file, struct address_space *mapping, in jfs_readpages()
304 static void jfs_write_failed(struct address_space *mapping, loff_t to) in jfs_write_failed()
314 static int jfs_write_begin(struct file *file, struct address_space *mapping, in jfs_write_begin()
328 static sector_t jfs_bmap(struct address_space *mapping, sector_t block) in jfs_bmap()
337 struct address_space *mapping = file->f_mapping; in jfs_direct_IO()
Djfs_metapage.c592 struct address_space *mapping; in __get_metapage()
776 struct address_space *mapping = in __invalidate_metapages()
/linux-4.1.27/arch/arm/mm/
Dflush.c187 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page()
226 static void __flush_dcache_aliases(struct address_space *mapping, struct page *page) in __flush_dcache_aliases()
262 struct address_space *mapping; in __sync_icache_dcache()
306 struct address_space *mapping; in flush_dcache_page()
343 struct address_space *mapping; in flush_kernel_dcache_page()
Dfault-armv.c132 make_coherent(struct address_space *mapping, struct vm_area_struct *vma, in make_coherent()
184 struct address_space *mapping; in update_mmu_cache()
Dmm.h51 extern void __flush_dcache_page(struct address_space *mapping, struct page *page);
/linux-4.1.27/fs/nfs/
Dfscache.h89 struct inode *, struct address_space *,
131 struct address_space *mapping, in nfs_readpages_from_fscache()
210 struct address_space *mapping, in nfs_readpages_from_fscache()
Dfile.c354 static int nfs_write_begin(struct file *file, struct address_space *mapping, in nfs_write_begin()
400 static int nfs_write_end(struct file *file, struct address_space *mapping, in nfs_write_end()
478 struct address_space *mapping = page->mapping; in nfs_release_page()
513 struct address_space *mapping = page_file_mapping(page); in nfs_check_dirty_writeback()
617 struct address_space *mapping; in nfs_vm_page_mkwrite()
Dinode.c146 int nfs_sync_mapping(struct address_space *mapping) in nfs_sync_mapping()
203 void nfs_zap_mapping(struct inode *inode, struct address_space *mapping) in nfs_zap_mapping()
1036 static int nfs_invalidate_mapping(struct inode *inode, struct address_space *mapping) in nfs_invalidate_mapping()
1082 struct address_space *mapping, in __nfs_revalidate_mapping()
1152 int nfs_revalidate_mapping(struct inode *inode, struct address_space *mapping) in nfs_revalidate_mapping()
1165 int nfs_revalidate_mapping_protected(struct inode *inode, struct address_space *mapping) in nfs_revalidate_mapping_protected()
Dfscache.c368 struct address_space *mapping, in __nfs_readpages_from_fscache()
Dread.c368 int nfs_readpages(struct file *filp, struct address_space *mapping, in nfs_readpages()
Ddirect.c571 struct address_space *mapping = file->f_mapping; in nfs_file_direct_read()
962 struct address_space *mapping = file->f_mapping; in nfs_file_direct_write()
/linux-4.1.27/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()
Dmm.h38 extern void __flush_dcache_page(struct address_space *, struct page *);
Dmmu.c492 struct address_space *mapping; in update_mmu_cache()
/linux-4.1.27/fs/gfs2/
Dmain.c64 struct address_space *mapping = (struct address_space *)(gl + 1); in gfs2_init_gl_aspace_once()
106 sizeof(struct address_space), in init_gfs2_fs()
Daops.c214 static int gfs2_writepages(struct address_space *mapping, in gfs2_writepages()
231 static int gfs2_write_jdata_pagevec(struct address_space *mapping, in gfs2_write_jdata_pagevec()
344 static int gfs2_write_cache_jdata(struct address_space *mapping, in gfs2_write_cache_jdata()
425 static int gfs2_jdata_writepages(struct address_space *mapping, in gfs2_jdata_writepages()
526 struct address_space *mapping = page->mapping; in gfs2_readpage()
562 struct address_space *mapping = ip->i_inode.i_mapping; in gfs2_internal_read()
603 static int gfs2_readpages(struct file *file, struct address_space *mapping, in gfs2_readpages()
639 static int gfs2_write_begin(struct file *file, struct address_space *mapping, in gfs2_write_begin()
867 static int gfs2_write_end(struct file *file, struct address_space *mapping, in gfs2_write_end()
945 static sector_t gfs2_bmap(struct address_space *mapping, sector_t lblock) in gfs2_bmap()
[all …]
Dglops.c143 struct address_space *mapping = &sdp->sd_aspace; in rgrp_go_sync()
177 struct address_space *mapping = &sdp->sd_aspace; in rgrp_go_inval()
198 struct address_space *metamapping = gfs2_glock2aspace(gl); in inode_go_sync()
216 struct address_space *mapping = ip->i_inode.i_mapping; in inode_go_sync()
250 struct address_space *mapping = gfs2_glock2aspace(gl); in inode_go_inval()
Dglock.h174 static inline struct address_space *gfs2_glock2aspace(struct gfs2_glock *gl) in gfs2_glock2aspace()
177 return (struct address_space *)(gl + 1); in gfs2_glock2aspace()
Dmeta_io.h43 static inline struct gfs2_sbd *gfs2_mapping2sbd(struct address_space *mapping) in gfs2_mapping2sbd()
Dmeta_io.c116 struct address_space *mapping = gfs2_glock2aspace(gl); in gfs2_getbuf()
266 struct address_space *mapping = bh->b_page->mapping; in gfs2_remove_from_journal()
Dtrans.c162 struct address_space *mapping = bh->b_page->mapping; in gfs2_trans_add_data()
/linux-4.1.27/fs/btrfs/
Dcompression.h25 int btrfs_compress_pages(int type, struct address_space *mapping,
57 struct address_space *mapping,
Dextent_io.h96 struct address_space *mapping;
184 struct address_space *mapping);
250 struct address_space *mapping,
253 int btree_write_cache_pages(struct address_space *mapping,
256 struct address_space *mapping,
Dlzo.c88 struct address_space *mapping, in lzo_compress_pages()
Dzlib.c75 struct address_space *mapping, in zlib_compress_pages()
Dcompression.c456 struct address_space *mapping = inode->i_mapping; in add_ra_bio_pages()
883 int btrfs_compress_pages(int type, struct address_space *mapping, in btrfs_compress_pages()
/linux-4.1.27/fs/bfs/
Dfile.c162 static void bfs_write_failed(struct address_space *mapping, loff_t to) in bfs_write_failed()
170 static int bfs_write_begin(struct file *file, struct address_space *mapping, in bfs_write_begin()
184 static sector_t bfs_bmap(struct address_space *mapping, sector_t block) in bfs_bmap()
/linux-4.1.27/arch/nios2/mm/
Dcacheflush.c89 static void flush_aliases(struct address_space *mapping, struct page *page) in flush_aliases()
176 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page()
190 struct address_space *mapping; in flush_dcache_page()
221 struct address_space *mapping; in update_mmu_cache()
/linux-4.1.27/fs/omfs/
Dfile.c292 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-4.1.27/fs/
Dbuffer.c201 struct address_space *bd_mapping = bd_inode->i_mapping; in __find_get_block_slow()
570 int sync_mapping_buffers(struct address_space *mapping) in sync_mapping_buffers()
572 struct address_space *buffer_mapping = mapping->private_data; in sync_mapping_buffers()
601 struct address_space *mapping = inode->i_mapping; in mark_buffer_dirty_inode()
602 struct address_space *buffer_mapping = bh->b_page->mapping; in mark_buffer_dirty_inode()
628 struct address_space *mapping, int warn) in __set_page_dirty()
671 struct address_space *mapping = page_mapping(page); in __set_page_dirty_buffers()
718 struct address_space *mapping; in fsync_buffers_list()
805 struct address_space *mapping = &inode->i_data; in invalidate_inode_buffers()
807 struct address_space *buffer_mapping = mapping->private_data; in invalidate_inode_buffers()
[all …]
Ddax.c202 struct address_space *mapping = inode->i_mapping; in dax_do_io()
236 static int dax_load_hole(struct address_space *mapping, struct page *page, in dax_load_hole()
273 struct address_space *mapping = inode->i_mapping; in dax_insert_mapping()
319 struct address_space *mapping = file->f_mapping; in do_dax_fault()
Dmpage.c356 mpage_readpages(struct address_space *mapping, struct list_head *pages, in mpage_readpages()
467 struct address_space *mapping = page->mapping; in __mpage_writepage()
676 mpage_writepages(struct address_space *mapping, in mpage_writepages()
Dblock_dev.c65 struct address_space *mapping = bdev->bd_inode->i_mapping; in kill_bdev()
78 struct address_space *mapping = bdev->bd_inode->i_mapping; in invalidate_bdev()
293 static int blkdev_readpages(struct file *file, struct address_space *mapping, in blkdev_readpages()
299 static int blkdev_write_begin(struct file *file, struct address_space *mapping, in blkdev_write_begin()
307 static int blkdev_write_end(struct file *file, struct address_space *mapping, in blkdev_write_end()
1774 struct address_space *mapping = inode->i_mapping; in iterate_bdevs()
Dsync.c282 struct address_space *mapping; in SYSCALL_DEFINE4()
Dfs-writeback.c489 struct address_space *mapping = inode->i_mapping; in __writeback_single_inode()
1381 struct address_space *mapping = inode->i_mapping; in wait_sb_inodes()
Dlibfs.c396 int simple_write_begin(struct file *file, struct address_space *mapping, in simple_write_begin()
441 int simple_write_end(struct file *file, struct address_space *mapping, in simple_write_end()
Dioctl.c52 struct address_space *mapping = filp->f_mapping; in ioctl_fibmap()
/linux-4.1.27/fs/ocfs2/
Daops.h46 int ocfs2_write_end_nolock(struct address_space *mapping,
51 struct address_space *mapping,
Daops.c354 static int ocfs2_readpages(struct file *filp, struct address_space *mapping, in ocfs2_readpages()
457 static sector_t ocfs2_bmap(struct address_space *mapping, sector_t block) in ocfs2_bmap()
1463 static int ocfs2_grab_pages_for_write(struct address_space *mapping, in ocfs2_grab_pages_for_write()
1546 static int ocfs2_write_cluster(struct address_space *mapping, in ocfs2_write_cluster()
1646 static int ocfs2_write_cluster_by_desc(struct address_space *mapping, in ocfs2_write_cluster_by_desc()
1832 static int ocfs2_write_begin_inline(struct address_space *mapping, in ocfs2_write_begin_inline()
1898 static int ocfs2_try_to_write_inline_data(struct address_space *mapping, in ocfs2_try_to_write_inline_data()
2042 struct address_space *mapping, in ocfs2_write_begin_nolock()
2267 static int ocfs2_write_begin(struct file *file, struct address_space *mapping, in ocfs2_write_begin()
2335 int ocfs2_write_end_nolock(struct address_space *mapping, in ocfs2_write_end_nolock()
[all …]
Dmmap.c66 struct address_space *mapping = inode->i_mapping; in __ocfs2_page_mkwrite()
/linux-4.1.27/fs/logfs/
Ddev_mtd.c76 struct address_space *mapping = super->s_mapping_inode->i_mapping; in logfs_mtd_erase_mapping()
151 struct address_space *mapping = super->s_mapping_inode->i_mapping; in logfs_mtd_find_first_sb()
168 struct address_space *mapping = super->s_mapping_inode->i_mapping; in logfs_mtd_find_last_sb()
187 struct address_space *mapping = super->s_mapping_inode->i_mapping; in __logfs_mtd_writeseg()
Ddev_bdev.c80 struct address_space *mapping = super->s_mapping_inode->i_mapping; in __bdev_writeseg()
252 struct address_space *mapping = super->s_mapping_inode->i_mapping; in bdev_find_first_sb()
262 struct address_space *mapping = super->s_mapping_inode->i_mapping; in bdev_find_last_sb()
Dfile.c12 static int logfs_write_begin(struct file *file, struct address_space *mapping, in logfs_write_begin()
38 static int logfs_write_end(struct file *file, struct address_space *mapping, in logfs_write_end()
Dsegment.c56 struct address_space *mapping = super->s_mapping_inode->i_mapping; in get_mapping_page()
714 struct address_space *mapping = super->s_mapping_inode->i_mapping; in freeseg()
909 struct address_space *mapping; in logfs_init_mapping()
/linux-4.1.27/drivers/rtc/
Drtc-cmos.c653 unsigned address_space; in cmos_do_probe() local
688 address_space = 64; in cmos_do_probe()
692 address_space = 128; in cmos_do_probe()
695 address_space = 128; in cmos_do_probe()
698 address_space = 256; in cmos_do_probe()
712 if (info->address_space) in cmos_do_probe()
713 address_space = info->address_space; in cmos_do_probe()
796 nvram.size = address_space - NVRAM_OFFSET; in cmos_do_probe()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Drw26.c123 struct address_space *mapping; in ll_releasepage()
335 struct address_space *mapping, in ll_direct_IO_26_seg()
472 static int ll_write_begin(struct file *file, struct address_space *mapping, in ll_write_begin()
495 static int ll_write_end(struct file *file, struct address_space *mapping, in ll_write_end()
510 static int ll_migratepage(struct address_space *mapping, in ll_migratepage()
Drw.c363 void ll_ra_stats_inc(struct address_space *mapping, enum ra_stat which) in ll_ra_stats_inc()
495 pgoff_t index, struct address_space *mapping) in ll_read_ahead_page()
641 struct address_space *mapping, in ll_read_ahead_pages()
689 struct ll_readahead_state *ras, struct address_space *mapping, in ll_readahead()
1217 int ll_writepages(struct address_space *mapping, struct writeback_control *wbc) in ll_writepages()
Dllite_internal.h723 int ll_writepages(struct address_space *, struct writeback_control *wbc);
727 struct ll_readahead_state *ras, struct address_space *mapping,
994 int ll_teardown_mmaps(struct address_space *mapping, __u64 first, __u64 last);
1003 struct address_space *mapping = vmpage->mapping; in ll_invalidate_page()
1116 void ll_ra_stats_inc(struct address_space *mapping, enum ra_stat which);
Dllite_mmap.c453 int ll_teardown_mmaps(struct address_space *mapping, __u64 first, __u64 last) in ll_teardown_mmaps()
Dvvp_page.c140 struct address_space *mapping; in vvp_page_discard()
/linux-4.1.27/fs/ceph/
Dcache.h44 struct address_space *mapping,
132 struct address_space *mapping, in ceph_readpages_from_fscache()
Daddr.c71 struct address_space *mapping = page->mapping; in ceph_set_page_dirty()
397 static int ceph_readpages(struct file *file, struct address_space *mapping, in ceph_readpages()
609 struct address_space *mapping = inode->i_mapping; in writepages_finish()
680 static int ceph_writepages_start(struct address_space *mapping, in ceph_writepages_start()
1129 static int ceph_write_begin(struct file *file, struct address_space *mapping, in ceph_write_begin()
1163 static int ceph_write_end(struct file *file, struct address_space *mapping, in ceph_write_end()
1279 struct address_space *mapping = inode->i_mapping; in ceph_filemap_fault()
1408 struct address_space *mapping = inode->i_mapping; in ceph_fill_inline_data()
1592 struct address_space *mapping = file->f_mapping; in ceph_mmap()
Dcache.c280 struct address_space *mapping, in ceph_readpages_from_fscache()
/linux-4.1.27/fs/jffs2/
Dfile.c24 static int jffs2_write_end(struct file *filp, struct address_space *mapping,
27 static int jffs2_write_begin(struct file *filp, struct address_space *mapping,
133 static int jffs2_write_begin(struct file *filp, struct address_space *mapping, in jffs2_write_begin()
237 static int jffs2_write_end(struct file *filp, struct address_space *mapping, in jffs2_write_end()
/linux-4.1.27/drivers/gpu/drm/gma500/
Dframebuffer.h32 struct address_space *addr_space;
/linux-4.1.27/arch/mips/dec/
Dplatform.c26 .address_space = 64,
/linux-4.1.27/fs/ntfs/
Daops.h86 static inline struct page *ntfs_map_page(struct address_space *mapping, in ntfs_map_page()
Dbitmap.c52 struct address_space *mapping; in __ntfs_bitmap_set_bits_in_run()
Ddir.c94 struct address_space *ia_mapping; in ntfs_lookup_inode_by_name()
648 struct address_space *ia_mapping;
1113 struct address_space *ia_mapping, *bmp_mapping; in ntfs_readdir()
Dindex.c133 struct address_space *ia_mapping; in ntfs_index_lookup()
Dfile.c120 struct address_space *mapping; in ntfs_attr_extend_initialized()
508 static inline int __ntfs_grab_cache_pages(struct address_space *mapping, in __ntfs_grab_cache_pages()
1747 struct address_space *mapping = file->f_mapping; in ntfs_perform_write()
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
Dlustre_patchless_compat.h50 truncate_complete_page(struct address_space *mapping, struct page *page) in truncate_complete_page()
/linux-4.1.27/fs/adfs/
Dinode.c48 static void adfs_write_failed(struct address_space *mapping, loff_t to) in adfs_write_failed()
56 static int adfs_write_begin(struct file *file, struct address_space *mapping, in adfs_write_begin()
72 static sector_t _adfs_bmap(struct address_space *mapping, sector_t block) in _adfs_bmap()
/linux-4.1.27/fs/hfsplus/
Dinode.c34 static void hfsplus_write_failed(struct address_space *mapping, loff_t to) in hfsplus_write_failed()
44 static int hfsplus_write_begin(struct file *file, struct address_space *mapping, in hfsplus_write_begin()
60 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()
151 static int hfsplus_writepages(struct address_space *mapping, in hfsplus_writepages()
Dbitmap.c23 struct address_space *mapping; in hfsplus_block_allocate()
167 struct address_space *mapping; in hfsplus_block_free()
Dbtree.c136 struct address_space *mapping; in hfs_btree_open()
/linux-4.1.27/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()
660 struct address_space *mapping = vnode->vfs_inode.i_mapping; in afs_writeback_all()
Dinternal.h86 struct address_space *mapping; /* page set */
741 extern int afs_write_begin(struct file *file, struct address_space *mapping,
744 extern int afs_write_end(struct file *file, struct address_space *mapping,
748 extern int afs_writepages(struct address_space *, struct writeback_control *);
Dfile.c27 static int afs_readpages(struct file *filp, struct address_space *mapping,
240 static int afs_readpages(struct file *file, struct address_space *mapping, in afs_readpages()
/linux-4.1.27/drivers/mtd/devices/
Dblock2mtd.c46 static struct page *page_read(struct address_space *mapping, int index) in page_read()
54 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_erase()
143 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_write()
/linux-4.1.27/fs/ecryptfs/
Dmmap.c279 struct address_space *mapping, in ecryptfs_write_begin()
479 struct address_space *mapping, in ecryptfs_write_end()
541 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) in ecryptfs_bmap()
/linux-4.1.27/fs/f2fs/
Ddata.c910 struct address_space *mapping = inode->i_mapping; in find_data_page()
983 struct address_space *mapping = inode->i_mapping; in get_lock_data_page()
1059 struct address_space *mapping = inode->i_mapping; in get_new_data_page()
1359 struct address_space *mapping, in f2fs_read_data_pages()
1505 struct address_space *mapping = data; in __f2fs_writepage()
1511 static int f2fs_write_data_pages(struct address_space *mapping, in f2fs_write_data_pages()
1557 static void f2fs_write_failed(struct address_space *mapping, loff_t to) in f2fs_write_failed()
1567 static int f2fs_write_begin(struct file *file, struct address_space *mapping, in f2fs_write_begin()
1683 struct address_space *mapping, in f2fs_write_end()
1724 struct address_space *mapping = file->f_mapping; in f2fs_direct_IO()
[all …]
Dcheckpoint.c34 struct address_space *mapping = META_MAPPING(sbi); in grab_meta_page()
52 struct address_space *mapping = META_MAPPING(sbi); in get_meta_page()
214 static int f2fs_write_meta_pages(struct address_space *mapping, in f2fs_write_meta_pages()
243 struct address_space *mapping = META_MAPPING(sbi); in sync_meta_pages()
Df2fs.h724 static inline struct f2fs_sb_info *F2FS_M_SB(struct address_space *mapping) in F2FS_M_SB()
779 static inline struct address_space *META_MAPPING(struct f2fs_sb_info *sbi) in META_MAPPING()
784 static inline struct address_space *NODE_MAPPING(struct f2fs_sb_info *sbi) in NODE_MAPPING()
Dfile.c278 static pgoff_t __get_first_dirty_index(struct address_space *mapping, in __get_first_dirty_index()
748 struct address_space *mapping = inode->i_mapping; in punch_hole()
/linux-4.1.27/fs/hfs/
Dinode.c39 static void hfs_write_failed(struct address_space *mapping, loff_t to) in hfs_write_failed()
49 static int hfs_write_begin(struct file *file, struct address_space *mapping, in hfs_write_begin()
65 static sector_t hfs_bmap(struct address_space *mapping, sector_t block) in hfs_bmap()
131 struct address_space *mapping = file->f_mapping; in hfs_direct_IO()
153 static int hfs_writepages(struct address_space *mapping, in hfs_writepages()
Dbtree.c22 struct address_space *mapping; in hfs_btree_open()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c223 struct address_space *mapping = file->f_mapping; in hugetlbfs_read_iter()
282 struct address_space *mapping, in hugetlbfs_write_begin()
289 static int hugetlbfs_write_end(struct file *file, struct address_space *mapping, in hugetlbfs_write_end()
307 struct address_space *mapping = &inode->i_data; in truncate_hugepages()
379 struct address_space *mapping = inode->i_mapping; in hugetlb_vmtruncate()
573 static int hugetlbfs_migrate_page(struct address_space *mapping, in hugetlbfs_migrate_page()
/linux-4.1.27/fs/ext2/
Dinode.c55 static void ext2_write_failed(struct address_space *mapping, loff_t to) in ext2_write_failed()
796 ext2_readpages(struct file *file, struct address_space *mapping, in ext2_readpages()
803 ext2_write_begin(struct file *file, struct address_space *mapping, in ext2_write_begin()
816 static int ext2_write_end(struct file *file, struct address_space *mapping, in ext2_write_end()
829 ext2_nobh_write_begin(struct file *file, struct address_space *mapping, in ext2_nobh_write_begin()
848 static sector_t ext2_bmap(struct address_space *mapping, sector_t block) in ext2_bmap()
857 struct address_space *mapping = file->f_mapping; in ext2_direct_IO()
874 ext2_writepages(struct address_space *mapping, struct writeback_control *wbc) in ext2_writepages()
Dfile.c78 struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping; in ext2_fsync()
Ddir.c95 struct address_space *mapping = page->mapping; in ext2_commit_chunk()
205 struct address_space *mapping = dir->i_mapping; in ext2_get_page()
/linux-4.1.27/fs/affs/
Dfile.c381 static void affs_write_failed(struct address_space *mapping, loff_t to) in affs_write_failed()
395 struct address_space *mapping = file->f_mapping; in affs_direct_IO()
413 static int affs_write_begin(struct file *file, struct address_space *mapping, in affs_write_begin()
429 static sector_t _affs_bmap(struct address_space *mapping, sector_t block) in _affs_bmap()
630 static int affs_write_begin_ofs(struct file *file, struct address_space *mapping, in affs_write_begin_ofs()
668 static int affs_write_end_ofs(struct file *file, struct address_space *mapping, in affs_write_end_ofs()
854 struct address_space *mapping = inode->i_mapping; in affs_truncate()
/linux-4.1.27/fs/qnx6/
Ddir.c28 struct address_space *mapping = dir->i_mapping; in qnx6_get_page()
58 struct address_space *mapping = sbi->longfile->i_mapping; in qnx6_longname()
Dinode.c101 static int qnx6_readpages(struct file *file, struct address_space *mapping, in qnx6_readpages()
186 struct address_space *mapping = root->i_mapping; in qnx6_checkroot()
493 static sector_t qnx6_bmap(struct address_space *mapping, sector_t block) in qnx6_bmap()
525 struct address_space *mapping; in qnx6_iget()
/linux-4.1.27/fs/exofs/
Ddir.c65 struct address_space *mapping = page->mapping; in exofs_commit_chunk()
165 struct address_space *mapping = dir->i_mapping; in exofs_get_page()
527 struct address_space *mapping = page->mapping; in exofs_delete_entry()
577 struct address_space *mapping = inode->i_mapping; in exofs_make_empty()
Dexofs.h157 int exofs_write_begin(struct file *file, struct address_space *mapping,
Dinode.c473 static int exofs_readpages(struct file *file, struct address_space *mapping, in exofs_readpages()
789 static int exofs_writepages(struct address_space *mapping, in exofs_writepages()
867 int exofs_write_begin(struct file *file, struct address_space *mapping, in exofs_write_begin()
920 struct address_space *mapping, in exofs_write_begin_export()
930 static int exofs_write_end(struct file *file, struct address_space *mapping, in exofs_write_end()
/linux-4.1.27/include/drm/
Ddrm_vma_manager.h231 struct address_space *file_mapping) in drm_vma_node_unmap()
/linux-4.1.27/Documentation/filesystems/
DLocking185 int (*writepages)(struct address_space *, struct writeback_control *);
187 int (*readpages)(struct file *filp, struct address_space *mapping,
189 int (*write_begin)(struct file *, struct address_space *mapping,
192 int (*write_end)(struct file *, struct address_space *mapping,
195 sector_t (*bmap)(struct address_space *, sector_t);
200 int (*migratepage)(struct address_space *, struct page *, struct page *);
203 int (*error_remove_page)(struct address_space *, struct page *);
294 sync operations. The address_space should start I/O against at least
296 written. The address_space implementation may write more (or less) pages
Dvfs.txt516 address_space.
533 writing out the whole address_space.
540 An address_space handler may attach extra information to a page,
543 cause various VM routines to make extra calls into the address_space
552 address_space has finer control of write sizes.
556 set_page_dirty to write data into the address_space, and writepage,
559 Adding and removing pages to/from an address_space is protected by the
579 int (*writepages)(struct address_space *, struct writeback_control *);
581 int (*readpages)(struct file *filp, struct address_space *mapping,
583 int (*write_begin)(struct file *, struct address_space *mapping,
[all …]
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_tt.c291 struct address_space *swap_space; in ttm_tt_swapin()
329 struct address_space *swap_space; in ttm_tt_swapout()
/linux-4.1.27/include/drm/ttm/
Dttm_bo_driver.h537 struct address_space *dev_mapping;
728 struct address_space *mapping,
/linux-4.1.27/fs/sysv/
Ditree.c467 static void sysv_write_failed(struct address_space *mapping, loff_t to) in sysv_write_failed()
477 static int sysv_write_begin(struct file *file, struct address_space *mapping, in sysv_write_begin()
490 static sector_t sysv_bmap(struct address_space *mapping, sector_t block) in sysv_bmap()
Ddir.c43 struct address_space *mapping = page->mapping; in dir_commit_chunk()
61 struct address_space *mapping = dir->i_mapping; in dir_get_page()
/linux-4.1.27/fs/minix/
Ddir.c55 struct address_space *mapping = page->mapping; in dir_commit_chunk()
73 struct address_space *mapping = dir->i_mapping; in dir_get_page()
462 struct address_space *mapping = page->mapping; in minix_inode_by_name()
Dinode.c399 static void minix_write_failed(struct address_space *mapping, loff_t to) in minix_write_failed()
409 static int minix_write_begin(struct file *file, struct address_space *mapping, in minix_write_begin()
423 static sector_t minix_bmap(struct address_space *mapping, sector_t block) in minix_bmap()
/linux-4.1.27/arch/sh/mm/
Dcache-sh7705.c139 struct address_space *mapping = page_mapping(page); in sh7705_flush_dcache_page()
Dcache-sh4.c115 struct address_space *mapping = page_mapping(page); in sh4_flush_dcache_page()
/linux-4.1.27/fs/fat/
Dinode.c181 static int fat_writepages(struct address_space *mapping, in fat_writepages()
192 static int fat_readpages(struct file *file, struct address_space *mapping, in fat_readpages()
198 static void fat_write_failed(struct address_space *mapping, loff_t to) in fat_write_failed()
208 static int fat_write_begin(struct file *file, struct address_space *mapping, in fat_write_begin()
223 static int fat_write_end(struct file *file, struct address_space *mapping, in fat_write_end()
244 struct address_space *mapping = file->f_mapping; in fat_direct_IO()
275 static sector_t _fat_bmap(struct address_space *mapping, sector_t block) in _fat_bmap()
1815 struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping; in fat_flush_inodes()
Dfile.c183 struct address_space *mapping = inode->i_mapping; in fat_cont_expand()
/linux-4.1.27/fs/ext4/
Dinode.c1000 static int ext4_write_begin(struct file *file, struct address_space *mapping, in ext4_write_begin()
1138 struct address_space *mapping, in ext4_write_end()
1212 struct address_space *mapping, in ext4_journalled_write_end()
1447 struct address_space *mapping = inode->i_mapping; in mpage_release_unused_pages()
1709 struct address_space *mapping = page->mapping; in __ext4_journalled_writepage()
2311 struct address_space *mapping = mpd->inode->i_mapping; in mpage_prepare_extent_to_map()
2409 struct address_space *mapping = data; in __writepage()
2415 static int ext4_writepages(struct address_space *mapping, in ext4_writepages()
2652 static int ext4_da_write_begin(struct file *file, struct address_space *mapping, in ext4_da_write_begin()
2773 struct address_space *mapping, in ext4_da_write_end()
[all …]
Dreadpage.c133 int ext4_mpage_readpages(struct address_space *mapping, in ext4_mpage_readpages()
Dinline.c521 static int ext4_convert_inline_data_to_extent(struct address_space *mapping, in ext4_convert_inline_data_to_extent()
640 int ext4_try_to_write_inline_data(struct address_space *mapping, in ext4_try_to_write_inline_data()
787 static int ext4_da_convert_inline_data_to_extent(struct address_space *mapping, in ext4_da_convert_inline_data_to_extent()
845 int ext4_da_write_inline_data_begin(struct address_space *mapping, in ext4_da_write_inline_data_begin()
/linux-4.1.27/fs/xfs/
Dxfs_aops.c1202 struct address_space *mapping, in xfs_vm_writepages()
1740 struct address_space *mapping, in xfs_vm_write_begin()
1795 struct address_space *mapping, in xfs_vm_write_end()
1825 struct address_space *mapping, in xfs_vm_bmap()
1849 struct address_space *mapping, in xfs_vm_readpages()
1872 struct address_space *mapping = page->mapping; in xfs_vm_set_page_dirty()
Dxfs_file.c98 struct address_space *mapping; in xfs_iozero()
660 struct address_space *mapping = file->f_mapping; in xfs_file_dio_aio_write()
772 struct address_space *mapping = file->f_mapping; in xfs_file_buffered_aio_write()
831 struct address_space *mapping = file->f_mapping; in xfs_file_write_iter()
/linux-4.1.27/fs/ufs/
Ddir.c45 struct address_space *mapping = page->mapping; in ufs_commit_chunk()
192 struct address_space *mapping = dir->i_mapping; in ufs_get_page()
562 struct address_space *mapping = inode->i_mapping; in ufs_make_empty()
Dutil.c243 struct page *ufs_get_locked_page(struct address_space *mapping, in ufs_get_locked_page()
Dinode.c529 static void ufs_write_failed(struct address_space *mapping, loff_t to) in ufs_write_failed()
537 static int ufs_write_begin(struct file *file, struct address_space *mapping, in ufs_write_begin()
551 static sector_t ufs_bmap(struct address_space *mapping, sector_t block) in ufs_bmap()
/linux-4.1.27/fs/reiserfs/
Dioctl.c176 struct address_space *mapping; in reiserfs_unpack()
/linux-4.1.27/arch/score/mm/
Dcache.c57 struct address_space *mapping = page_mapping(page); in flush_dcache_page()
/linux-4.1.27/fs/cachefiles/
Drdwr.c77 struct address_space *bmapping = d_backing_inode(object->backer)->i_mapping; in cachefiles_read_reissue()
231 struct address_space *bmapping; in cachefiles_read_backing_file_one()
471 struct address_space *bmapping = d_backing_inode(object->backer)->i_mapping; in cachefiles_read_backing_file()
/linux-4.1.27/drivers/misc/cxl/
Dcontext.c38 struct address_space *mapping) in cxl_context_init()
Dcxl.h413 struct address_space *mapping;
629 struct address_space *mapping);
/linux-4.1.27/arch/mips/mm/
Dcache.c84 struct address_space *mapping = page_mapping(page); in __flush_dcache_page()
/linux-4.1.27/arch/xtensa/mm/
Dcache.c135 struct address_space *mapping = page_mapping(page); in flush_dcache_page()
/linux-4.1.27/arch/sparc/mm/
Dtlb.c110 struct address_space *mapping; in tlb_batch_add()
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_gem.c214 struct address_space *mapping; in armada_gem_alloc_object()
435 struct address_space *mapping; in armada_gem_prime_map_dma_buf()
/linux-4.1.27/fs/ubifs/
Dfile.c221 static int write_begin_slow(struct address_space *mapping, in write_begin_slow()
425 static int ubifs_write_begin(struct file *file, struct address_space *mapping, in ubifs_write_begin()
540 static int ubifs_write_end(struct file *file, struct address_space *mapping, in ubifs_write_end()
718 struct address_space *mapping = page1->mapping; in ubifs_do_bulk_read()
/linux-4.1.27/fs/fuse/
Dfile.c768 struct address_space *mapping = NULL; in fuse_readpages_end()
869 static int fuse_readpages(struct file *file, struct address_space *mapping, in fuse_readpages()
1023 struct address_space *mapping, in fuse_fill_write_pages()
1095 struct address_space *mapping, in fuse_perform_write()
1154 struct address_space *mapping = file->f_mapping; in fuse_file_write_iter()
1607 struct address_space *mapping = page->mapping; in fuse_writepage_locked()
1883 static int fuse_writepages(struct address_space *mapping, in fuse_writepages()
1924 static int fuse_write_begin(struct file *file, struct address_space *mapping, in fuse_write_begin()
1969 static int fuse_write_end(struct file *file, struct address_space *mapping, in fuse_write_end()
2211 static sector_t fuse_bmap(struct address_space *mapping, sector_t block) in fuse_bmap()
/linux-4.1.27/fs/fscache/
Dpage.c275 struct address_space *mapping, in fscache_alloc_retrieval()
533 struct address_space *mapping, in __fscache_read_or_alloc_pages()
1164 struct address_space *mapping = inode->i_mapping; in __fscache_uncache_all_inode_pages()
/linux-4.1.27/fs/hostfs/
Dhostfs_kern.c409 struct address_space *mapping = page->mapping; in hostfs_writepage()
470 static int hostfs_write_begin(struct file *file, struct address_space *mapping, in hostfs_write_begin()
482 static int hostfs_write_end(struct file *file, struct address_space *mapping, in hostfs_write_end()
/linux-4.1.27/fs/udf/
Dfile.c84 struct address_space *mapping, loff_t pos, in udf_adinicb_write_begin()
Dinode.c166 static void udf_write_failed(struct address_space *mapping, loff_t to) in udf_write_failed()
188 static int udf_writepages(struct address_space *mapping, in udf_writepages()
199 static int udf_readpages(struct file *file, struct address_space *mapping, in udf_readpages()
205 static int udf_write_begin(struct file *file, struct address_space *mapping, in udf_write_begin()
221 struct address_space *mapping = file->f_mapping; in udf_direct_IO()
232 static sector_t udf_bmap(struct address_space *mapping, sector_t block) in udf_bmap()
/linux-4.1.27/fs/isofs/
Dcompress.c300 struct address_space *mapping = inode->i_mapping; in zisofs_readpage()
/linux-4.1.27/fs/efs/
Dinode.c20 static sector_t _efs_bmap(struct address_space *mapping, sector_t block) in _efs_bmap()
/linux-4.1.27/fs/befs/
Dlinuxvfs.c39 static sector_t befs_bmap(struct address_space *mapping, sector_t block);
108 befs_bmap(struct address_space *mapping, sector_t block) in befs_bmap()
/linux-4.1.27/fs/ext3/
Dinode.c1250 static int ext3_write_begin(struct file *file, struct address_space *mapping, in ext3_write_begin()
1373 struct address_space *mapping, in ext3_ordered_write_end()
1410 struct address_space *mapping, in ext3_writeback_write_end()
1437 struct address_space *mapping, in ext3_journalled_write_end()
1506 static sector_t ext3_bmap(struct address_space *mapping, sector_t block) in ext3_bmap()
1781 ext3_readpages(struct file *file, struct address_space *mapping, in ext3_readpages()
/linux-4.1.27/Documentation/
Ddma-buf-sharing.txt395 required. This is because the kernel uses the underlying inode's address_space
450 at the backing storage. Now linux mm needs a struct address_space associated
455 Hence exporters need to setup their own file (and address_space) association
459 zap ptes by unmapping the corresponding range of the struct address_space
/linux-4.1.27/fs/qnx4/
Dinode.c251 static sector_t qnx4_bmap(struct address_space *mapping, sector_t block) in qnx4_bmap()
/linux-4.1.27/arch/arc/mm/
Dcache_arc700.c475 struct address_space *mapping; in flush_dcache_page()
/linux-4.1.27/fs/jbd2/
Dcommit.c195 static int journal_submit_inode_data_buffers(struct address_space *mapping) in journal_submit_inode_data_buffers()
222 struct address_space *mapping; in journal_submit_data_buffers()
/linux-4.1.27/kernel/events/
Duprobes.c537 static int __copy_insn(struct address_space *mapping, struct file *filp, in __copy_insn()
561 struct address_space *mapping = uprobe->inode->i_mapping; in copy_insn()
717 build_map_info(struct address_space *mapping, loff_t offset, bool is_register) in build_map_info()
/linux-4.1.27/arch/parisc/kernel/
Dcache.c288 struct address_space *mapping = page_mapping(page); in flush_dcache_page()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_gem.c464 struct address_space *mapping; in drm_gem_get_pages()

12