Lines Matching refs:address_space

316 struct address_space;
373 int (*writepages)(struct address_space *, struct writeback_control *);
378 int (*readpages)(struct file *filp, struct address_space *mapping,
381 int (*write_begin)(struct file *, struct address_space *mapping,
384 int (*write_end)(struct file *, struct address_space *mapping,
389 sector_t (*bmap)(struct address_space *, sector_t);
398 int (*migratepage) (struct address_space *,
404 int (*error_remove_page)(struct address_space *, struct page *);
418 int pagecache_write_begin(struct file *, struct address_space *mapping,
422 int pagecache_write_end(struct file *, struct address_space *mapping,
426 struct address_space { struct
495 int mapping_tagged(struct address_space *mapping, int tag);
497 static inline void i_mmap_lock_write(struct address_space *mapping) in i_mmap_lock_write()
502 static inline void i_mmap_unlock_write(struct address_space *mapping) in i_mmap_unlock_write()
507 static inline void i_mmap_lock_read(struct address_space *mapping) in i_mmap_lock_read()
512 static inline void i_mmap_unlock_read(struct address_space *mapping) in i_mmap_unlock_read()
520 static inline int mapping_mapped(struct address_space *mapping) in mapping_mapped()
534 static inline int mapping_writably_mapped(struct address_space *mapping) in mapping_writably_mapped()
539 static inline int mapping_map_writable(struct address_space *mapping) in mapping_map_writable()
545 static inline void mapping_unmap_writable(struct address_space *mapping) in mapping_unmap_writable()
550 static inline int mapping_deny_writable(struct address_space *mapping) in mapping_deny_writable()
556 static inline void mapping_allow_writable(struct address_space *mapping) in mapping_allow_writable()
598 struct address_space *i_mapping;
663 struct address_space i_data;
874 struct address_space *f_mapping;
2404 unsigned long invalidate_mapping_pages(struct address_space *mapping,
2413 extern int invalidate_inode_pages2(struct address_space *mapping);
2414 extern int invalidate_inode_pages2_range(struct address_space *mapping,
2417 extern int filemap_fdatawrite(struct address_space *);
2418 extern int filemap_flush(struct address_space *);
2419 extern int filemap_fdatawait(struct address_space *);
2420 extern void filemap_fdatawait_keep_errors(struct address_space *);
2421 extern int filemap_fdatawait_range(struct address_space *, loff_t lstart,
2423 extern int filemap_write_and_wait(struct address_space *mapping);
2424 extern int filemap_write_and_wait_range(struct address_space *mapping,
2426 extern int __filemap_fdatawrite_range(struct address_space *mapping,
2428 extern int filemap_fdatawrite_range(struct address_space *mapping,
2559 extern void address_space_init_once(struct address_space *mapping);
2664 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
2813 extern int simple_write_begin(struct file *file, struct address_space *mapping,
2816 extern int simple_write_end(struct file *file, struct address_space *mapping,
2847 extern int buffer_migrate_page(struct address_space *,