Home | History | Annotate | Download | only in linux

Lines Matching refs:address_space

533 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,
641 int pagecache_write_end(struct file *, struct address_space *mapping,
646 struct address_space {
660 spinlock_t private_lock; /* for use by the address_space */
662 struct address_space *assoc_mapping; /* ditto */
716 int mapping_tagged(struct address_space *mapping, int tag);
721 static inline int mapping_mapped(struct address_space *mapping)
733 static inline int mapping_writably_mapped(struct address_space *mapping)
775 struct address_space *i_mapping;
828 struct address_space i_data;
1018 struct address_space *f_mapping;
2178 unsigned long invalidate_mapping_pages(struct address_space *mapping,
2187 extern int invalidate_inode_pages2(struct address_space *mapping);
2188 extern int invalidate_inode_pages2_range(struct address_space *mapping,
2191 extern int filemap_fdatawrite(struct address_space *);
2192 extern int filemap_flush(struct address_space *);
2193 extern int filemap_fdatawait(struct address_space *);
2194 extern int filemap_fdatawait_range(struct address_space *, loff_t lstart,
2196 extern int filemap_write_and_wait(struct address_space *mapping);
2197 extern int filemap_write_and_wait_range(struct address_space *mapping,
2199 extern int __filemap_fdatawrite_range(struct address_space *mapping,
2201 extern int filemap_fdatawrite_range(struct address_space *mapping,
2299 extern void address_space_init_once(struct address_space *mapping);
2400 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
2415 extern int xip_truncate_page(struct address_space *mapping, loff_t from);
2417 static inline int xip_truncate_page(struct address_space *mapping, loff_t from)
2523 extern int simple_write_begin(struct file *file, struct address_space *mapping,
2526 extern int simple_write_end(struct file *file, struct address_space *mapping,
2550 extern int buffer_migrate_page(struct address_space *,