Searched refs:address_space (Results 1 - 25 of 242) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dbtnode.h40 void nilfs_btnode_cache_init_once(struct address_space *);
41 void nilfs_btnode_cache_init(struct address_space *, struct backing_dev_info *);
42 void nilfs_btnode_cache_clear(struct address_space *);
43 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
45 int nilfs_btnode_submit_block(struct address_space *, __u64, sector_t, int,
48 int nilfs_btnode_prepare_change_key(struct address_space *,
50 void nilfs_btnode_commit_change_key(struct address_space *,
52 void nilfs_btnode_abort_change_key(struct address_space *,
H A Dpage.h49 struct buffer_head *nilfs_grab_buffer(struct inode *, struct address_space *,
59 int nilfs_copy_dirty_pages(struct address_space *, struct address_space *);
60 void nilfs_copy_back_pages(struct address_space *, struct address_space *);
61 void nilfs_clear_dirty_pages(struct address_space *);
H A Dbtnode.c38 void nilfs_btnode_cache_init_once(struct address_space *btnc)
55 void nilfs_btnode_cache_init(struct address_space *btnc,
66 void nilfs_btnode_cache_clear(struct address_space *btnc)
73 nilfs_btnode_create_block(struct address_space *btnc, __u64 blocknr)
98 int nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr,
173 struct address_space *mapping;
199 int nilfs_btnode_prepare_change_key(struct address_space *btnc,
269 void nilfs_btnode_commit_change_key(struct address_space *btnc,
310 void nilfs_btnode_abort_change_key(struct address_space *btnc,
H A Dgcdat.c54 struct address_space *mapping = dat->i_mapping;
55 struct address_space *gmapping = gcdat->i_mapping;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmpage.h16 int mpage_readpages(struct address_space *mapping, struct list_head *pages,
19 int mpage_writepages(struct address_space *mapping,
H A Dpagemap.h29 static inline void mapping_set_error(struct address_space *mapping, int error)
39 static inline void mapping_set_unevictable(struct address_space *mapping)
44 static inline void mapping_clear_unevictable(struct address_space *mapping)
49 static inline int mapping_unevictable(struct address_space *mapping)
56 static inline gfp_t mapping_gfp_mask(struct address_space * mapping)
65 static inline void mapping_set_gfp_mask(struct address_space *m, gfp_t mask)
212 static inline struct page *page_cache_alloc(struct address_space *x)
217 static inline struct page *page_cache_alloc_cold(struct address_space *x)
224 extern struct page * find_get_page(struct address_space *mapping,
226 extern struct page * find_lock_page(struct address_space *mappin
[all...]
H A Dmigrate.h13 extern int migrate_page(struct address_space *,
18 extern int fail_migrate_page(struct address_space *,
H A Dwriteback.h132 void balance_dirty_pages_ratelimited_nr(struct address_space *mapping,
136 balance_dirty_pages_ratelimited(struct address_space *mapping)
144 int generic_writepages(struct address_space *mapping,
146 int write_cache_pages(struct address_space *mapping,
149 int do_writepages(struct address_space *mapping, struct writeback_control *wbc);
H A Dbuffer_head.h48 struct address_space;
73 struct address_space *b_assoc_map; /* mapping this buffer is
163 int sync_mapping_buffers(struct address_space *mapping);
206 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len,
210 int block_write_end(struct file *, struct address_space *,
213 int generic_write_end(struct file *, struct address_space *,
218 int cont_write_begin(struct file *, struct address_space *, loff_t,
226 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
227 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
228 int nobh_write_begin(struct address_space *, loff_
[all...]
H A Dpagevec.h15 struct address_space;
27 unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping,
30 struct address_space *mapping, pgoff_t *index, int tag,
H A Dcompiler.h7 # define __user __attribute__((noderef, address_space(1)))
8 # define __kernel __attribute__((address_space(0)))
12 # define __iomem __attribute__((noderef, address_space(2)))
18 # define __percpu __attribute__((noderef, address_space(3)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_fs_subr.c35 struct address_space *mapping = VFS_I(ip)->i_mapping;
48 struct address_space *mapping = VFS_I(ip)->i_mapping;
70 struct address_space *mapping = VFS_I(ip)->i_mapping;
92 struct address_space *mapping = VFS_I(ip)->i_mapping;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Devxfregn.c184 if (handler_obj->address_space.space_id == space_id) {
188 if (handler_obj->address_space.handler != handler) {
202 region_obj = handler_obj->address_space.region_list;
221 handler_obj->address_space.region_list;
227 *last_obj_ptr = handler_obj->address_space.next;
237 last_obj_ptr = &handler_obj->address_space.next;
238 handler_obj = handler_obj->address_space.next;
H A Devregion.c3 * Module Name: evregion - ACPI address_space (op_region) handler dispatch
177 if (handler_obj->address_space.space_id == space_id) {
178 if (handler_obj->address_space.handler_flags &
184 handler_obj = handler_obj->address_space.next;
382 region_setup = handler_desc->address_space.setup;
403 handler_desc->address_space.context,
444 handler = handler_desc->address_space.handler;
448 &region_obj->region.handler->address_space, handler,
454 if (!(handler_desc->address_space.handler_flags &
468 bit_width, value, handler_desc->address_space
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dxip.h17 int ext2_get_xip_mem(struct address_space *, pgoff_t, int,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dmm.h27 extern void __flush_dcache_page(struct address_space *mapping, struct page *page);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_subr.c42 static sector_t vxfs_bmap(struct address_space *, sector_t);
69 vxfs_get_page(struct address_space *mapping, u_long n)
181 vxfs_bmap(struct address_space *mapping, sector_t block)
H A Dvxfs_extern.h77 extern struct page * vxfs_get_page(struct address_space *, u_long);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dtruncate.c75 struct address_space *mapping = page->mapping;
98 truncate_complete_page(struct address_space *mapping, struct page *page)
124 invalidate_complete_page(struct address_space *mapping, struct page *page)
140 int truncate_inode_page(struct address_space *mapping, struct page *page)
153 int generic_error_remove_page(struct address_space *mapping, struct page *page)
175 struct address_space *mapping = page_mapping(page);
208 void truncate_inode_pages_range(struct address_space *mapping,
303 void truncate_inode_pages(struct address_space *mapping, loff_t lstart)
311 * @mapping: the address_space which holds the pages to invalidate
322 unsigned long invalidate_mapping_pages(struct address_space *mappin
[all...]
H A Dreadahead.c2 * mm/readahead.c - address_space-level file readahead.
26 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping)
42 static void read_cache_pages_invalidate_page(struct address_space *mapping,
59 static void read_cache_pages_invalidate_pages(struct address_space *mapping,
73 * @mapping: the address_space
81 int read_cache_pages(struct address_space *mapping, struct list_head *pages,
109 static int read_pages(struct address_space *mapping, struct file *filp,
145 __do_page_cache_readahead(struct address_space *mapping, struct file *filp,
203 int force_page_cache_readahead(struct address_space *mapping, struct file *filp,
246 struct address_space *mappin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dfscache.h54 struct address_space *,
77 struct address_space *mapping,
124 struct address_space *mapping,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Daops.h46 static inline struct page *ntfs_map_page(struct address_space *mapping,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dcompression.h26 int btrfs_zlib_compress_pages(struct address_space *mapping,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Daops.h47 int ocfs2_write_end_nolock(struct address_space *mapping,
51 int ocfs2_write_begin_nolock(struct address_space *mapping,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dcache.h63 struct address_space *mapping,
103 struct address_space *mapping,
157 struct address_space *mapping,

Completed in 2027 milliseconds

12345678910