Home
last modified time | relevance | path

Searched refs:address_space (Results 1 – 25 of 258) sorted by relevance

1234567891011

/linux-3.4.99/include/linux/
Dpagemap.h29 static inline void mapping_set_error(struct address_space *mapping, int error) in mapping_set_error()
39 static inline void mapping_set_unevictable(struct address_space *mapping) in mapping_set_unevictable()
44 static inline void mapping_clear_unevictable(struct address_space *mapping) in mapping_clear_unevictable()
49 static inline int mapping_unevictable(struct address_space *mapping) in mapping_unevictable()
56 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) in mapping_gfp_mask()
65 static inline void mapping_set_gfp_mask(struct address_space *m, gfp_t mask) in mapping_set_gfp_mask()
212 static inline struct page *page_cache_alloc(struct address_space *x) in page_cache_alloc()
217 static inline struct page *page_cache_alloc_cold(struct address_space *x) in page_cache_alloc_cold()
222 static inline struct page *page_cache_alloc_readahead(struct address_space *x) in page_cache_alloc_readahead()
230 extern struct page * find_get_page(struct address_space *mapping,
[all …]
Dbuffer_head.h47 struct address_space;
72 struct address_space *b_assoc_map; /* mapping this buffer is
161 int sync_mapping_buffers(struct address_space *mapping);
204 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len,
208 int block_write_end(struct file *, struct address_space *,
211 int generic_write_end(struct file *, struct address_space *,
215 int cont_write_begin(struct file *, struct address_space *, loff_t,
238 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
239 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
240 int nobh_write_begin(struct address_space *, loff_t, unsigned, unsigned,
[all …]
Dwriteback.h169 void balance_dirty_pages_ratelimited_nr(struct address_space *mapping,
173 balance_dirty_pages_ratelimited(struct address_space *mapping) in balance_dirty_pages_ratelimited()
181 int generic_writepages(struct address_space *mapping,
183 void tag_pages_for_writeback(struct address_space *mapping,
185 int write_cache_pages(struct address_space *mapping,
188 int do_writepages(struct address_space *mapping, struct writeback_control *wbc);
191 void tag_pages_for_writeback(struct address_space *mapping,
Dcleancache.h42 extern void __cleancache_invalidate_page(struct address_space *, struct page *);
43 extern void __cleancache_invalidate_inode(struct address_space *);
52 static inline bool cleancache_fs_enabled_mapping(struct address_space *mapping) in cleancache_fs_enabled_mapping()
102 static inline void cleancache_invalidate_page(struct address_space *mapping, in cleancache_invalidate_page()
110 static inline void cleancache_invalidate_inode(struct address_space *mapping) in cleancache_invalidate_inode()
Dmigrate.h13 extern int migrate_page(struct address_space *,
22 extern int fail_migrate_page(struct address_space *,
31 extern int migrate_huge_page_move_mapping(struct address_space *mapping,
56 static inline int migrate_huge_page_move_mapping(struct address_space *mapping, in migrate_huge_page_move_mapping()
Dshmem_fs.h51 extern void shmem_unlock_mapping(struct address_space *mapping);
52 extern struct page *shmem_read_mapping_page_gfp(struct address_space *mapping,
58 struct address_space *mapping, pgoff_t index) in shmem_read_mapping_page()
Dcompiler.h7 # define __user __attribute__((noderef, address_space(1)))
8 # define __kernel __attribute__((address_space(0)))
12 # define __iomem __attribute__((noderef, address_space(2)))
18 # define __percpu __attribute__((noderef, address_space(3)))
20 # define __rcu __attribute__((noderef, address_space(4)))
Dpagevec.h15 struct address_space;
25 unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping,
28 struct address_space *mapping, pgoff_t *index, int tag,
Dfs.h533 struct address_space;
595 int (*writepages)(struct address_space *, struct writeback_control *);
600 int (*readpages)(struct file *filp, struct address_space *mapping,
603 int (*write_begin)(struct file *, struct address_space *mapping,
606 int (*write_end)(struct file *, struct address_space *mapping,
611 sector_t (*bmap)(struct address_space *, sector_t);
617 int (*get_xip_mem)(struct address_space *, pgoff_t, int,
623 int (*migratepage) (struct address_space *,
628 int (*error_remove_page)(struct address_space *, struct page *);
637 int pagecache_write_begin(struct file *, struct address_space *mapping,
[all …]
Dmpage.h16 int mpage_readpages(struct address_space *mapping, struct list_head *pages,
19 int mpage_writepages(struct address_space *mapping,
/linux-3.4.99/fs/nilfs2/
Dbtnode.h40 void nilfs_btnode_cache_clear(struct address_space *);
41 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
43 int nilfs_btnode_submit_block(struct address_space *, __u64, sector_t, int,
46 int nilfs_btnode_prepare_change_key(struct address_space *,
48 void nilfs_btnode_commit_change_key(struct address_space *,
50 void nilfs_btnode_abort_change_key(struct address_space *,
Dpage.h49 struct buffer_head *nilfs_grab_buffer(struct inode *, struct address_space *,
56 int nilfs_copy_dirty_pages(struct address_space *, struct address_space *);
57 void nilfs_copy_back_pages(struct address_space *, struct address_space *);
58 void nilfs_clear_dirty_pages(struct address_space *);
59 void nilfs_mapping_init(struct address_space *mapping, struct inode *inode,
Dbtnode.c37 void nilfs_btnode_cache_clear(struct address_space *btnc) in nilfs_btnode_cache_clear()
44 nilfs_btnode_create_block(struct address_space *btnc, __u64 blocknr) in nilfs_btnode_create_block()
69 int nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr, in nilfs_btnode_submit_block()
144 struct address_space *mapping; in nilfs_btnode_delete()
170 int nilfs_btnode_prepare_change_key(struct address_space *btnc, in nilfs_btnode_prepare_change_key()
240 void nilfs_btnode_commit_change_key(struct address_space *btnc, in nilfs_btnode_commit_change_key()
281 void nilfs_btnode_abort_change_key(struct address_space *btnc, in nilfs_btnode_abort_change_key()
Dpage.c62 struct address_space *mapping, in nilfs_grab_buffer()
172 struct address_space *m; in nilfs_page_bug()
257 int nilfs_copy_dirty_pages(struct address_space *dmap, in nilfs_copy_dirty_pages()
258 struct address_space *smap) in nilfs_copy_dirty_pages()
312 void nilfs_copy_back_pages(struct address_space *dmap, in nilfs_copy_back_pages()
313 struct address_space *smap) in nilfs_copy_back_pages()
374 void nilfs_clear_dirty_pages(struct address_space *mapping) in nilfs_clear_dirty_pages()
430 void nilfs_mapping_init(struct address_space *mapping, struct inode *inode, in nilfs_mapping_init()
454 struct address_space *mapping = page->mapping; in __nilfs_clear_page_dirty()
/linux-3.4.99/drivers/acpi/acpica/
Devregion.c179 if (handler_obj->address_space.space_id == space_id) { in acpi_ev_has_default_handler()
180 if (handler_obj->address_space.handler_flags & in acpi_ev_has_default_handler()
186 handler_obj = handler_obj->address_space.next; in acpi_ev_has_default_handler()
381 context = handler_desc->address_space.context; in acpi_ev_address_space_dispatch()
391 region_setup = handler_desc->address_space.setup; in acpi_ev_address_space_dispatch()
452 handler = handler_desc->address_space.handler; in acpi_ev_address_space_dispatch()
456 &region_obj->region.handler->address_space, handler, in acpi_ev_address_space_dispatch()
481 if (!(handler_desc->address_space.handler_flags & in acpi_ev_address_space_dispatch()
504 if (!(handler_desc->address_space.handler_flags & in acpi_ev_address_space_dispatch()
562 obj_desc = handler_obj->address_space.region_list; in acpi_ev_detach_region()
[all …]
Devxfregn.c222 if (handler_obj->address_space.space_id == space_id) { in ACPI_EXPORT_SYMBOL()
226 if (handler_obj->address_space.handler != handler) { in ACPI_EXPORT_SYMBOL()
240 region_obj = handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL()
259 handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL()
265 *last_obj_ptr = handler_obj->address_space.next; in ACPI_EXPORT_SYMBOL()
275 last_obj_ptr = &handler_obj->address_space.next; in ACPI_EXPORT_SYMBOL()
276 handler_obj = handler_obj->address_space.next; in ACPI_EXPORT_SYMBOL()
Dutdelete.c159 next_desc = handler_desc->address_space.next; in acpi_ut_delete_internal_obj()
237 handler_desc->address_space.region_list; in acpi_ut_delete_internal_obj()
239 &handler_desc->address_space.region_list; in acpi_ut_delete_internal_obj()
256 if (handler_desc->address_space.handler_flags & in acpi_ut_delete_internal_obj()
261 if (handler_desc->address_space.setup) { in acpi_ut_delete_internal_obj()
263 address_space.setup(object, in acpi_ut_delete_internal_obj()
266 address_space. in acpi_ut_delete_internal_obj()
/linux-3.4.99/mm/
Dtruncate.c77 struct address_space *mapping = page->mapping; in cancel_dirty_page()
100 truncate_complete_page(struct address_space *mapping, struct page *page) in truncate_complete_page()
125 invalidate_complete_page(struct address_space *mapping, struct page *page) in invalidate_complete_page()
141 int truncate_inode_page(struct address_space *mapping, struct page *page) in truncate_inode_page()
154 int generic_error_remove_page(struct address_space *mapping, struct page *page) in generic_error_remove_page()
176 struct address_space *mapping = page_mapping(page); in invalidate_inode_page()
206 void truncate_inode_pages_range(struct address_space *mapping, in truncate_inode_pages_range()
311 void truncate_inode_pages(struct address_space *mapping, loff_t lstart) in truncate_inode_pages()
330 unsigned long invalidate_mapping_pages(struct address_space *mapping, in invalidate_mapping_pages()
389 invalidate_complete_page2(struct address_space *mapping, struct page *page) in invalidate_complete_page2()
[all …]
Dreadahead.c26 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init()
42 static void read_cache_pages_invalidate_page(struct address_space *mapping, in read_cache_pages_invalidate_page()
59 static void read_cache_pages_invalidate_pages(struct address_space *mapping, in read_cache_pages_invalidate_pages()
81 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages()
109 static int read_pages(struct address_space *mapping, struct file *filp, in read_pages()
151 __do_page_cache_readahead(struct address_space *mapping, struct file *filp, in __do_page_cache_readahead()
209 int force_page_cache_readahead(struct address_space *mapping, struct file *filp, in force_page_cache_readahead()
252 struct address_space *mapping, struct file *filp) in ra_submit()
345 static pgoff_t count_history_pages(struct address_space *mapping, in count_history_pages()
361 static int try_context_readahead(struct address_space *mapping, in try_context_readahead()
[all …]
Dfilemap.c115 struct address_space *mapping = page->mapping; in __delete_from_page_cache()
159 struct address_space *mapping = page->mapping; in delete_from_page_cache()
203 int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in __filemap_fdatawrite_range()
221 static inline int __filemap_fdatawrite(struct address_space *mapping, in __filemap_fdatawrite()
227 int filemap_fdatawrite(struct address_space *mapping) in filemap_fdatawrite()
233 int filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in filemap_fdatawrite_range()
247 int filemap_flush(struct address_space *mapping) in filemap_flush()
262 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, in filemap_fdatawait_range()
313 int filemap_fdatawait(struct address_space *mapping) in filemap_fdatawait()
324 int filemap_write_and_wait(struct address_space *mapping) in filemap_write_and_wait()
[all …]
/linux-3.4.99/fs/xfs/
Dxfs_fs_subr.c47 struct address_space *mapping = VFS_I(ip)->i_mapping; in xfs_flushinval_pages()
68 struct address_space *mapping = VFS_I(ip)->i_mapping; in xfs_flush_pages()
89 struct address_space *mapping = VFS_I(ip)->i_mapping; in xfs_wait_on_pages()
/linux-3.4.99/fs/freevxfs/
Dvxfs_subr.c42 static sector_t vxfs_bmap(struct address_space *, sector_t);
68 vxfs_get_page(struct address_space *mapping, u_long n) in vxfs_get_page()
180 vxfs_bmap(struct address_space *mapping, sector_t block) in vxfs_bmap()
/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dspufs.h84 struct address_space *local_store; /* local store mapping. */
85 struct address_space *mfc; /* 'mfc' area mappings. */
86 struct address_space *cntl; /* 'control' area mappings. */
87 struct address_space *signal1; /* 'signal1' area mappings. */
88 struct address_space *signal2; /* 'signal2' area mappings. */
89 struct address_space *mss; /* 'mss' area mappings. */
90 struct address_space *psmap; /* 'psmap' area mappings. */
/linux-3.4.99/arch/arm/mm/
Dflush.c163 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page()
195 static void __flush_dcache_aliases(struct address_space *mapping, struct page *page) in __flush_dcache_aliases()
232 struct address_space *mapping; in __sync_icache_dcache()
276 struct address_space *mapping; in flush_dcache_page()
313 struct address_space *mapping; in flush_kernel_dcache_page()
/linux-3.4.99/fs/cifs/
Dfscache.h54 struct address_space *,
77 struct address_space *mapping, in cifs_readpages_from_fscache()
124 struct address_space *mapping, in cifs_readpages_from_fscache()

1234567891011