Searched refs:address_space (Results 1 - 200 of 285) sorted by relevance

12

/linux-4.1.27/fs/nilfs2/
H A 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 *,
H A 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);
H A Dbtnode.c37 void nilfs_btnode_cache_clear(struct address_space *btnc) nilfs_btnode_cache_clear()
44 nilfs_btnode_create_block(struct address_space *btnc, __u64 blocknr) nilfs_btnode_create_block()
69 int nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr, nilfs_btnode_submit_block()
144 struct address_space *mapping; nilfs_btnode_delete()
170 int nilfs_btnode_prepare_change_key(struct address_space *btnc, nilfs_btnode_prepare_change_key()
240 void nilfs_btnode_commit_change_key(struct address_space *btnc, nilfs_btnode_commit_change_key()
281 void nilfs_btnode_abort_change_key(struct address_space *btnc, nilfs_btnode_abort_change_key()
H A Dpage.c62 struct address_space *mapping, nilfs_grab_buffer()
170 struct address_space *m; nilfs_page_bug()
255 int nilfs_copy_dirty_pages(struct address_space *dmap, nilfs_copy_dirty_pages()
256 struct address_space *smap) nilfs_copy_dirty_pages()
310 void nilfs_copy_back_pages(struct address_space *dmap, nilfs_copy_back_pages()
311 struct address_space *smap) nilfs_copy_back_pages()
377 void nilfs_clear_dirty_pages(struct address_space *mapping, bool silent) nilfs_clear_dirty_pages()
460 void nilfs_mapping_init(struct address_space *mapping, struct inode *inode) nilfs_mapping_init()
482 struct address_space *mapping = page->mapping; __nilfs_clear_page_dirty()
H A Dmdt.h40 struct address_space frozen_data;
41 struct address_space frozen_btnodes;
H A Dnilfs.h59 struct address_space i_btnode_cache;
89 static inline struct inode *NILFS_BTNC_I(struct address_space *btnc) NILFS_BTNC_I()
278 extern void nilfs_write_failed(struct address_space *mapping, loff_t to);
H A Ddir.c90 struct address_space *mapping, nilfs_commit_chunk()
187 struct address_space *mapping = dir->i_mapping; nilfs_get_page()
420 struct address_space *mapping = page->mapping; nilfs_set_link()
538 struct address_space *mapping = page->mapping; nilfs_delete_entry()
578 struct address_space *mapping = inode->i_mapping; nilfs_make_empty()
H A Dinode.c165 * @mapping - address_space struct used for reading multiple pages
169 static int nilfs_readpages(struct file *file, struct address_space *mapping, nilfs_readpages()
175 static int nilfs_writepages(struct address_space *mapping, nilfs_writepages()
259 void nilfs_write_failed(struct address_space *mapping, loff_t to) nilfs_write_failed()
269 static int nilfs_write_begin(struct file *file, struct address_space *mapping, nilfs_write_begin()
289 static int nilfs_write_end(struct file *file, struct address_space *mapping, nilfs_write_end()
311 struct address_space *mapping = file->f_mapping; nilfs_direct_IO()
/linux-4.1.27/include/linux/
H A 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,
H A Dpagemap.h30 static inline void mapping_set_error(struct address_space *mapping, int error) mapping_set_error()
40 static inline void mapping_set_unevictable(struct address_space *mapping) mapping_set_unevictable()
45 static inline void mapping_clear_unevictable(struct address_space *mapping) mapping_clear_unevictable()
50 static inline int mapping_unevictable(struct address_space *mapping) mapping_unevictable()
57 static inline void mapping_set_exiting(struct address_space *mapping) mapping_set_exiting()
62 static inline int mapping_exiting(struct address_space *mapping) mapping_exiting()
67 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) mapping_gfp_mask()
76 static inline void mapping_set_gfp_mask(struct address_space *m, gfp_t mask) mapping_set_gfp_mask()
223 static inline struct page *page_cache_alloc(struct address_space *x) page_cache_alloc()
228 static inline struct page *page_cache_alloc_cold(struct address_space *x) page_cache_alloc_cold()
233 static inline struct page *page_cache_alloc_readahead(struct address_space *x) page_cache_alloc_readahead()
241 pgoff_t page_cache_next_hole(struct address_space *mapping,
243 pgoff_t page_cache_prev_hole(struct address_space *mapping,
253 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t offset,
258 * @mapping: the address_space to search
266 static inline struct page *find_get_page(struct address_space *mapping, find_get_page()
272 static inline struct page *find_get_page_flags(struct address_space *mapping, find_get_page_flags()
281 * @mapping: the address_space to search
292 static inline struct page *find_lock_page(struct address_space *mapping, find_lock_page()
300 * @mapping: the page's address_space
317 static inline struct page *find_or_create_page(struct address_space *mapping, find_or_create_page()
327 * @mapping: target address_space
338 static inline struct page *grab_cache_page_nowait(struct address_space *mapping, grab_cache_page_nowait()
346 struct page *find_get_entry(struct address_space *mapping, pgoff_t offset);
347 struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset);
348 unsigned find_get_entries(struct address_space *mapping, pgoff_t start,
351 unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
353 unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t start,
355 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
358 struct page *grab_cache_page_write_begin(struct address_space *mapping,
364 static inline struct page *grab_cache_page(struct address_space *mapping, grab_cache_page()
370 extern struct page * read_cache_page(struct address_space *mapping,
372 extern struct page * read_cache_page_gfp(struct address_space *mapping,
374 extern int read_cache_pages(struct address_space *mapping,
377 static inline struct page *read_mapping_page(struct address_space *mapping, read_mapping_page()
649 int add_to_page_cache_locked(struct page *page, struct address_space *mapping,
651 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
662 struct address_space *mapping, pgoff_t offset, gfp_t gfp_mask) add_to_page_cache()
H A 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) shmem_read_mapping_page()
H A 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, migrate_huge_page_move_mapping()
H A 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) cleancache_fs_enabled_mapping()
105 static inline void cleancache_invalidate_page(struct address_space *mapping, cleancache_invalidate_page()
113 static inline void cleancache_invalidate_inode(struct address_space *mapping) cleancache_invalidate_inode()
H A 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,
252 int nobh_write_end(struct file *, struct address_space *,
255 int nobh_truncate_page(struct address_space *, loff_t, get_block_t *);
400 static inline int sync_mapping_buffers(struct address_space *mapping) { return 0; }
H A 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,
H A 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 *,
H A 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)))
H A 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,
425 struct address_space { struct
438 spinlock_t private_lock; /* for use by the address_space */
494 int mapping_tagged(struct address_space *mapping, int tag);
496 static inline void i_mmap_lock_write(struct address_space *mapping) i_mmap_lock_write()
501 static inline void i_mmap_unlock_write(struct address_space *mapping) i_mmap_unlock_write()
506 static inline void i_mmap_lock_read(struct address_space *mapping) i_mmap_lock_read()
511 static inline void i_mmap_unlock_read(struct address_space *mapping) i_mmap_unlock_read()
519 static inline int mapping_mapped(struct address_space *mapping) mapping_mapped()
533 static inline int mapping_writably_mapped(struct address_space *mapping) mapping_writably_mapped()
538 static inline int mapping_map_writable(struct address_space *mapping) mapping_map_writable()
544 static inline void mapping_unmap_writable(struct address_space *mapping) mapping_unmap_writable()
549 static inline int mapping_deny_writable(struct address_space *mapping) mapping_deny_writable()
555 static inline void mapping_allow_writable(struct address_space *mapping) mapping_allow_writable()
597 struct address_space *i_mapping;
654 struct address_space i_data;
864 struct address_space *f_mapping;
2370 unsigned long invalidate_mapping_pages(struct address_space *mapping,
2379 extern int invalidate_inode_pages2(struct address_space *mapping);
2380 extern int invalidate_inode_pages2_range(struct address_space *mapping,
2383 extern int filemap_fdatawrite(struct address_space *);
2384 extern int filemap_flush(struct address_space *);
2385 extern int filemap_fdatawait(struct address_space *);
2386 extern int filemap_fdatawait_range(struct address_space *, loff_t lstart,
2388 extern int filemap_write_and_wait(struct address_space *mapping);
2389 extern int filemap_write_and_wait_range(struct address_space *mapping,
2391 extern int __filemap_fdatawrite_range(struct address_space *mapping,
2393 extern int filemap_fdatawrite_range(struct address_space *mapping,
2522 extern void address_space_init_once(struct address_space *mapping);
2622 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
2778 extern int simple_write_begin(struct file *file, struct address_space *mapping,
2781 extern int simple_write_end(struct file *file, struct address_space *mapping,
2812 extern int buffer_migrate_page(struct address_space *,
H A Dmc146818rtc.h36 int address_space; member in struct:cmos_rtc_board_info
H A Dbacking-dev.h305 static inline bool mapping_cap_writeback_dirty(struct address_space *mapping) mapping_cap_writeback_dirty()
310 static inline bool mapping_cap_account_dirty(struct address_space *mapping) mapping_cap_account_dirty()
H A Dmm.h651 * page's address_space. Usually, this is the address of a circular list of
669 * Where 2.4 and early 2.6 kernels kept dirty/clean pages in per-address_space
958 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) page_file_mapping()
1081 bool shmem_mapping(struct address_space *mapping);
1083 static inline bool shmem_mapping(struct address_space *mapping) 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, 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);
1242 void account_page_dirtied(struct page *page, struct address_space *mapping);
1243 void account_page_cleaned(struct page *page, struct address_space *mapping);
1932 extern void truncate_inode_pages(struct address_space *, loff_t);
1933 extern void truncate_inode_pages_range(struct address_space *,
1935 extern void truncate_inode_pages_final(struct address_space *);
1950 int force_page_cache_readahead(struct address_space *mapping, struct file *filp,
1953 void page_cache_sync_readahead(struct address_space *mapping,
1959 void page_cache_async_readahead(struct address_space *mapping,
H A 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[];
H A Dmm_types.h23 struct address_space;
51 struct address_space *mapping; /* If low bit clear, points to
52 * inode address_space, or NULL.
275 * linkage into the address_space->i_mmap interval tree.
H A Dpage-flags.h294 * page->mapping points to its anon_vma, not to a struct address_space;
305 * address_space which maps the page from disk; whereas "page_mapped"
H A Dfscache.h144 struct address_space *mapping,
233 struct address_space *,
592 struct address_space *mapping, fscache_read_or_alloc_pages()
/linux-4.1.27/drivers/acpi/acpica/
H A Devhandler.c167 if (handler_obj->address_space.space_id == space_id) { acpi_ev_has_default_handler()
168 if (handler_obj->address_space.handler_flags & acpi_ev_has_default_handler()
174 handler_obj = handler_obj->address_space.next; acpi_ev_has_default_handler()
255 if (next_handler_obj->address_space.space_id == acpi_ev_install_handler()
256 handler_obj->address_space.space_id) { acpi_ev_install_handler()
261 (handler_obj->address_space. acpi_ev_install_handler()
278 next_handler_obj = next_handler_obj->address_space.next; acpi_ev_install_handler()
290 if (obj_desc->region.space_id != handler_obj->address_space.space_id) { acpi_ev_install_handler()
421 if (handler_obj->address_space.space_id == space_id) { acpi_ev_install_space_handler()
422 if (handler_obj->address_space.handler == acpi_ev_install_space_handler()
441 handler_obj = handler_obj->address_space.next; acpi_ev_install_space_handler()
499 handler_obj->address_space.space_id = (u8)space_id; acpi_ev_install_space_handler()
500 handler_obj->address_space.handler_flags = flags; acpi_ev_install_space_handler()
501 handler_obj->address_space.region_list = NULL; acpi_ev_install_space_handler()
502 handler_obj->address_space.node = node; acpi_ev_install_space_handler()
503 handler_obj->address_space.handler = handler; acpi_ev_install_space_handler()
504 handler_obj->address_space.context = context; acpi_ev_install_space_handler()
505 handler_obj->address_space.setup = setup; acpi_ev_install_space_handler()
507 /* Install at head of Device.address_space list */ acpi_ev_install_space_handler()
509 handler_obj->address_space.next = obj_desc->device.handler; acpi_ev_install_space_handler()
H A Devxfregn.c224 if (handler_obj->address_space.space_id == space_id) { ACPI_EXPORT_SYMBOL()
228 if (handler_obj->address_space.handler != handler) { ACPI_EXPORT_SYMBOL()
242 region_obj = handler_obj->address_space.region_list; ACPI_EXPORT_SYMBOL()
261 handler_obj->address_space.region_list; ACPI_EXPORT_SYMBOL()
267 *last_obj_ptr = handler_obj->address_space.next; ACPI_EXPORT_SYMBOL()
277 last_obj_ptr = &handler_obj->address_space.next; ACPI_EXPORT_SYMBOL()
278 handler_obj = handler_obj->address_space.next; ACPI_EXPORT_SYMBOL()
H A Devregion.c168 context = handler_desc->address_space.context; acpi_ev_address_space_dispatch()
178 region_setup = handler_desc->address_space.setup; acpi_ev_address_space_dispatch()
234 handler = handler_desc->address_space.handler; acpi_ev_address_space_dispatch()
274 &region_obj->region.handler->address_space, handler, acpi_ev_address_space_dispatch()
279 if (!(handler_desc->address_space.handler_flags & acpi_ev_address_space_dispatch()
300 if (!(handler_desc->address_space.handler_flags & acpi_ev_address_space_dispatch()
359 obj_desc = handler_obj->address_space.region_list; acpi_ev_detach_region()
361 last_obj_ptr = &handler_obj->address_space.region_list; acpi_ev_detach_region()
410 region_setup = handler_obj->address_space.setup; acpi_ev_detach_region()
414 handler_obj->address_space. acpi_ev_detach_region()
510 region_obj->region.next = handler_obj->address_space.region_list; acpi_ev_attach_region()
511 handler_obj->address_space.region_list = region_obj; acpi_ev_attach_region()
H A Dutdelete.c160 next_desc = handler_desc->address_space.next; acpi_ut_delete_internal_obj()
238 handler_desc->address_space.region_list; acpi_ut_delete_internal_obj()
241 &handler_desc->address_space.region_list; acpi_ut_delete_internal_obj()
267 if (handler_desc->address_space.handler_flags & acpi_ut_delete_internal_obj()
272 if (handler_desc->address_space.setup) { acpi_ut_delete_internal_obj()
274 address_space.setup(object, acpi_ut_delete_internal_obj()
277 address_space. acpi_ut_delete_internal_obj()
H A Devrgnini.c3 * Module Name: evrgnini- ACPI address_space (op_region) init
213 * If the address_space.Node is still pointing to the root, we need acpi_ev_pci_config_region_setup()
217 if (handler_obj->address_space.node == acpi_gbl_root_node) { acpi_ev_pci_config_region_setup()
255 pci_root_node = handler_obj->address_space.node; acpi_ev_pci_config_region_setup()
609 if (handler_obj->address_space.space_id == acpi_ev_initialize_region()
658 handler_obj = handler_obj->address_space.next; acpi_ev_initialize_region()
H A 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) { acpi_ex_dump_object()
517 next = next->address_space.next; acpi_ex_dump_object()
H A Dacobject.h410 struct acpi_object_addr_handler address_space; member in union:acpi_operand_object
/linux-4.1.27/mm/
H A Dswap_state.c35 struct address_space swapper_spaces[MAX_SWAPFILES] = {
82 struct address_space *address_space; __add_to_swap_cache() local
92 address_space = swap_address_space(entry); __add_to_swap_cache()
93 spin_lock_irq(&address_space->tree_lock); __add_to_swap_cache()
94 error = radix_tree_insert(&address_space->page_tree, __add_to_swap_cache()
97 address_space->nrpages++; __add_to_swap_cache()
101 spin_unlock_irq(&address_space->tree_lock); __add_to_swap_cache()
138 struct address_space *address_space; __delete_from_swap_cache() local
145 address_space = swap_address_space(entry); __delete_from_swap_cache()
146 radix_tree_delete(&address_space->page_tree, page_private(page)); __delete_from_swap_cache()
149 address_space->nrpages--; __delete_from_swap_cache()
215 struct address_space *address_space; delete_from_swap_cache() local
219 address_space = swap_address_space(entry); delete_from_swap_cache()
220 spin_lock_irq(&address_space->tree_lock); delete_from_swap_cache()
222 spin_unlock_irq(&address_space->tree_lock); delete_from_swap_cache()
H A Dreadahead.c2 * mm/readahead.c - address_space-level file readahead.
28 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) file_ra_state_init()
44 static void read_cache_pages_invalidate_page(struct address_space *mapping, read_cache_pages_invalidate_page()
61 static void read_cache_pages_invalidate_pages(struct address_space *mapping, read_cache_pages_invalidate_pages()
75 * @mapping: the address_space
83 int read_cache_pages(struct address_space *mapping, struct list_head *pages, read_cache_pages()
111 static int read_pages(struct address_space *mapping, struct file *filp, read_pages()
152 int __do_page_cache_readahead(struct address_space *mapping, struct file *filp, __do_page_cache_readahead()
210 int force_page_cache_readahead(struct address_space *mapping, struct file *filp, force_page_cache_readahead()
328 static pgoff_t count_history_pages(struct address_space *mapping, count_history_pages()
343 static int try_context_readahead(struct address_space *mapping, try_context_readahead()
378 ondemand_readahead(struct address_space *mapping, ondemand_readahead()
477 * @mapping: address_space which holds the pagecache and I/O vectors
489 void page_cache_sync_readahead(struct address_space *mapping, page_cache_sync_readahead()
510 * @mapping: address_space which holds the pagecache and I/O vectors
524 page_cache_async_readahead(struct address_space *mapping, page_cache_async_readahead()
553 do_readahead(struct address_space *mapping, struct file *filp, do_readahead()
571 struct address_space *mapping = f.file->f_mapping; SYSCALL_DEFINE3()
H A Dfilemap.c111 static void page_cache_tree_delete(struct address_space *mapping, page_cache_tree_delete()
181 struct address_space *mapping = page->mapping; __delete_from_page_cache()
226 struct address_space *mapping = page->mapping; delete_from_page_cache()
242 static int filemap_check_errors(struct address_space *mapping) filemap_check_errors()
270 int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start, __filemap_fdatawrite_range()
288 static inline int __filemap_fdatawrite(struct address_space *mapping, __filemap_fdatawrite()
294 int filemap_fdatawrite(struct address_space *mapping) filemap_fdatawrite()
300 int filemap_fdatawrite_range(struct address_space *mapping, loff_t start, filemap_fdatawrite_range()
309 * @mapping: target address_space
314 int filemap_flush(struct address_space *mapping) filemap_flush()
329 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, filemap_fdatawait_range()
378 int filemap_fdatawait(struct address_space *mapping) filemap_fdatawait()
389 int filemap_write_and_wait(struct address_space *mapping) filemap_write_and_wait()
415 * @mapping: the address_space for the pages
424 int filemap_write_and_wait_range(struct address_space *mapping, filemap_write_and_wait_range()
471 struct address_space *mapping = old->mapping; replace_page_cache_page()
501 static int page_cache_tree_insert(struct address_space *mapping, page_cache_tree_insert()
544 struct address_space *mapping, __add_to_page_cache_locked()
597 * @mapping: the page's address_space
604 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, add_to_page_cache_locked()
612 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, add_to_page_cache_lru()
889 pgoff_t page_cache_next_hole(struct address_space *mapping, page_cache_next_hole()
930 pgoff_t page_cache_prev_hole(struct address_space *mapping, page_cache_prev_hole()
952 * @mapping: the address_space to search
963 struct page *find_get_entry(struct address_space *mapping, pgoff_t offset) find_get_entry()
1008 * @mapping: the address_space to search
1022 struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset) find_lock_entry()
1044 * @mapping: the address_space to search
1065 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t offset, pagecache_get_page()
1134 * @mapping: The address_space to search
1155 unsigned find_get_entries(struct address_space *mapping, find_get_entries()
1204 * @mapping: The address_space to search
1218 unsigned find_get_pages(struct address_space *mapping, pgoff_t start, find_get_pages()
1275 * @mapping: The address_space to search
1285 unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t index, find_get_pages_contig()
1352 * @mapping: the address_space to search
1361 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index, find_get_pages_tag()
1464 struct address_space *mapping = filp->f_mapping; do_generic_file_read()
1697 struct address_space *mapping = file->f_mapping; generic_file_read_iter()
1750 struct address_space *mapping = file->f_mapping; page_cache_read()
1784 struct address_space *mapping = file->f_mapping; do_sync_mmap_readahead()
1829 struct address_space *mapping = file->f_mapping; do_async_mmap_readahead()
1869 struct address_space *mapping = file->f_mapping; filemap_fault()
1991 struct address_space *mapping = file->f_mapping; filemap_map_pages()
2095 struct address_space *mapping = file->f_mapping; generic_file_mmap()
2139 static struct page *__read_cache_page(struct address_space *mapping, __read_cache_page()
2172 static struct page *do_read_cache_page(struct address_space *mapping, do_read_cache_page()
2215 * @mapping: the page's address_space
2225 struct page *read_cache_page(struct address_space *mapping, read_cache_page()
2236 * @mapping: the page's address_space
2245 struct page *read_cache_page_gfp(struct address_space *mapping, read_cache_page_gfp()
2311 int pagecache_write_begin(struct file *file, struct address_space *mapping, pagecache_write_begin()
2322 int pagecache_write_end(struct file *file, struct address_space *mapping, pagecache_write_end()
2336 struct address_space *mapping = file->f_mapping; generic_file_direct_write()
2404 struct page *grab_cache_page_write_begin(struct address_space *mapping, grab_cache_page_write_begin()
2425 struct address_space *mapping = file->f_mapping; generic_perform_write()
2532 struct address_space * mapping = file->f_mapping; __generic_file_write_iter()
2642 * The address_space is to try to release any data against the page
2655 struct address_space * const mapping = page->mapping; try_to_release_page()
H A Dtruncate.c26 static void clear_exceptional_entry(struct address_space *mapping, clear_exceptional_entry()
106 truncate_complete_page(struct address_space *mapping, struct page *page) truncate_complete_page()
136 invalidate_complete_page(struct address_space *mapping, struct page *page) invalidate_complete_page()
151 int truncate_inode_page(struct address_space *mapping, struct page *page) truncate_inode_page()
164 int generic_error_remove_page(struct address_space *mapping, struct page *page) generic_error_remove_page()
186 struct address_space *mapping = page_mapping(page); invalidate_inode_page()
220 void truncate_inode_pages_range(struct address_space *mapping, truncate_inode_pages_range()
390 void truncate_inode_pages(struct address_space *mapping, loff_t lstart) truncate_inode_pages()
405 void truncate_inode_pages_final(struct address_space *mapping) truncate_inode_pages_final()
445 * @mapping: the address_space which holds the pages to invalidate
456 unsigned long invalidate_mapping_pages(struct address_space *mapping, invalidate_mapping_pages()
513 invalidate_complete_page2(struct address_space *mapping, struct page *page) invalidate_complete_page2()
539 static int do_launder_page(struct address_space *mapping, struct page *page) do_launder_page()
549 * invalidate_inode_pages2_range - remove range of pages from an address_space
550 * @mapping: the address_space
559 int invalidate_inode_pages2_range(struct address_space *mapping, invalidate_inode_pages2_range()
637 * invalidate_inode_pages2 - remove all pages from an address_space
638 * @mapping: the address_space
645 int invalidate_inode_pages2(struct address_space *mapping) invalidate_inode_pages2()
668 struct address_space *mapping = inode->i_mapping; truncate_pagecache()
776 struct address_space *mapping = inode->i_mapping; truncate_pagecache_range()
H A Dpage_io.c140 struct address_space *mapping = swap_file->f_mapping; generic_swapfile_activate()
266 struct address_space *mapping = swap_file->f_mapping; __swap_writepage()
344 struct address_space *mapping = swap_file->f_mapping; swap_readpage()
376 struct address_space *mapping = sis->swap_file->f_mapping; swap_set_page_dirty()
H A Dshmem.c253 static int shmem_radix_tree_replace(struct address_space *mapping, shmem_radix_tree_replace()
278 static bool shmem_confirm_swap(struct address_space *mapping, shmem_confirm_swap()
293 struct address_space *mapping, shmem_add_to_page_cache()
329 struct address_space *mapping = page->mapping; shmem_delete_from_page_cache()
346 static int shmem_free_swap(struct address_space *mapping, shmem_free_swap()
363 void shmem_unlock_mapping(struct address_space *mapping) shmem_unlock_mapping()
397 struct address_space *mapping = inode->i_mapping; shmem_undo_range()
615 struct address_space *mapping = info->vfs_inode.i_mapping; shmem_unuse_inode()
747 struct address_space *mapping; shmem_writepage()
963 struct address_space *swap_mapping; shmem_replace_page()
1035 struct address_space *mapping = inode->i_mapping; shmem_getpage_gfp()
1456 bool shmem_mapping(struct address_space *mapping) shmem_mapping()
1475 shmem_write_begin(struct file *file, struct address_space *mapping, shmem_write_begin()
1495 shmem_write_end(struct file *file, struct address_space *mapping, shmem_write_end()
1523 struct address_space *mapping = inode->i_mapping; shmem_file_read_iter()
1630 struct address_space *mapping = in->f_mapping; shmem_file_splice_read()
1743 static pgoff_t shmem_seek_hole_data(struct address_space *mapping, shmem_seek_hole_data()
1792 struct address_space *mapping = file->f_mapping; shmem_file_llseek()
1835 static void shmem_tag_pins(struct address_space *mapping) shmem_tag_pins()
1877 static int shmem_wait_for_pins(struct address_space *mapping) shmem_wait_for_pins()
2065 struct address_space *mapping = file->f_mapping; shmem_fallocate()
3288 void shmem_unlock_mapping(struct address_space *mapping) shmem_unlock_mapping()
3423 * @mapping: the page's address_space
3436 struct page *shmem_read_mapping_page_gfp(struct address_space *mapping, shmem_read_mapping_page_gfp()
H A Dfadvise.c32 struct address_space *mapping; SYSCALL_DEFINE4()
H A Dworkingset.c213 void *workingset_eviction(struct address_space *mapping, struct page *page) workingset_eviction()
309 struct address_space *mapping; shadow_lru_isolate()
319 * address_space that has radix tree nodes on the LRU. shadow_lru_isolate()
322 * pin only the address_space of the particular node we want shadow_lru_isolate()
H A Dpage-writeback.c8 * address_space level.
1341 static void balance_dirty_pages(struct address_space *mapping, balance_dirty_pages()
1567 * @mapping: address_space which was dirtied
1578 void balance_dirty_pages_ratelimited(struct address_space *mapping) balance_dirty_pages_ratelimited()
1793 void tag_pages_for_writeback(struct address_space *mapping, tag_pages_for_writeback()
1834 int write_cache_pages(struct address_space *mapping, write_cache_pages()
1997 struct address_space *mapping = data; __writepage()
2011 int generic_writepages(struct address_space *mapping, generic_writepages()
2029 int do_writepages(struct address_space *mapping, struct writeback_control *wbc) do_writepages()
2053 struct address_space *mapping = page->mapping; write_one_page()
2095 void account_page_dirtied(struct page *page, struct address_space *mapping) account_page_dirtied()
2122 void account_page_cleaned(struct page *page, struct address_space *mapping) account_page_cleaned()
2147 struct address_space *mapping = page_mapping(page); __set_page_dirty_nobuffers()
2179 struct address_space *mapping = page->mapping; account_page_redirty()
2217 struct address_space *mapping = page_mapping(page); set_page_dirty()
2284 struct address_space *mapping = page_mapping(page); clear_page_dirty_for_io()
2338 struct address_space *mapping = page_mapping(page); test_clear_page_writeback()
2373 struct address_space *mapping = page_mapping(page); __test_set_page_writeback()
2417 int mapping_tagged(struct address_space *mapping, int tag) mapping_tagged()
H A Dcleancache.c244 void __cleancache_invalidate_page(struct address_space *mapping, __cleancache_invalidate_page()
274 void __cleancache_invalidate_inode(struct address_space *mapping) __cleancache_invalidate_inode()
H A Dswap.c1059 * @mapping: The address_space to search
1077 struct address_space *mapping, pagevec_lookup_entries()
1110 * @mapping: The address_space to search
1123 unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping, pagevec_lookup()
1131 unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, pagevec_lookup_tag()
H A Drmap.c910 struct address_space *mapping; page_mkclean()
953 page->mapping = (struct address_space *) anon_vma; page_move_anon_rmap()
982 page->mapping = (struct address_space *) anon_vma; __page_set_anon_rmap()
1500 * contained in the address_space struct it points to.
1509 struct address_space *mapping = page->mapping; rmap_walk_file()
1574 page->mapping = (struct address_space *) anon_vma; __hugepage_set_anon_rmap()
H A Dinternal.h25 extern int __do_page_cache_readahead(struct address_space *mapping,
33 struct address_space *mapping, struct file *filp) ra_submit()
H A Dutil.c338 /* Neutral page->mapping pointer to address_space or anon_vma or other */ page_rmapping()
356 struct address_space *page_mapping(struct page *page) page_mapping()
H A Dmincore.c49 static unsigned char mincore_page(struct address_space *mapping, pgoff_t pgoff) mincore_page()
H A Dmigrate.c308 int migrate_page_move_mapping(struct address_space *mapping, migrate_page_move_mapping()
397 int migrate_huge_page_move_mapping(struct address_space *mapping, migrate_huge_page_move_mapping()
563 int migrate_page(struct address_space *mapping, migrate_page()
587 int buffer_migrate_page(struct address_space *mapping, buffer_migrate_page()
644 static int writeout(struct address_space *mapping, struct page *page) writeout()
685 static int fallback_migrate_page(struct address_space *mapping, fallback_migrate_page()
720 struct address_space *mapping; move_to_new_page()
H A Dmemory-failure.c81 struct address_space *mapping; hwpoison_filter_dev()
455 struct address_space *mapping = page->mapping; collect_procs_file()
620 struct address_space *mapping; me_pagecache_clean()
683 struct address_space *mapping = page_mapping(p); me_pagecache_dirty()
925 struct address_space *mapping; hwpoison_user_mappings()
H A Dhugetlb.c513 struct address_space *mapping = vma->vm_file->f_mapping; vma_resv_map()
2877 struct address_space *mapping; unmap_ref_private()
3053 struct address_space *mapping; hugetlbfs_pagecache_page()
3069 struct address_space *mapping; hugetlbfs_pagecache_present()
3083 struct address_space *mapping, pgoff_t idx, hugetlb_no_page()
3217 struct address_space *mapping, fault_mutex_hash()
3242 struct address_space *mapping, fault_mutex_hash()
3260 struct address_space *mapping; hugetlb_fault()
3724 struct address_space *mapping = vma->vm_file->f_mapping; huge_pmd_share()
H A Dmadvise.c189 struct address_space *mapping) force_shm_swapin_readahead()
H A Dmremap.c93 struct address_space *mapping = NULL; move_ptes()
H A Dmmap.c238 struct file *file, struct address_space *mapping) __remove_shared_vm_struct()
259 struct address_space *mapping = file->f_mapping; unlink_file_vma()
645 struct address_space *mapping = file->f_mapping; __vma_link_file()
671 struct address_space *mapping = NULL; vma_link()
732 struct address_space *mapping = NULL; vma_adjust()
3155 static void vm_lock_mapping(struct mm_struct *mm, struct address_space *mapping) vm_lock_mapping()
3192 * vma in this mm is backed by the same anon_vma or address_space.
3257 static void vm_unlock_mapping(struct address_space *mapping) vm_unlock_mapping()
H A Dvmscan.c469 * -ENOSPC. We need to propagate that into the address_space for a subsequent
479 static void handle_write_error(struct address_space *mapping, handle_write_error()
504 static pageout_t pageout(struct page *page, struct address_space *mapping, pageout()
579 static int __remove_mapping(struct address_space *mapping, struct page *page, __remove_mapping()
663 int remove_mapping(struct address_space *mapping, struct page *page) remove_mapping()
815 struct address_space *mapping; page_check_dirty_writeback()
867 struct address_space *mapping; shrink_page_list()
1256 struct address_space *mapping; __isolate_lru_page()
/linux-4.1.27/fs/hpfs/
H A Dfile.c122 static int hpfs_readpages(struct file *file, struct address_space *mapping, hpfs_readpages()
128 static int hpfs_writepages(struct address_space *mapping, hpfs_writepages()
134 static void hpfs_write_failed(struct address_space *mapping, loff_t to) hpfs_write_failed()
148 static int hpfs_write_begin(struct file *file, struct address_space *mapping, hpfs_write_begin()
164 static int hpfs_write_end(struct file *file, struct address_space *mapping, hpfs_write_end()
182 static sector_t _hpfs_bmap(struct address_space *mapping, sector_t block) _hpfs_bmap()
/linux-4.1.27/arch/mips/dec/
H A Dplatform.c26 .address_space = 64,
/linux-4.1.27/fs/9p/
H A Dcache.h49 struct address_space *mapping,
74 struct address_space *mapping, v9fs_readpages_from_fscache()
130 struct address_space *mapping, v9fs_readpages_from_fscache()
H A Dvfs_addr.c111 static int v9fs_vfs_readpages(struct file *filp, struct address_space *mapping, v9fs_vfs_readpages()
267 static int v9fs_write_begin(struct file *filp, struct address_space *mapping, v9fs_write_begin()
303 static int v9fs_write_end(struct file *filp, struct address_space *mapping, v9fs_write_end()
H A Dcache.c356 struct address_space *mapping, __v9fs_readpages_from_fscache()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dframebuffer.h32 struct address_space *addr_space;
/linux-4.1.27/arch/unicore32/mm/
H A Dmm.h38 extern void __flush_dcache_page(struct address_space *, struct page *);
H A Dflush.c61 void __flush_dcache_page(struct address_space *mapping, struct page *page) __flush_dcache_page()
77 struct address_space *mapping; flush_dcache_page()
H A Dmmu.c492 struct address_space *mapping; update_mmu_cache()
/linux-4.1.27/fs/btrfs/
H A Dcompression.h25 int btrfs_compress_pages(int type, struct address_space *mapping,
57 struct address_space *mapping,
H A 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,
H A Dlzo.c88 struct address_space *mapping, lzo_compress_pages()
H A Dzlib.c75 struct address_space *mapping, zlib_compress_pages()
H A Dcompression.c456 struct address_space *mapping = inode->i_mapping; add_ra_bio_pages()
883 int btrfs_compress_pages(int type, struct address_space *mapping, btrfs_compress_pages()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A 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/omfs/
H A Dfile.c292 static int omfs_readpages(struct file *file, struct address_space *mapping, omfs_readpages()
304 omfs_writepages(struct address_space *mapping, struct writeback_control *wbc) omfs_writepages()
309 static void omfs_write_failed(struct address_space *mapping, loff_t to) omfs_write_failed()
319 static int omfs_write_begin(struct file *file, struct address_space *mapping, omfs_write_begin()
333 static sector_t omfs_bmap(struct address_space *mapping, sector_t block) omfs_bmap()
/linux-4.1.27/fs/bfs/
H A Dfile.c162 static void bfs_write_failed(struct address_space *mapping, loff_t to) bfs_write_failed()
170 static int bfs_write_begin(struct file *file, struct address_space *mapping, bfs_write_begin()
184 static sector_t bfs_bmap(struct address_space *mapping, sector_t block) bfs_bmap()
/linux-4.1.27/fs/cifs/
H A Dfscache.h54 struct address_space *,
78 struct address_space *mapping, cifs_readpages_from_fscache()
132 struct address_space *mapping, cifs_readpages_from_fscache()
H A Dfscache.c185 struct address_space *mapping, __cifs_readpages_from_fscache()
H A Dfile.c1835 struct address_space *mapping = page->mapping; cifs_partialpagewrite()
1888 wdata_alloc_and_fillpages(pgoff_t tofind, struct address_space *mapping, wdata_alloc_and_fillpages()
1923 struct address_space *mapping, wdata_prepare_pages()
2003 struct address_space *mapping, struct writeback_control *wbc) wdata_send_pages()
2036 static int cifs_writepages(struct address_space *mapping, cifs_writepages()
2195 static int cifs_write_end(struct file *file, struct address_space *mapping, cifs_write_end()
3376 readpages_get_pages(struct address_space *mapping, struct list_head *page_list, readpages_get_pages()
3434 static int cifs_readpages(struct file *file, struct address_space *mapping, cifs_readpages()
3677 static int cifs_write_begin(struct file *file, struct address_space *mapping, cifs_write_begin()
/linux-4.1.27/fs/freevxfs/
H A Dvxfs_subr.c42 static sector_t vxfs_bmap(struct address_space *, sector_t);
68 vxfs_get_page(struct address_space *mapping, u_long n) vxfs_get_page()
180 vxfs_bmap(struct address_space *mapping, sector_t block) vxfs_bmap()
H A Dvxfs_extern.h77 extern struct page * vxfs_get_page(struct address_space *, u_long);
/linux-4.1.27/fs/gfs2/
H A Dmain.c64 struct address_space *mapping = (struct address_space *)(gl + 1); gfs2_init_gl_aspace_once()
106 sizeof(struct address_space), init_gfs2_fs()
H A Dmeta_io.h43 static inline struct gfs2_sbd *gfs2_mapping2sbd(struct address_space *mapping) gfs2_mapping2sbd()
H A Daops.c214 static int gfs2_writepages(struct address_space *mapping, gfs2_writepages()
231 static int gfs2_write_jdata_pagevec(struct address_space *mapping, gfs2_write_jdata_pagevec()
344 static int gfs2_write_cache_jdata(struct address_space *mapping, gfs2_write_cache_jdata()
425 static int gfs2_jdata_writepages(struct address_space *mapping, gfs2_jdata_writepages()
526 struct address_space *mapping = page->mapping; gfs2_readpage()
562 struct address_space *mapping = ip->i_inode.i_mapping; gfs2_internal_read()
603 static int gfs2_readpages(struct file *file, struct address_space *mapping, gfs2_readpages()
639 static int gfs2_write_begin(struct file *file, struct address_space *mapping, gfs2_write_begin()
867 static int gfs2_write_end(struct file *file, struct address_space *mapping, gfs2_write_end()
945 static sector_t gfs2_bmap(struct address_space *mapping, sector_t lblock) gfs2_bmap()
1046 struct address_space *mapping = inode->i_mapping; gfs2_direct_IO()
1118 struct address_space *mapping = page->mapping; gfs2_releasepage()
H A Dglops.c143 struct address_space *mapping = &sdp->sd_aspace; rgrp_go_sync()
177 struct address_space *mapping = &sdp->sd_aspace; rgrp_go_inval()
198 struct address_space *metamapping = gfs2_glock2aspace(gl); inode_go_sync()
216 struct address_space *mapping = ip->i_inode.i_mapping; inode_go_sync()
250 struct address_space *mapping = gfs2_glock2aspace(gl); inode_go_inval()
H A Dglock.h174 static inline struct address_space *gfs2_glock2aspace(struct gfs2_glock *gl) gfs2_glock2aspace()
177 return (struct address_space *)(gl + 1); gfs2_glock2aspace()
H A Dmeta_io.c116 struct address_space *mapping = gfs2_glock2aspace(gl); gfs2_getbuf()
266 struct address_space *mapping = bh->b_page->mapping; gfs2_remove_from_journal()
H A Dtrans.c162 struct address_space *mapping = bh->b_page->mapping; gfs2_trans_add_data()
/linux-4.1.27/fs/jfs/
H A Dinode.c287 static int jfs_writepages(struct address_space *mapping, jfs_writepages()
298 static int jfs_readpages(struct file *file, struct address_space *mapping, jfs_readpages()
304 static void jfs_write_failed(struct address_space *mapping, loff_t to) jfs_write_failed()
314 static int jfs_write_begin(struct file *file, struct address_space *mapping, jfs_write_begin()
328 static sector_t jfs_bmap(struct address_space *mapping, sector_t block) jfs_bmap()
337 struct address_space *mapping = file->f_mapping; jfs_direct_IO()
H A Djfs_metapage.c592 struct address_space *mapping; __get_metapage()
776 struct address_space *mapping = __invalidate_metapages()
/linux-4.1.27/fs/ocfs2/
H A Daops.h46 int ocfs2_write_end_nolock(struct address_space *mapping,
51 struct address_space *mapping,
H A Dmmap.c66 struct address_space *mapping = inode->i_mapping; __ocfs2_page_mkwrite()
H A Daops.c354 static int ocfs2_readpages(struct file *filp, struct address_space *mapping, ocfs2_readpages()
457 static sector_t ocfs2_bmap(struct address_space *mapping, sector_t block) ocfs2_bmap()
1463 static int ocfs2_grab_pages_for_write(struct address_space *mapping, ocfs2_grab_pages_for_write()
1546 static int ocfs2_write_cluster(struct address_space *mapping, ocfs2_write_cluster()
1646 static int ocfs2_write_cluster_by_desc(struct address_space *mapping, ocfs2_write_cluster_by_desc()
1832 static int ocfs2_write_begin_inline(struct address_space *mapping, ocfs2_write_begin_inline()
1898 static int ocfs2_try_to_write_inline_data(struct address_space *mapping, ocfs2_try_to_write_inline_data()
2042 struct address_space *mapping, ocfs2_write_begin_nolock()
2267 static int ocfs2_write_begin(struct file *file, struct address_space *mapping, ocfs2_write_begin()
2335 int ocfs2_write_end_nolock(struct address_space *mapping, ocfs2_write_end_nolock()
2420 static int ocfs2_write_end(struct file *file, struct address_space *mapping, ocfs2_write_end()
/linux-4.1.27/fs/jffs2/
H A 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, jffs2_write_begin()
237 static int jffs2_write_end(struct file *filp, struct address_space *mapping, jffs2_write_end()
/linux-4.1.27/fs/logfs/
H A Ddev_mtd.c76 struct address_space *mapping = super->s_mapping_inode->i_mapping; logfs_mtd_erase_mapping()
151 struct address_space *mapping = super->s_mapping_inode->i_mapping; logfs_mtd_find_first_sb()
168 struct address_space *mapping = super->s_mapping_inode->i_mapping; logfs_mtd_find_last_sb()
187 struct address_space *mapping = super->s_mapping_inode->i_mapping; __logfs_mtd_writeseg()
H A Ddev_bdev.c80 struct address_space *mapping = super->s_mapping_inode->i_mapping; __bdev_writeseg()
252 struct address_space *mapping = super->s_mapping_inode->i_mapping; bdev_find_first_sb()
262 struct address_space *mapping = super->s_mapping_inode->i_mapping; bdev_find_last_sb()
H A Dfile.c12 static int logfs_write_begin(struct file *file, struct address_space *mapping, logfs_write_begin()
38 static int logfs_write_end(struct file *file, struct address_space *mapping, logfs_write_end()
H A Dsegment.c56 struct address_space *mapping = super->s_mapping_inode->i_mapping; get_mapping_page()
714 struct address_space *mapping = super->s_mapping_inode->i_mapping; freeseg()
909 struct address_space *mapping; logfs_init_mapping()
H A Dsuper.c24 struct page *emergency_read_begin(struct address_space *mapping, pgoff_t index) emergency_read_begin()
/linux-4.1.27/arch/nios2/mm/
H A Dcacheflush.c89 static void flush_aliases(struct address_space *mapping, struct page *page) flush_aliases()
176 void __flush_dcache_page(struct address_space *mapping, struct page *page) __flush_dcache_page()
190 struct address_space *mapping; flush_dcache_page()
221 struct address_space *mapping; update_mmu_cache()
/linux-4.1.27/arch/arm/mm/
H A Dflush.c187 void __flush_dcache_page(struct address_space *mapping, struct page *page) __flush_dcache_page()
226 static void __flush_dcache_aliases(struct address_space *mapping, struct page *page) __flush_dcache_aliases()
262 struct address_space *mapping; __sync_icache_dcache()
306 struct address_space *mapping; flush_dcache_page()
343 struct address_space *mapping; flush_kernel_dcache_page()
H A Dmm.h51 extern void __flush_dcache_page(struct address_space *mapping, struct page *page);
H A Dfault-armv.c132 make_coherent(struct address_space *mapping, struct vm_area_struct *vma, make_coherent()
184 struct address_space *mapping; update_mmu_cache()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Drw26.c63 * Implements Linux VM address_space::invalidatepage() method. This method is
123 struct address_space *mapping; ll_releasepage()
335 struct address_space *mapping, ll_direct_IO_26_seg()
472 static int ll_write_begin(struct file *file, struct address_space *mapping, ll_write_begin()
495 static int ll_write_end(struct file *file, struct address_space *mapping, ll_write_end()
510 static int ll_migratepage(struct address_space *mapping, ll_migratepage()
H A Drw.c63 * Finalizes cl-data before exiting typical address_space operation. Dual to
84 * Initializes common cl-data at the typical address_space operation entry
363 void ll_ra_stats_inc(struct address_space *mapping, enum ra_stat which) ll_ra_stats_inc()
495 pgoff_t index, struct address_space *mapping) ll_read_ahead_page()
641 struct address_space *mapping, ll_read_ahead_pages()
689 struct ll_readahead_state *ras, struct address_space *mapping, ll_readahead()
1217 int ll_writepages(struct address_space *mapping, struct writeback_control *wbc) ll_writepages()
H A 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; ll_invalidate_page()
1116 void ll_ra_stats_inc(struct address_space *mapping, enum ra_stat which);
H A Dllite_mmap.c453 int ll_teardown_mmaps(struct address_space *mapping, __u64 first, __u64 last) ll_teardown_mmaps()
H A Dvvp_page.c140 struct address_space *mapping; vvp_page_discard()
/linux-4.1.27/fs/hfsplus/
H A Dbitmap.c23 struct address_space *mapping; hfsplus_block_allocate()
167 struct address_space *mapping; hfsplus_block_free()
H A Dinode.c34 static void hfsplus_write_failed(struct address_space *mapping, loff_t to) hfsplus_write_failed()
44 static int hfsplus_write_begin(struct file *file, struct address_space *mapping, hfsplus_write_begin()
60 static sector_t hfsplus_bmap(struct address_space *mapping, sector_t block) hfsplus_bmap()
129 struct address_space *mapping = file->f_mapping; hfsplus_direct_IO()
151 static int hfsplus_writepages(struct address_space *mapping, hfsplus_writepages()
H A Dbtree.c136 struct address_space *mapping; hfs_btree_open()
H A Dbnode.c405 struct address_space *mapping; __hfs_bnode_create()
H A Dextents.c543 struct address_space *mapping = inode->i_mapping; hfsplus_file_truncate()
/linux-4.1.27/fs/ceph/
H A Dcache.h44 struct address_space *mapping,
132 struct address_space *mapping, ceph_readpages_from_fscache()
H A Daddr.c71 struct address_space *mapping = page->mapping; ceph_set_page_dirty()
397 static int ceph_readpages(struct file *file, struct address_space *mapping, ceph_readpages()
609 struct address_space *mapping = inode->i_mapping; writepages_finish()
680 static int ceph_writepages_start(struct address_space *mapping, ceph_writepages_start()
1129 static int ceph_write_begin(struct file *file, struct address_space *mapping, ceph_write_begin()
1163 static int ceph_write_end(struct file *file, struct address_space *mapping, ceph_write_end()
1279 struct address_space *mapping = inode->i_mapping; ceph_filemap_fault()
1408 struct address_space *mapping = inode->i_mapping; ceph_fill_inline_data()
1592 struct address_space *mapping = file->f_mapping; ceph_mmap()
H A Dcache.c280 struct address_space *mapping, ceph_readpages_from_fscache()
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
H A Dlustre_patchless_compat.h50 truncate_complete_page(struct address_space *mapping, struct page *page) truncate_complete_page()
/linux-4.1.27/fs/ext2/
H A Dfile.c78 struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping; ext2_fsync()
H A Dinode.c55 static void ext2_write_failed(struct address_space *mapping, loff_t to) ext2_write_failed()
796 ext2_readpages(struct file *file, struct address_space *mapping, ext2_readpages()
803 ext2_write_begin(struct file *file, struct address_space *mapping, ext2_write_begin()
816 static int ext2_write_end(struct file *file, struct address_space *mapping, ext2_write_end()
829 ext2_nobh_write_begin(struct file *file, struct address_space *mapping, ext2_nobh_write_begin()
848 static sector_t ext2_bmap(struct address_space *mapping, sector_t block) ext2_bmap()
857 struct address_space *mapping = file->f_mapping; ext2_direct_IO()
874 ext2_writepages(struct address_space *mapping, struct writeback_control *wbc) ext2_writepages()
H A Ddir.c95 struct address_space *mapping = page->mapping; ext2_commit_chunk()
205 struct address_space *mapping = dir->i_mapping; ext2_get_page()
/linux-4.1.27/fs/nfs/
H A Dfscache.h89 struct inode *, struct address_space *,
131 struct address_space *mapping, nfs_readpages_from_fscache()
210 struct address_space *mapping, nfs_readpages_from_fscache()
H A Dfile.c354 static int nfs_write_begin(struct file *file, struct address_space *mapping, nfs_write_begin()
400 static int nfs_write_end(struct file *file, struct address_space *mapping, nfs_write_end()
478 struct address_space *mapping = page->mapping; nfs_release_page()
513 struct address_space *mapping = page_file_mapping(page); nfs_check_dirty_writeback()
617 struct address_space *mapping; nfs_vm_page_mkwrite()
H A Dinode.c146 int nfs_sync_mapping(struct address_space *mapping) nfs_sync_mapping()
203 void nfs_zap_mapping(struct inode *inode, struct address_space *mapping) nfs_zap_mapping()
1036 static int nfs_invalidate_mapping(struct inode *inode, struct address_space *mapping) nfs_invalidate_mapping()
1082 struct address_space *mapping, __nfs_revalidate_mapping()
1152 int nfs_revalidate_mapping(struct inode *inode, struct address_space *mapping) nfs_revalidate_mapping()
1165 int nfs_revalidate_mapping_protected(struct inode *inode, struct address_space *mapping) nfs_revalidate_mapping_protected()
H A Dfscache.c368 struct address_space *mapping, __nfs_readpages_from_fscache()
H A Dread.c368 int nfs_readpages(struct file *filp, struct address_space *mapping, nfs_readpages()
H A Ddirect.c571 struct address_space *mapping = file->f_mapping; nfs_file_direct_read()
962 struct address_space *mapping = file->f_mapping; nfs_file_direct_write()
/linux-4.1.27/fs/
H A Dbuffer.c201 struct address_space *bd_mapping = bd_inode->i_mapping; __find_get_block_slow()
442 * So the locking for private_list is via the private_lock in the address_space
443 * which backs the buffers. Which is different from the address_space
444 * against which the buffers are listed. So for a particular address_space,
449 * Which introduces a requirement: all buffers on an address_space's
450 * ->private_list must be from the same address_space: the blockdev's.
462 * take an address_space, not an inode. And it should be called
477 * The buffer's backing address_space's private_lock must be held
570 int sync_mapping_buffers(struct address_space *mapping) sync_mapping_buffers()
572 struct address_space *buffer_mapping = mapping->private_data; sync_mapping_buffers()
601 struct address_space *mapping = inode->i_mapping; mark_buffer_dirty_inode()
602 struct address_space *buffer_mapping = bh->b_page->mapping; mark_buffer_dirty_inode()
628 struct address_space *mapping, int warn) __set_page_dirty()
666 * address_space though.
671 struct address_space *mapping = page_mapping(page); __set_page_dirty_buffers()
718 struct address_space *mapping; fsync_buffers_list()
805 struct address_space *mapping = &inode->i_data; invalidate_inode_buffers()
807 struct address_space *buffer_mapping = mapping->private_data; invalidate_inode_buffers()
828 struct address_space *mapping = &inode->i_data; remove_inode_buffers()
830 struct address_space *buffer_mapping = mapping->private_data; remove_inode_buffers()
1134 * backing page dirty, then tag the page as dirty in its address_space's radix
1135 * tree and then attach the address_space's inode to its superblock's dirty
1162 struct address_space *mapping = page_mapping(page); mark_buffer_dirty()
1195 struct address_space *buffer_mapping = bh->b_page->mapping; __bforget()
1670 * directly, with submit_bh(). At the address_space level PageWriteback
2008 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, block_write_begin()
2031 int block_write_end(struct file *file, struct address_space *mapping, block_write_end()
2067 int generic_write_end(struct file *file, struct address_space *mapping, generic_write_end()
2251 struct address_space *mapping = inode->i_mapping; generic_cont_expand_simple()
2274 static int cont_expand_zero(struct file *file, struct address_space *mapping, cont_expand_zero()
2352 int cont_write_begin(struct file *file, struct address_space *mapping, cont_write_begin()
2500 int nobh_write_begin(struct address_space *mapping, nobh_write_begin()
2641 int nobh_write_end(struct file *file, struct address_space *mapping, nobh_write_end()
2728 int nobh_truncate_page(struct address_space *mapping, nobh_truncate_page()
2806 int block_truncate_page(struct address_space *mapping, block_truncate_page()
2924 sector_t generic_block_bmap(struct address_space *mapping, sector_t block, generic_block_bmap()
3216 struct address_space * const mapping = page->mapping; try_to_free_buffers()
H A Dmpage.c314 * @mapping: the address_space
356 mpage_readpages(struct address_space *mapping, struct list_head *pages, mpage_readpages()
467 struct address_space *mapping = page->mapping; __mpage_writepage()
530 * block_read_full_page(). If this address_space is also __mpage_writepage()
676 mpage_writepages(struct address_space *mapping, mpage_writepages()
H A Ddax.c202 struct address_space *mapping = inode->i_mapping; dax_do_io()
236 static int dax_load_hole(struct address_space *mapping, struct page *page, dax_load_hole()
273 struct address_space *mapping = inode->i_mapping; dax_insert_mapping()
319 struct address_space *mapping = file->f_mapping; do_dax_fault()
H A Dsync.c270 * clearing the EIO and ENOSPC flags in the address_space.
282 struct address_space *mapping; SYSCALL_DEFINE4()
H A Dblock_dev.c65 struct address_space *mapping = bdev->bd_inode->i_mapping; kill_bdev()
78 struct address_space *mapping = bdev->bd_inode->i_mapping; invalidate_bdev()
293 static int blkdev_readpages(struct file *file, struct address_space *mapping, blkdev_readpages()
299 static int blkdev_write_begin(struct file *file, struct address_space *mapping, blkdev_write_begin()
307 static int blkdev_write_end(struct file *file, struct address_space *mapping, blkdev_write_end()
1774 struct address_space *mapping = inode->i_mapping; iterate_bdevs()
H A Dfs-writeback.c13 * Additions for address_space-based writeback
489 struct address_space *mapping = inode->i_mapping; __writeback_single_inode()
864 * dirtying-time in the inode's address_space. So this periodic writeback code
1381 struct address_space *mapping = inode->i_mapping; wait_sb_inodes()
H A Dlibfs.c396 int simple_write_begin(struct file *file, struct address_space *mapping, simple_write_begin()
441 int simple_write_end(struct file *file, struct address_space *mapping, simple_write_end()
936 * hanging off the address_space structure.
/linux-4.1.27/drivers/mtd/devices/
H A Dblock2mtd.c46 static struct page *page_read(struct address_space *mapping, int index) page_read()
54 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; _block2mtd_erase()
143 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; _block2mtd_write()
/linux-4.1.27/fs/sysv/
H A Ditree.c467 static void sysv_write_failed(struct address_space *mapping, loff_t to) sysv_write_failed()
477 static int sysv_write_begin(struct file *file, struct address_space *mapping, sysv_write_begin()
490 static sector_t sysv_bmap(struct address_space *mapping, sector_t block) sysv_bmap()
H A Ddir.c43 struct address_space *mapping = page->mapping; dir_commit_chunk()
61 struct address_space *mapping = dir->i_mapping; dir_get_page()
/linux-4.1.27/fs/minix/
H A Ddir.c55 struct address_space *mapping = page->mapping; dir_commit_chunk()
73 struct address_space *mapping = dir->i_mapping; dir_get_page()
462 struct address_space *mapping = page->mapping; minix_inode_by_name()
H A Dinode.c399 static void minix_write_failed(struct address_space *mapping, loff_t to) minix_write_failed()
409 static int minix_write_begin(struct file *file, struct address_space *mapping, minix_write_begin()
423 static sector_t minix_bmap(struct address_space *mapping, sector_t block) minix_bmap()
/linux-4.1.27/fs/f2fs/
H A Ddata.c910 struct address_space *mapping = inode->i_mapping; find_data_page()
983 struct address_space *mapping = inode->i_mapping; get_lock_data_page()
1059 struct address_space *mapping = inode->i_mapping; get_new_data_page()
1359 struct address_space *mapping, f2fs_read_data_pages()
1505 struct address_space *mapping = data; __f2fs_writepage()
1511 static int f2fs_write_data_pages(struct address_space *mapping, f2fs_write_data_pages()
1557 static void f2fs_write_failed(struct address_space *mapping, loff_t to) f2fs_write_failed()
1567 static int f2fs_write_begin(struct file *file, struct address_space *mapping, f2fs_write_begin()
1683 struct address_space *mapping, f2fs_write_end()
1724 struct address_space *mapping = file->f_mapping; f2fs_direct_IO()
1786 struct address_space *mapping = page->mapping; f2fs_set_data_page_dirty()
1808 static sector_t f2fs_bmap(struct address_space *mapping, sector_t block) f2fs_bmap()
H A Dcheckpoint.c34 struct address_space *mapping = META_MAPPING(sbi); grab_meta_page()
52 struct address_space *mapping = META_MAPPING(sbi); get_meta_page()
214 static int f2fs_write_meta_pages(struct address_space *mapping, f2fs_write_meta_pages()
243 struct address_space *mapping = META_MAPPING(sbi); sync_meta_pages()
H A Dfile.c278 static pgoff_t __get_first_dirty_index(struct address_space *mapping, __get_first_dirty_index()
748 struct address_space *mapping = inode->i_mapping; punch_hole()
/linux-4.1.27/fs/adfs/
H A Dinode.c48 static void adfs_write_failed(struct address_space *mapping, loff_t to) adfs_write_failed()
56 static int adfs_write_begin(struct file *file, struct address_space *mapping, adfs_write_begin()
72 static sector_t _adfs_bmap(struct address_space *mapping, sector_t block) _adfs_bmap()
/linux-4.1.27/drivers/rtc/
H A Drtc-cmos.c653 unsigned address_space; cmos_do_probe() local
688 address_space = 64; cmos_do_probe()
692 address_space = 128; cmos_do_probe()
695 address_space = 128; cmos_do_probe()
698 address_space = 256; cmos_do_probe()
712 if (info->address_space) cmos_do_probe()
713 address_space = info->address_space; cmos_do_probe()
796 nvram.size = address_space - NVRAM_OFFSET; cmos_do_probe()
/linux-4.1.27/fs/exofs/
H A Ddir.c65 struct address_space *mapping = page->mapping; exofs_commit_chunk()
165 struct address_space *mapping = dir->i_mapping; exofs_get_page()
527 struct address_space *mapping = page->mapping; exofs_delete_entry()
577 struct address_space *mapping = inode->i_mapping; exofs_make_empty()
H A Dexofs.h157 int exofs_write_begin(struct file *file, struct address_space *mapping,
H A Dinode.c473 static int exofs_readpages(struct file *file, struct address_space *mapping, exofs_readpages()
789 static int exofs_writepages(struct address_space *mapping, exofs_writepages()
867 int exofs_write_begin(struct file *file, struct address_space *mapping, exofs_write_begin()
920 struct address_space *mapping, exofs_write_begin_export()
930 static int exofs_write_end(struct file *file, struct address_space *mapping, exofs_write_end()
/linux-4.1.27/drivers/gpu/drm/ttm/
H A Dttm_tt.c291 struct address_space *swap_space; ttm_tt_swapin()
329 struct address_space *swap_space; ttm_tt_swapout()
/linux-4.1.27/fs/qnx6/
H A Ddir.c28 struct address_space *mapping = dir->i_mapping; qnx6_get_page()
58 struct address_space *mapping = sbi->longfile->i_mapping; qnx6_longname()
H A Dinode.c101 static int qnx6_readpages(struct file *file, struct address_space *mapping, qnx6_readpages()
186 struct address_space *mapping = root->i_mapping; qnx6_checkroot()
493 static sector_t qnx6_bmap(struct address_space *mapping, sector_t block) qnx6_bmap()
525 struct address_space *mapping; qnx6_iget()
/linux-4.1.27/fs/ufs/
H A Dutil.c234 * @mapping: the address_space to search
243 struct page *ufs_get_locked_page(struct address_space *mapping, ufs_get_locked_page()
H A Ddir.c45 struct address_space *mapping = page->mapping; ufs_commit_chunk()
192 struct address_space *mapping = dir->i_mapping; ufs_get_page()
562 struct address_space *mapping = inode->i_mapping; ufs_make_empty()
H A Dtruncate.c377 struct address_space *mapping = inode->i_mapping; ufs_alloc_lastblock()
H A Dinode.c529 static void ufs_write_failed(struct address_space *mapping, loff_t to) ufs_write_failed()
537 static int ufs_write_begin(struct file *file, struct address_space *mapping, ufs_write_begin()
551 static sector_t ufs_bmap(struct address_space *mapping, sector_t block) ufs_bmap()
H A Dutil.h281 extern struct page *ufs_get_locked_page(struct address_space *mapping,
/linux-4.1.27/fs/afs/
H A 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, afs_readpages()
H A Dwrite.c118 int afs_write_begin(struct file *file, struct address_space *mapping, afs_write_begin()
244 int afs_write_end(struct file *file, struct address_space *mapping, afs_write_end()
463 static int afs_writepages_region(struct address_space *mapping, afs_writepages_region()
537 int afs_writepages(struct address_space *mapping, afs_writepages()
660 struct address_space *mapping = vnode->vfs_inode.i_mapping; afs_writeback_all()
H A 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 *);
/linux-4.1.27/fs/hfs/
H A Dinode.c39 static void hfs_write_failed(struct address_space *mapping, loff_t to) hfs_write_failed()
49 static int hfs_write_begin(struct file *file, struct address_space *mapping, hfs_write_begin()
65 static sector_t hfs_bmap(struct address_space *mapping, sector_t block) hfs_bmap()
131 struct address_space *mapping = file->f_mapping; hfs_direct_IO()
153 static int hfs_writepages(struct address_space *mapping, hfs_writepages()
H A Dbtree.c22 struct address_space *mapping; hfs_btree_open()
H A Dbnode.c241 struct address_space *mapping; __hfs_bnode_create()
H A Dextent.c482 struct address_space *mapping = inode->i_mapping; hfs_file_truncate()
/linux-4.1.27/fs/affs/
H A Dfile.c381 static void affs_write_failed(struct address_space *mapping, loff_t to) affs_write_failed()
395 struct address_space *mapping = file->f_mapping; affs_direct_IO()
413 static int affs_write_begin(struct file *file, struct address_space *mapping, affs_write_begin()
429 static sector_t _affs_bmap(struct address_space *mapping, sector_t block) _affs_bmap()
630 static int affs_write_begin_ofs(struct file *file, struct address_space *mapping, affs_write_begin_ofs()
668 static int affs_write_end_ofs(struct file *file, struct address_space *mapping, affs_write_end_ofs()
854 struct address_space *mapping = inode->i_mapping; affs_truncate()
/linux-4.1.27/fs/ecryptfs/
H A Dmmap.c279 struct address_space *mapping, ecryptfs_write_begin()
479 struct address_space *mapping, ecryptfs_write_end()
541 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) ecryptfs_bmap()
/linux-4.1.27/arch/sh/mm/
H A Dcache-sh7705.c139 struct address_space *mapping = page_mapping(page); sh7705_flush_dcache_page()
H A Dcache-sh4.c115 struct address_space *mapping = page_mapping(page); sh4_flush_dcache_page()
/linux-4.1.27/arch/sparc/mm/
H A Dtlb.c110 struct address_space *mapping; tlb_batch_add()
/linux-4.1.27/fs/ntfs/
H A Daops.h86 static inline struct page *ntfs_map_page(struct address_space *mapping, ntfs_map_page()
H A Dbitmap.c52 struct address_space *mapping; __ntfs_bitmap_set_bits_in_run()
/linux-4.1.27/fs/reiserfs/
H A Dioctl.c176 struct address_space *mapping; reiserfs_unpack()
/linux-4.1.27/arch/mips/mm/
H A Dcache.c84 struct address_space *mapping = page_mapping(page); __flush_dcache_page()
/linux-4.1.27/fs/fat/
H A Dinode.c181 static int fat_writepages(struct address_space *mapping, fat_writepages()
192 static int fat_readpages(struct file *file, struct address_space *mapping, fat_readpages()
198 static void fat_write_failed(struct address_space *mapping, loff_t to) fat_write_failed()
208 static int fat_write_begin(struct file *file, struct address_space *mapping, fat_write_begin()
223 static int fat_write_end(struct file *file, struct address_space *mapping, fat_write_end()
244 struct address_space *mapping = file->f_mapping; fat_direct_IO()
275 static sector_t _fat_bmap(struct address_space *mapping, sector_t block) _fat_bmap()
1815 struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping; fat_flush_inodes()
H A Dfile.c183 struct address_space *mapping = inode->i_mapping; fat_cont_expand()
/linux-4.1.27/fs/hugetlbfs/
H A Dinode.c223 struct address_space *mapping = file->f_mapping; hugetlbfs_read_iter()
282 struct address_space *mapping, hugetlbfs_write_begin()
289 static int hugetlbfs_write_end(struct file *file, struct address_space *mapping, hugetlbfs_write_end()
307 struct address_space *mapping = &inode->i_data; truncate_hugepages()
379 struct address_space *mapping = inode->i_mapping; hugetlb_vmtruncate()
573 static int hugetlbfs_migrate_page(struct address_space *mapping, hugetlbfs_migrate_page()
/linux-4.1.27/fs/hostfs/
H A Dhostfs_kern.c409 struct address_space *mapping = page->mapping; hostfs_writepage()
470 static int hostfs_write_begin(struct file *file, struct address_space *mapping, hostfs_write_begin()
482 static int hostfs_write_end(struct file *file, struct address_space *mapping, hostfs_write_end()
/linux-4.1.27/drivers/gpu/drm/armada/
H A Darmada_gem.c214 struct address_space *mapping; armada_gem_alloc_object()
435 struct address_space *mapping; armada_gem_prime_map_dma_buf()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_vma_manager.c41 * caller which can then be used on the address_space of the drm-device. It
51 * You must not use multiple offset managers on a single address_space.
H A Ddrm_drv.c460 * We want to be able to allocate our own "struct address_space" to control
462 * stand-alone address_space objects, so we need an underlying inode. As there
H A Ddrm_fops.c95 /* share address_space across all char-devs of a single device */ drm_open()
/linux-4.1.27/fs/udf/
H A Dinode.c166 static void udf_write_failed(struct address_space *mapping, loff_t to) udf_write_failed()
188 static int udf_writepages(struct address_space *mapping, udf_writepages()
199 static int udf_readpages(struct file *file, struct address_space *mapping, udf_readpages()
205 static int udf_write_begin(struct file *file, struct address_space *mapping, udf_write_begin()
221 struct address_space *mapping = file->f_mapping; udf_direct_IO()
232 static sector_t udf_bmap(struct address_space *mapping, sector_t block) udf_bmap()
271 /* from now on we have normal address_space methods */ udf_expand_file_adinicb()
305 /* from now on we have normal address_space methods */ udf_expand_file_adinicb()
H A Dfile.c84 struct address_space *mapping, loff_t pos, udf_adinicb_write_begin()
/linux-4.1.27/drivers/misc/cxl/
H A Dcontext.c38 struct address_space *mapping) cxl_context_init()
H A Dcxl.h413 struct address_space *mapping;
629 struct address_space *mapping);
/linux-4.1.27/arch/xtensa/mm/
H A Dcache.c135 struct address_space *mapping = page_mapping(page); flush_dcache_page()
/linux-4.1.27/drivers/char/
H A Draw.c47 * point at the blockdev's address_space and set the file handle to use
/linux-4.1.27/arch/score/mm/
H A Dcache.c57 struct address_space *mapping = page_mapping(page); flush_dcache_page()
/linux-4.1.27/fs/efs/
H A Dinode.c20 static sector_t _efs_bmap(struct address_space *mapping, sector_t block) _efs_bmap()
/linux-4.1.27/fs/ext4/
H A Dreadpage.c133 int ext4_mpage_readpages(struct address_space *mapping, ext4_mpage_readpages()
H A Dinode.c1000 static int ext4_write_begin(struct file *file, struct address_space *mapping, ext4_write_begin()
1138 struct address_space *mapping, ext4_write_end()
1212 struct address_space *mapping, ext4_journalled_write_end()
1447 struct address_space *mapping = inode->i_mapping; mpage_release_unused_pages()
1709 struct address_space *mapping = page->mapping; __ext4_journalled_writepage()
2311 struct address_space *mapping = mpd->inode->i_mapping; mpage_prepare_extent_to_map()
2409 struct address_space *mapping = data; __writepage()
2415 static int ext4_writepages(struct address_space *mapping, ext4_writepages()
2652 static int ext4_da_write_begin(struct file *file, struct address_space *mapping, ext4_da_write_begin()
2773 struct address_space *mapping, ext4_da_write_end()
2905 static sector_t ext4_bmap(struct address_space *mapping, sector_t block) ext4_bmap()
2977 ext4_readpages(struct file *file, struct address_space *mapping, ext4_readpages()
3363 struct address_space *mapping, loff_t from, loff_t length) __ext4_block_zero_page_range()
3459 struct address_space *mapping, loff_t from, loff_t length) ext4_block_zero_page_range()
3485 struct address_space *mapping, loff_t from) ext4_block_truncate_page()
3502 struct address_space *mapping = inode->i_mapping; ext4_zero_partial_blocks()
3591 struct address_space *mapping = inode->i_mapping; ext4_punch_hole()
3777 struct address_space *mapping = inode->i_mapping; ext4_truncate()
5287 struct address_space *mapping = inode->i_mapping; ext4_page_mkwrite()
H A Dinline.c521 static int ext4_convert_inline_data_to_extent(struct address_space *mapping, ext4_convert_inline_data_to_extent()
640 int ext4_try_to_write_inline_data(struct address_space *mapping, ext4_try_to_write_inline_data()
787 static int ext4_da_convert_inline_data_to_extent(struct address_space *mapping, ext4_da_convert_inline_data_to_extent()
845 int ext4_da_write_inline_data_begin(struct address_space *mapping, ext4_da_write_inline_data_begin()
/linux-4.1.27/include/drm/
H A Ddrm_vma_manager.h231 struct address_space *file_mapping) drm_vma_node_unmap()
/linux-4.1.27/fs/fuse/
H A Dfile.c768 struct address_space *mapping = NULL; fuse_readpages_end()
869 static int fuse_readpages(struct file *file, struct address_space *mapping, fuse_readpages()
1023 struct address_space *mapping, fuse_fill_write_pages()
1095 struct address_space *mapping, fuse_perform_write()
1154 struct address_space *mapping = file->f_mapping; fuse_file_write_iter()
1607 struct address_space *mapping = page->mapping; fuse_writepage_locked()
1883 static int fuse_writepages(struct address_space *mapping, fuse_writepages()
1924 static int fuse_write_begin(struct file *file, struct address_space *mapping, fuse_write_begin()
1969 static int fuse_write_end(struct file *file, struct address_space *mapping, fuse_write_end()
2211 static sector_t fuse_bmap(struct address_space *mapping, sector_t block) fuse_bmap()
/linux-4.1.27/fs/xfs/
H A Dxfs_aops.c1202 struct address_space *mapping, xfs_vm_writepages()
1740 struct address_space *mapping, xfs_vm_write_begin()
1795 struct address_space *mapping, xfs_vm_write_end()
1825 struct address_space *mapping, xfs_vm_bmap()
1849 struct address_space *mapping, xfs_vm_readpages()
1872 struct address_space *mapping = page->mapping; xfs_vm_set_page_dirty()
H A Dxfs_file.c98 struct address_space *mapping; xfs_iozero()
660 struct address_space *mapping = file->f_mapping; xfs_file_dio_aio_write()
772 struct address_space *mapping = file->f_mapping; xfs_file_buffered_aio_write()
831 struct address_space *mapping = file->f_mapping; xfs_file_write_iter()
/linux-4.1.27/fs/qnx4/
H A Dinode.c251 static sector_t qnx4_bmap(struct address_space *mapping, sector_t block) qnx4_bmap()
/linux-4.1.27/fs/isofs/
H A Dcompress.c300 struct address_space *mapping = inode->i_mapping; zisofs_readpage()
/linux-4.1.27/fs/cachefiles/
H A Drdwr.c77 struct address_space *bmapping = d_backing_inode(object->backer)->i_mapping; cachefiles_read_reissue()
231 struct address_space *bmapping; cachefiles_read_backing_file_one()
471 struct address_space *bmapping = d_backing_inode(object->backer)->i_mapping; cachefiles_read_backing_file()
/linux-4.1.27/fs/fscache/
H A Dpage.c275 struct address_space *mapping, fscache_alloc_retrieval()
533 struct address_space *mapping, __fscache_read_or_alloc_pages()
1164 struct address_space *mapping = inode->i_mapping; __fscache_uncache_all_inode_pages()
/linux-4.1.27/include/drm/ttm/
H A Dttm_bo_driver.h506 * @dev_mapping: A pointer to the struct address_space representing the
537 struct address_space *dev_mapping;
728 struct address_space *mapping,
/linux-4.1.27/block/
H A Dpartition-generic.c554 struct address_space *mapping = bdev->bd_inode->i_mapping; read_dev_sector()
/linux-4.1.27/fs/ubifs/
H A Dfile.c221 static int write_begin_slow(struct address_space *mapping, write_begin_slow()
425 static int ubifs_write_begin(struct file *file, struct address_space *mapping, ubifs_write_begin()
540 static int ubifs_write_end(struct file *file, struct address_space *mapping, ubifs_write_end()
718 struct address_space *mapping = page1->mapping; ubifs_do_bulk_read()
/linux-4.1.27/include/trace/events/
H A Dwriteback.h57 TP_PROTO(struct page *page, struct address_space *mapping),
/linux-4.1.27/arch/parisc/kernel/
H A Dcache.c288 struct address_space *mapping = page_mapping(page); flush_dcache_page()
/linux-4.1.27/fs/cramfs/
H A Dinode.c167 struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping; cramfs_read()
/linux-4.1.27/fs/jbd2/
H A Dcommit.c195 static int journal_submit_inode_data_buffers(struct address_space *mapping) journal_submit_inode_data_buffers()
222 struct address_space *mapping; journal_submit_data_buffers()
/linux-4.1.27/fs/befs/
H A Dlinuxvfs.c39 static sector_t befs_bmap(struct address_space *mapping, sector_t block);
108 befs_bmap(struct address_space *mapping, sector_t block) befs_bmap()

Completed in 2986 milliseconds

12