/linux-4.1.27/fs/nilfs2/ |
H A D | btnode.h | 46 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 D | page.h | 49 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 D | btnode.c | 37 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 D | page.c | 62 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 D | mdt.h | 40 struct address_space frozen_data; 41 struct address_space frozen_btnodes;
|
H A D | nilfs.h | 59 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 D | dir.c | 90 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 D | inode.c | 165 * @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 D | pagevec.h | 15 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 D | pagemap.h | 30 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 D | shmem_fs.h | 56 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 D | migrate.h | 32 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 D | cleancache.h | 45 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 D | buffer_head.h | 50 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 D | writeback.h | 170 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 D | nfs_fs.h | 337 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 D | compiler.h | 7 # 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 D | fs.h | 315 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 D | mc146818rtc.h | 36 int address_space; member in struct:cmos_rtc_board_info
|
H A D | backing-dev.h | 305 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 D | mm.h | 651 * 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 D | swap.h | 115 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 D | mm_types.h | 23 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 D | page-flags.h | 294 * 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 D | fscache.h | 144 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 D | evhandler.c | 167 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 D | evxfregn.c | 224 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 D | evregion.c | 168 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 ®ion_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 D | utdelete.c | 160 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 D | evrgnini.c | 3 * 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 D | exdump.c | 241 {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 D | acobject.h | 410 struct acpi_object_addr_handler address_space; member in union:acpi_operand_object
|
/linux-4.1.27/mm/ |
H A D | swap_state.c | 35 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 D | readahead.c | 2 * 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 D | filemap.c | 111 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 D | truncate.c | 26 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 D | page_io.c | 140 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 D | shmem.c | 253 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 D | fadvise.c | 32 struct address_space *mapping; SYSCALL_DEFINE4()
|
H A D | workingset.c | 213 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 D | page-writeback.c | 8 * 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 D | cleancache.c | 244 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 D | swap.c | 1059 * @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 D | rmap.c | 910 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 D | internal.h | 25 extern int __do_page_cache_readahead(struct address_space *mapping, 33 struct address_space *mapping, struct file *filp) ra_submit()
|
H A D | util.c | 338 /* 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 D | mincore.c | 49 static unsigned char mincore_page(struct address_space *mapping, pgoff_t pgoff) mincore_page()
|
H A D | migrate.c | 308 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 D | memory-failure.c | 81 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 D | hugetlb.c | 513 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 D | madvise.c | 189 struct address_space *mapping) force_shm_swapin_readahead()
|
H A D | mremap.c | 93 struct address_space *mapping = NULL; move_ptes()
|
H A D | mmap.c | 238 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 D | vmscan.c | 469 * -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 D | file.c | 122 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 D | platform.c | 26 .address_space = 64,
|
/linux-4.1.27/fs/9p/ |
H A D | cache.h | 49 struct address_space *mapping, 74 struct address_space *mapping, v9fs_readpages_from_fscache() 130 struct address_space *mapping, v9fs_readpages_from_fscache()
|
H A D | vfs_addr.c | 111 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 D | cache.c | 356 struct address_space *mapping, __v9fs_readpages_from_fscache()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
H A D | framebuffer.h | 32 struct address_space *addr_space;
|
/linux-4.1.27/arch/unicore32/mm/ |
H A D | mm.h | 38 extern void __flush_dcache_page(struct address_space *, struct page *);
|
H A D | flush.c | 61 void __flush_dcache_page(struct address_space *mapping, struct page *page) __flush_dcache_page() 77 struct address_space *mapping; flush_dcache_page()
|
H A D | mmu.c | 492 struct address_space *mapping; update_mmu_cache()
|
/linux-4.1.27/fs/btrfs/ |
H A D | compression.h | 25 int btrfs_compress_pages(int type, struct address_space *mapping, 57 struct address_space *mapping,
|
H A D | extent_io.h | 96 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 D | lzo.c | 88 struct address_space *mapping, lzo_compress_pages()
|
H A D | zlib.c | 75 struct address_space *mapping, zlib_compress_pages()
|
H A D | compression.c | 456 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 D | spufs.h | 83 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 D | file.c | 292 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 D | file.c | 162 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 D | fscache.h | 54 struct address_space *, 78 struct address_space *mapping, cifs_readpages_from_fscache() 132 struct address_space *mapping, cifs_readpages_from_fscache()
|
H A D | fscache.c | 185 struct address_space *mapping, __cifs_readpages_from_fscache()
|
H A D | file.c | 1835 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 D | vxfs_subr.c | 42 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 D | vxfs_extern.h | 77 extern struct page * vxfs_get_page(struct address_space *, u_long);
|
/linux-4.1.27/fs/gfs2/ |
H A D | main.c | 64 struct address_space *mapping = (struct address_space *)(gl + 1); gfs2_init_gl_aspace_once() 106 sizeof(struct address_space), init_gfs2_fs()
|
H A D | meta_io.h | 43 static inline struct gfs2_sbd *gfs2_mapping2sbd(struct address_space *mapping) gfs2_mapping2sbd()
|
H A D | aops.c | 214 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 D | glops.c | 143 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 D | glock.h | 174 static inline struct address_space *gfs2_glock2aspace(struct gfs2_glock *gl) gfs2_glock2aspace() 177 return (struct address_space *)(gl + 1); gfs2_glock2aspace()
|
H A D | meta_io.c | 116 struct address_space *mapping = gfs2_glock2aspace(gl); gfs2_getbuf() 266 struct address_space *mapping = bh->b_page->mapping; gfs2_remove_from_journal()
|
H A D | trans.c | 162 struct address_space *mapping = bh->b_page->mapping; gfs2_trans_add_data()
|
/linux-4.1.27/fs/jfs/ |
H A D | inode.c | 287 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 D | jfs_metapage.c | 592 struct address_space *mapping; __get_metapage() 776 struct address_space *mapping = __invalidate_metapages()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | aops.h | 46 int ocfs2_write_end_nolock(struct address_space *mapping, 51 struct address_space *mapping,
|
H A D | mmap.c | 66 struct address_space *mapping = inode->i_mapping; __ocfs2_page_mkwrite()
|
H A D | aops.c | 354 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 D | file.c | 24 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 D | dev_mtd.c | 76 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 D | dev_bdev.c | 80 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 D | file.c | 12 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 D | segment.c | 56 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 D | super.c | 24 struct page *emergency_read_begin(struct address_space *mapping, pgoff_t index) emergency_read_begin()
|
/linux-4.1.27/arch/nios2/mm/ |
H A D | cacheflush.c | 89 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 D | flush.c | 187 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 D | mm.h | 51 extern void __flush_dcache_page(struct address_space *mapping, struct page *page);
|
H A D | fault-armv.c | 132 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 D | rw26.c | 63 * 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 D | rw.c | 63 * 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 D | llite_internal.h | 723 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 D | llite_mmap.c | 453 int ll_teardown_mmaps(struct address_space *mapping, __u64 first, __u64 last) ll_teardown_mmaps()
|
H A D | vvp_page.c | 140 struct address_space *mapping; vvp_page_discard()
|
/linux-4.1.27/fs/hfsplus/ |
H A D | bitmap.c | 23 struct address_space *mapping; hfsplus_block_allocate() 167 struct address_space *mapping; hfsplus_block_free()
|
H A D | inode.c | 34 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 D | btree.c | 136 struct address_space *mapping; hfs_btree_open()
|
H A D | bnode.c | 405 struct address_space *mapping; __hfs_bnode_create()
|
H A D | extents.c | 543 struct address_space *mapping = inode->i_mapping; hfsplus_file_truncate()
|
/linux-4.1.27/fs/ceph/ |
H A D | cache.h | 44 struct address_space *mapping, 132 struct address_space *mapping, ceph_readpages_from_fscache()
|
H A D | addr.c | 71 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 D | cache.c | 280 struct address_space *mapping, ceph_readpages_from_fscache()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/ |
H A D | lustre_patchless_compat.h | 50 truncate_complete_page(struct address_space *mapping, struct page *page) truncate_complete_page()
|
/linux-4.1.27/fs/ext2/ |
H A D | file.c | 78 struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping; ext2_fsync()
|
H A D | inode.c | 55 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 D | dir.c | 95 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 D | fscache.h | 89 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 D | file.c | 354 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 D | inode.c | 146 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 D | fscache.c | 368 struct address_space *mapping, __nfs_readpages_from_fscache()
|
H A D | read.c | 368 int nfs_readpages(struct file *filp, struct address_space *mapping, nfs_readpages()
|
H A D | direct.c | 571 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 D | buffer.c | 201 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 D | mpage.c | 314 * @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 D | dax.c | 202 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 D | sync.c | 270 * clearing the EIO and ENOSPC flags in the address_space. 282 struct address_space *mapping; SYSCALL_DEFINE4()
|
H A D | block_dev.c | 65 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 D | fs-writeback.c | 13 * 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 D | libfs.c | 396 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 D | block2mtd.c | 46 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 D | itree.c | 467 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 D | dir.c | 43 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 D | dir.c | 55 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 D | inode.c | 399 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 D | data.c | 910 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 D | checkpoint.c | 34 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 D | file.c | 278 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 D | inode.c | 48 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 D | rtc-cmos.c | 653 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 D | dir.c | 65 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 D | exofs.h | 157 int exofs_write_begin(struct file *file, struct address_space *mapping,
|
H A D | inode.c | 473 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 D | ttm_tt.c | 291 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 D | dir.c | 28 struct address_space *mapping = dir->i_mapping; qnx6_get_page() 58 struct address_space *mapping = sbi->longfile->i_mapping; qnx6_longname()
|
H A D | inode.c | 101 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 D | util.c | 234 * @mapping: the address_space to search 243 struct page *ufs_get_locked_page(struct address_space *mapping, ufs_get_locked_page()
|
H A D | dir.c | 45 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 D | truncate.c | 377 struct address_space *mapping = inode->i_mapping; ufs_alloc_lastblock()
|
H A D | inode.c | 529 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 D | util.h | 281 extern struct page *ufs_get_locked_page(struct address_space *mapping,
|
/linux-4.1.27/fs/afs/ |
H A D | file.c | 27 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 D | write.c | 118 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 D | internal.h | 86 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 D | inode.c | 39 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 D | btree.c | 22 struct address_space *mapping; hfs_btree_open()
|
H A D | bnode.c | 241 struct address_space *mapping; __hfs_bnode_create()
|
H A D | extent.c | 482 struct address_space *mapping = inode->i_mapping; hfs_file_truncate()
|
/linux-4.1.27/fs/affs/ |
H A D | file.c | 381 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 D | mmap.c | 279 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 D | cache-sh7705.c | 139 struct address_space *mapping = page_mapping(page); sh7705_flush_dcache_page()
|
H A D | cache-sh4.c | 115 struct address_space *mapping = page_mapping(page); sh4_flush_dcache_page()
|
/linux-4.1.27/arch/sparc/mm/ |
H A D | tlb.c | 110 struct address_space *mapping; tlb_batch_add()
|
/linux-4.1.27/fs/ntfs/ |
H A D | aops.h | 86 static inline struct page *ntfs_map_page(struct address_space *mapping, ntfs_map_page()
|
H A D | bitmap.c | 52 struct address_space *mapping; __ntfs_bitmap_set_bits_in_run()
|
/linux-4.1.27/fs/reiserfs/ |
H A D | ioctl.c | 176 struct address_space *mapping; reiserfs_unpack()
|
/linux-4.1.27/arch/mips/mm/ |
H A D | cache.c | 84 struct address_space *mapping = page_mapping(page); __flush_dcache_page()
|
/linux-4.1.27/fs/fat/ |
H A D | inode.c | 181 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 D | file.c | 183 struct address_space *mapping = inode->i_mapping; fat_cont_expand()
|
/linux-4.1.27/fs/hugetlbfs/ |
H A D | inode.c | 223 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 D | hostfs_kern.c | 409 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 D | armada_gem.c | 214 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 D | drm_vma_manager.c | 41 * 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 D | drm_drv.c | 460 * 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 D | drm_fops.c | 95 /* share address_space across all char-devs of a single device */ drm_open()
|
/linux-4.1.27/fs/udf/ |
H A D | inode.c | 166 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 D | file.c | 84 struct address_space *mapping, loff_t pos, udf_adinicb_write_begin()
|
/linux-4.1.27/drivers/misc/cxl/ |
H A D | context.c | 38 struct address_space *mapping) cxl_context_init()
|
H A D | cxl.h | 413 struct address_space *mapping; 629 struct address_space *mapping);
|
/linux-4.1.27/arch/xtensa/mm/ |
H A D | cache.c | 135 struct address_space *mapping = page_mapping(page); flush_dcache_page()
|
/linux-4.1.27/drivers/char/ |
H A D | raw.c | 47 * point at the blockdev's address_space and set the file handle to use
|
/linux-4.1.27/arch/score/mm/ |
H A D | cache.c | 57 struct address_space *mapping = page_mapping(page); flush_dcache_page()
|
/linux-4.1.27/fs/efs/ |
H A D | inode.c | 20 static sector_t _efs_bmap(struct address_space *mapping, sector_t block) _efs_bmap()
|
/linux-4.1.27/fs/ext4/ |
H A D | readpage.c | 133 int ext4_mpage_readpages(struct address_space *mapping, ext4_mpage_readpages()
|
H A D | inode.c | 1000 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 D | inline.c | 521 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 D | drm_vma_manager.h | 231 struct address_space *file_mapping) drm_vma_node_unmap()
|
/linux-4.1.27/fs/fuse/ |
H A D | file.c | 768 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 D | xfs_aops.c | 1202 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 D | xfs_file.c | 98 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 D | inode.c | 251 static sector_t qnx4_bmap(struct address_space *mapping, sector_t block) qnx4_bmap()
|
/linux-4.1.27/fs/isofs/ |
H A D | compress.c | 300 struct address_space *mapping = inode->i_mapping; zisofs_readpage()
|
/linux-4.1.27/fs/cachefiles/ |
H A D | rdwr.c | 77 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 D | page.c | 275 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 D | ttm_bo_driver.h | 506 * @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 D | partition-generic.c | 554 struct address_space *mapping = bdev->bd_inode->i_mapping; read_dev_sector()
|
/linux-4.1.27/fs/ubifs/ |
H A D | file.c | 221 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 D | writeback.h | 57 TP_PROTO(struct page *page, struct address_space *mapping),
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | cache.c | 288 struct address_space *mapping = page_mapping(page); flush_dcache_page()
|
/linux-4.1.27/fs/cramfs/ |
H A D | inode.c | 167 struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping; cramfs_read()
|
/linux-4.1.27/fs/jbd2/ |
H A D | commit.c | 195 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 D | linuxvfs.c | 39 static sector_t befs_bmap(struct address_space *mapping, sector_t block); 108 befs_bmap(struct address_space *mapping, sector_t block) befs_bmap()
|