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

1234567891011>>

/linux-master/fs/nilfs2/
H A Dbtnode.h34 void nilfs_btnode_cache_clear(struct address_space *);
35 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
37 int nilfs_btnode_submit_block(struct address_space *, __u64, sector_t,
40 int nilfs_btnode_prepare_change_key(struct address_space *,
42 void nilfs_btnode_commit_change_key(struct address_space *,
44 void nilfs_btnode_abort_change_key(struct address_space *,
H A Dpage.h35 struct buffer_head *nilfs_grab_buffer(struct inode *, struct address_space *,
42 int nilfs_copy_dirty_pages(struct address_space *, struct address_space *);
43 void nilfs_copy_back_pages(struct address_space *, struct address_space *);
45 void nilfs_clear_dirty_pages(struct address_space *, bool);
H A Dbtnode.c40 void nilfs_btnode_cache_clear(struct address_space *btnc)
47 nilfs_btnode_create_block(struct address_space *btnc, __u64 blocknr)
72 int nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr,
147 struct address_space *mapping;
173 int nilfs_btnode_prepare_change_key(struct address_space *btnc,
236 void nilfs_btnode_commit_change_key(struct address_space *btnc,
276 void nilfs_btnode_abort_change_key(struct address_space *btnc,
/linux-master/fs/bcachefs/
H A Dfs-io-buffered.h7 int bch2_read_single_folio(struct folio *, struct address_space *);
10 int bch2_writepages(struct address_space *, struct writeback_control *);
13 int bch2_write_begin(struct file *, struct address_space *, loff_t,
15 int bch2_write_end(struct file *, struct address_space *, loff_t,
/linux-master/include/linux/
H A Dmpage.h20 int mpage_writepages(struct address_space *mapping,
H A Dsecretmem.h11 struct address_space *mapping;
22 mapping = (struct address_space *)
H A Dpagemap.h21 unsigned long invalidate_mapping_pages(struct address_space *mapping,
30 int invalidate_inode_pages2(struct address_space *mapping);
31 int invalidate_inode_pages2_range(struct address_space *mapping,
37 int filemap_fdatawrite(struct address_space *);
38 int filemap_flush(struct address_space *);
39 int filemap_fdatawait_keep_errors(struct address_space *mapping);
40 int filemap_fdatawait_range(struct address_space *, loff_t lstart, loff_t lend);
41 int filemap_fdatawait_range_keep_errors(struct address_space *mapping,
44 static inline int filemap_fdatawait(struct address_space *mapping)
49 bool filemap_range_has_page(struct address_space *, loff_
[all...]
H A Ddax.h158 int dax_writeback_mapping_range(struct address_space *mapping,
161 struct page *dax_layout_busy_page(struct address_space *mapping);
162 struct page *dax_layout_busy_page_range(struct address_space *mapping, loff_t start, loff_t end);
165 dax_entry_t dax_lock_mapping_entry(struct address_space *mapping,
167 void dax_unlock_mapping_entry(struct address_space *mapping,
170 static inline struct page *dax_layout_busy_page(struct address_space *mapping)
175 static inline struct page *dax_layout_busy_page_range(struct address_space *mapping, pgoff_t start, pgoff_t nr_pages)
180 static inline int dax_writeback_mapping_range(struct address_space *mapping,
197 static inline dax_entry_t dax_lock_mapping_entry(struct address_space *mapping,
203 static inline void dax_unlock_mapping_entry(struct address_space *mappin
[all...]
H A Dshmem_fs.h100 bool shmem_mapping(struct address_space *mapping);
102 static inline bool shmem_mapping(struct address_space *mapping)
107 extern void shmem_unlock_mapping(struct address_space *mapping);
108 extern struct page *shmem_read_mapping_page_gfp(struct address_space *mapping,
132 extern unsigned long shmem_partial_swap_usage(struct address_space *mapping,
146 struct folio *shmem_read_folio_gfp(struct address_space *mapping,
149 static inline struct folio *shmem_read_folio(struct address_space *mapping,
156 struct address_space *mapping, pgoff_t index)
H A Dmigrate.h66 int migrate_folio_extra(struct address_space *mapping, struct folio *dst,
68 int migrate_folio(struct address_space *mapping, struct folio *dst,
76 int migrate_huge_page_move_mapping(struct address_space *mapping,
82 int folio_migrate_mapping(struct address_space *mapping,
98 static inline int migrate_huge_page_move_mapping(struct address_space *mapping,
H A Dbuffer_head.h47 struct address_space;
75 struct address_space *b_assoc_map; /* mapping this buffer is
260 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len,
264 int block_write_end(struct file *, struct address_space *,
267 int generic_write_end(struct file *, struct address_space *,
271 int cont_write_begin(struct file *, struct address_space *, loff_t,
278 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
279 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
282 extern int buffer_migrate_folio(struct address_space *,
284 extern int buffer_migrate_folio_norefs(struct address_space *,
[all...]
H A Dwriteback.h364 void balance_dirty_pages_ratelimited(struct address_space *mapping);
365 int balance_dirty_pages_ratelimited_flags(struct address_space *mapping,
370 struct folio *writeback_iter(struct address_space *mapping,
376 int write_cache_pages(struct address_space *mapping,
379 int do_writepages(struct address_space *mapping, struct writeback_control *wbc);
381 void tag_pages_for_writeback(struct address_space *mapping,
384 bool filemap_dirty_folio(struct address_space *mapping, struct folio *folio);
/linux-master/drivers/acpi/acpica/
H A Devhandler.c133 if (handler_obj->address_space.space_id == space_id) {
134 if (handler_obj->address_space.handler_flags &
140 handler_obj = handler_obj->address_space.next;
217 acpi_ev_find_region_handler(handler_obj->address_space.
228 address_space.
252 if (obj_desc->region.space_id != handler_obj->address_space.space_id) {
298 if (handler_obj->address_space.space_id == space_id) {
304 handler_obj = handler_obj->address_space.next;
419 if (handler_obj->address_space.handler == handler) {
493 acpi_os_create_mutex(&handler_obj->address_space
[all...]
H A Devxfregn.c188 if (handler_obj->address_space.space_id == space_id) {
192 if (handler_obj->address_space.handler != handler) {
206 region_obj = handler_obj->address_space.region_list;
225 handler_obj->address_space.region_list;
230 *last_obj_ptr = handler_obj->address_space.next;
234 acpi_os_release_mutex(handler_obj->address_space.
242 last_obj_ptr = &handler_obj->address_space.next;
243 handler_obj = handler_obj->address_space.next;
H A Devregion.c140 context = handler_desc->address_space.context;
141 context_mutex = handler_desc->address_space.context_mutex;
152 region_setup = handler_desc->address_space.setup;
167 handler_desc->address_space.context;
178 handler_desc->address_space.context;
227 handler = handler_desc->address_space.handler;
232 &region_obj->region.handler->address_space, handler,
237 if (!(handler_desc->address_space.handler_flags &
316 if (!(handler_desc->address_space.handler_flags &
375 obj_desc = handler_obj->address_space
[all...]
/linux-master/fs/ext4/
H A Dtruncate.h14 struct address_space *mapping = inode->i_mapping;
/linux-master/fs/freevxfs/
H A Dvxfs_subr.c18 static sector_t vxfs_bmap(struct address_space *, sector_t);
44 vxfs_get_page(struct address_space *mapping, u_long n)
149 vxfs_bmap(struct address_space *mapping, sector_t block)
H A Dvxfs_extern.h45 extern struct page * vxfs_get_page(struct address_space *, u_long);
/linux-master/include/asm-generic/
H A Dcacheflush.h10 struct address_space;
59 static inline void flush_dcache_mmap_lock(struct address_space *mapping)
65 static inline void flush_dcache_mmap_unlock(struct address_space *mapping)
/linux-master/arch/mips/dec/
H A Dplatform.c22 .address_space = 64,
/linux-master/mm/
H A Dfolio-compat.c13 struct address_space *page_mapping(struct page *page)
80 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
88 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t index,
100 struct page *grab_cache_page_write_begin(struct address_space *mapping,
H A Dtruncate.c31 static inline void __clear_shadow_entry(struct address_space *mapping,
42 static void clear_shadow_entry(struct address_space *mapping, pgoff_t index,
59 static void truncate_folio_batch_exceptionals(struct address_space *mapping,
112 static int invalidate_exceptional_entry(struct address_space *mapping,
126 static int invalidate_exceptional_entry2(struct address_space *mapping,
189 int truncate_inode_folio(struct address_space *mapping, struct folio *folio)
253 int generic_error_remove_folio(struct address_space *mapping,
279 long mapping_evict_folio(struct address_space *mapping, struct folio *folio)
320 void truncate_inode_pages_range(struct address_space *mapping,
437 void truncate_inode_pages(struct address_space *mappin
[all...]
/linux-master/fs/ocfs2/
H A Daops.h30 int ocfs2_write_end_nolock(struct address_space *mapping,
39 int ocfs2_write_begin_nolock(struct address_space *mapping,
/linux-master/fs/btrfs/
H A Dcompression.h16 struct address_space;
88 int btrfs_compress_pages(unsigned int type_level, struct address_space *mapping,
152 int zlib_compress_pages(struct list_head *ws, struct address_space *mapping,
163 int lzo_compress_pages(struct list_head *ws, struct address_space *mapping,
173 int zstd_compress_pages(struct list_head *ws, struct address_space *mapping,
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.h52 struct address_space *mapping; /* Mapping for pseudo filesystem */

Completed in 492 milliseconds

1234567891011>>