Lines Matching refs:address_space
48 struct address_space;
73 struct address_space *b_assoc_map; /* mapping this buffer is
174 int sync_mapping_buffers(struct address_space *mapping);
227 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len,
231 int block_write_end(struct file *, struct address_space *,
234 int generic_write_end(struct file *, struct address_space *,
239 int cont_write_begin(struct file *, struct address_space *, loff_t,
258 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
259 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
260 int nobh_write_begin(struct address_space *, loff_t, unsigned, unsigned,
262 int nobh_write_end(struct file *, struct address_space *,
265 int nobh_truncate_page(struct address_space *, loff_t, get_block_t *);
408 static inline int sync_mapping_buffers(struct address_space *mapping) { return 0; } in sync_mapping_buffers()