Lines Matching refs:address_space
47 struct address_space;
75 struct address_space *b_assoc_map; /* mapping this buffer is
264 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len,
268 int block_write_end(struct file *, struct address_space *,
271 int generic_write_end(struct file *, struct address_space *,
276 int cont_write_begin(struct file *, struct address_space *, loff_t,
283 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
284 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
287 extern int buffer_migrate_folio(struct address_space *,
289 extern int buffer_migrate_folio_norefs(struct address_space *,
453 bool block_dirty_folio(struct address_space *mapping, struct folio *folio);
462 int sync_mapping_buffers(struct address_space *mapping);
475 static inline int sync_mapping_buffers(struct address_space *mapping) { return 0; } in sync_mapping_buffers()