Searched refs:address_space (Results 26 - 50 of 331) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.h52 struct address_space *mapping; /* Mapping for pseudo filesystem */
/linux-master/fs/squashfs/
H A Dsquashfs_fs_sb.h50 struct address_space *cache_mapping;
/linux-master/fs/bfs/
H A Dfile.c154 static int bfs_writepages(struct address_space *mapping,
165 static void bfs_write_failed(struct address_space *mapping, loff_t to)
173 static int bfs_write_begin(struct file *file, struct address_space *mapping,
186 static sector_t bfs_bmap(struct address_space *mapping, sector_t block)
/linux-master/mm/
H A Dswap.h29 extern struct address_space *swapper_spaces[];
47 struct folio *filemap_get_incore_folio(struct address_space *mapping,
75 static inline struct address_space *swap_address_space(swp_entry_t entry)
112 struct folio *filemap_get_incore_folio(struct address_space *mapping,
H A Dfilemap.c128 struct address_space *mapping)
136 static void page_cache_delete(struct address_space *mapping,
157 static void filemap_unaccount_folio(struct address_space *mapping,
228 struct address_space *mapping = folio->mapping;
235 void filemap_free_folio(struct address_space *mapping, struct folio *folio)
259 struct address_space *mapping = folio->mapping;
286 static void page_cache_delete_batch(struct address_space *mapping,
327 void delete_from_page_cache_batch(struct address_space *mapping,
353 int filemap_check_errors(struct address_space *mapping)
367 static int filemap_check_and_keep_errors(struct address_space *mappin
[all...]
/linux-master/drivers/acpi/acpica/
H A Dutdelete.c124 next_desc = handler_desc->address_space.next;
206 handler_desc->address_space.region_list;
209 &handler_desc->address_space.region_list;
235 if (handler_desc->address_space.handler_flags &
240 if (handler_desc->address_space.setup) {
242 address_space.setup(object,
245 address_space.
293 acpi_os_delete_mutex(object->address_space.context_mutex);
H A Ddbdisply.c956 (handler_obj->address_space.
960 handler_obj->address_space.
977 if (handler_obj->address_space.space_id >=
981 handler_obj->address_space.
984 (handler_obj->address_space.
988 handler_obj->address_space.
992 handler_obj = handler_obj->address_space.next;
1081 address_space.space_id),
1082 handler_obj->address_space.space_id);
1085 (handler_obj->address_space
[all...]
/linux-master/arch/x86/hyperv/
H A Dmmu.c88 flush->address_space = virt_to_phys(info->mm->pgd);
89 flush->address_space &= CR3_ADDR_MASK;
92 flush->address_space = 0;
190 flush->address_space = virt_to_phys(info->mm->pgd);
191 flush->address_space &= CR3_ADDR_MASK;
194 flush->address_space = 0;
H A Dnested.c39 flush->address_space = as;
107 flush->address_space = as;
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h71 struct address_space *local_store; /* local store mapping. */
72 struct address_space *mfc; /* 'mfc' area mappings. */
73 struct address_space *cntl; /* 'control' area mappings. */
74 struct address_space *signal1; /* 'signal1' area mappings. */
75 struct address_space *signal2; /* 'signal2' area mappings. */
76 struct address_space *mss; /* 'mss' area mappings. */
77 struct address_space *psmap; /* 'psmap' area mappings. */
/linux-master/include/linux/
H A Dcompiler_types.h30 # define __kernel __attribute__((address_space(0)))
31 # define __user __attribute__((noderef, address_space(__user)))
32 # define __iomem __attribute__((noderef, address_space(__iomem)))
33 # define __percpu __attribute__((noderef, address_space(__percpu)))
34 # define __rcu __attribute__((noderef, address_space(__rcu)))
H A Dfs.h312 struct address_space;
400 int (*writepages)(struct address_space *, struct writeback_control *);
403 bool (*dirty_folio)(struct address_space *, struct folio *);
407 int (*write_begin)(struct file *, struct address_space *mapping,
410 int (*write_end)(struct file *, struct address_space *mapping,
415 sector_t (*bmap)(struct address_space *, sector_t);
424 int (*migrate_folio)(struct address_space *, struct folio *dst,
430 int (*error_remove_folio)(struct address_space *, struct folio *);
442 * struct address_space - Contents of a cacheable, mappable object.
459 * @i_private_lock: For use by the owner of the address_space
463 struct address_space { struct
[all...]
/linux-master/fs/jfs/
H A Dinode.c267 static int jfs_writepages(struct address_space *mapping,
283 static void jfs_write_failed(struct address_space *mapping, loff_t to)
293 static int jfs_write_begin(struct file *file, struct address_space *mapping,
306 static int jfs_write_end(struct file *file, struct address_space *mapping,
318 static sector_t jfs_bmap(struct address_space *mapping, sector_t block)
326 struct address_space *mapping = file->f_mapping;
/linux-master/include/drm/ttm/
H A Dttm_device.h260 * @dev_mapping: A pointer to the struct address_space for invalidating
263 struct address_space *dev_mapping;
291 struct device *dev, struct address_space *mapping,
/linux-master/fs/nilfs2/
H A Dpage.c48 struct address_space *mapping,
156 struct address_space *m;
243 int nilfs_copy_dirty_pages(struct address_space *dmap,
244 struct address_space *smap)
298 void nilfs_copy_back_pages(struct address_space *dmap,
299 struct address_space *smap)
362 void nilfs_clear_dirty_pages(struct address_space *mapping, bool silent)
464 struct address_space *mapping = folio->mapping;
/linux-master/drivers/firmware/efi/
H A Dcper-arm.c91 u8 trans_type, op_type, level, participation_type, address_space; local
213 address_space = ((error_info >> CPER_ARM_ERR_ADDRESS_SPACE_SHIFT)
215 if (address_space < ARRAY_SIZE(arm_bus_err_addr_space_strs)) {
217 arm_bus_err_addr_space_strs[address_space]);
/linux-master/arch/arm/mm/
H A Dmm.h48 void __flush_dcache_folio(struct address_space *mapping, struct folio *folio);
H A Dflush.c199 void __flush_dcache_folio(struct address_space *mapping, struct folio *folio)
238 static void __flush_dcache_aliases(struct address_space *mapping, struct folio *folio)
289 struct address_space *mapping;
336 struct address_space *mapping;
/linux-master/arch/csky/abiv1/
H A Dcacheflush.c20 struct address_space *mapping;
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h36 #define __arena __attribute__((address_space(1)))
/linux-master/fs/hpfs/
H A Dfile.c171 static int hpfs_writepages(struct address_space *mapping,
177 static void hpfs_write_failed(struct address_space *mapping, loff_t to)
191 static int hpfs_write_begin(struct file *file, struct address_space *mapping,
207 static int hpfs_write_end(struct file *file, struct address_space *mapping,
225 static sector_t _hpfs_bmap(struct address_space *mapping, sector_t block)
/linux-master/fs/gfs2/
H A Daops.c178 static int gfs2_writepages(struct address_space *mapping,
207 static int gfs2_write_jdata_batch(struct address_space *mapping,
307 static int gfs2_write_cache_jdata(struct address_space *mapping,
389 static int gfs2_jdata_writepages(struct address_space *mapping,
480 struct address_space *mapping = ip->i_inode.i_mapping;
573 static bool jdata_dirty_folio(struct address_space *mapping,
589 static sector_t gfs2_bmap(struct address_space *mapping, sector_t lblock)
677 struct address_space *mapping = folio->mapping;
/linux-master/fs/netfs/
H A Dmisc.c47 struct address_space *mapping,
103 bool netfs_dirty_folio(struct address_space *mapping, struct folio *folio)
/linux-master/fs/btrfs/
H A Dsubpage.h9 struct address_space;
91 bool btrfs_is_subpage(const struct btrfs_fs_info *fs_info, struct address_space *mapping);
/linux-master/fs/bcachefs/
H A Dfs-io-pagecache.h9 int bch2_filemap_get_contig_folios_d(struct address_space *, loff_t,
11 int bch2_write_invalidate_inode_pages_range(struct address_space *, loff_t, loff_t);

Completed in 240 milliseconds

1234567891011>>