Searched refs:address_space (Results 276 - 300 of 333) sorted by path

<<11121314

/linux-master/include/linux/
H A Dpagewalk.h129 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index,
H A Dsched.h885 struct address_space *faults_disabled_mapping;
H A Dsecretmem.h11 struct address_space *mapping;
22 mapping = (struct address_space *)
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 Dswap.h180 struct address_space;
407 long remove_mapping(struct address_space *mapping, struct folio *folio);
H A Dsysfs.h291 struct address_space;
297 struct address_space *(*f_mapping)(void);
H A Duacce.h101 struct address_space *mapping;
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/include/misc/
H A Docxl.h131 struct address_space *mapping);
/linux-master/include/net/
H A Dcfg80211.h437 # define __iftd __attribute__((noderef, address_space(__iftype_data)))
/linux-master/include/trace/events/
H A Dfilemap.h60 TP_PROTO(struct address_space *mapping, errseq_t eseq),
H A Dwriteback.h57 TP_PROTO(struct folio *folio, struct address_space *mapping),
84 TP_PROTO(struct folio *folio, struct address_space *mapping),
91 TP_PROTO(struct folio *folio, struct address_space *mapping),
253 struct address_space *mapping = folio_mapping(folio);
/linux-master/ipc/
H A Dshm.c937 struct address_space *mapping = inode->i_mapping;
/linux-master/kernel/events/
H A Duprobes.c784 static int __copy_insn(struct address_space *mapping, struct file *filp,
808 struct address_space *mapping = uprobe->inode->i_mapping;
959 build_map_info(struct address_space *mapping, loff_t offset, bool is_register)
/linux-master/kernel/
H A Dfork.c736 struct address_space *mapping = file->f_mapping;
H A Dresource.c1202 struct address_space *iomem_get_mapping(void)
/linux-master/kernel/futex/
H A Dcore.c228 struct address_space *mapping;
/linux-master/mm/
H A Dcompaction.c901 struct address_space *mapping;
H A Ddebug.c57 struct address_space *mapping = folio_mapping(folio);
H A Dfadvise.c34 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...]
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 Dgup.c2486 struct address_space *mapping;
2538 * address_space object. The only remaining whitelisted file system is
H A Dhuge_memory.c2895 struct address_space *swap_cache = NULL;
3047 struct address_space *mapping = NULL;
3527 struct address_space *mapping;
H A Dhugetlb.c1152 struct address_space *mapping = vma->vm_file->f_mapping;
1826 folio = container_of((struct address_space **)node,
2169 struct address_space *hugetlb_page_mapping_lock_write(struct page *hpage)
2171 struct address_space *mapping = page_mapping(hpage);
5592 struct address_space *mapping = vma->vm_file->f_mapping;
5875 struct address_space *mapping;
6019 struct address_space *mapping = vma->vm_file->f_mapping;
6122 struct address_space *mapping = vma->vm_file->f_mapping;
6133 int hugetlb_add_to_page_cache(struct folio *folio, struct address_space *mapping,
6163 struct address_space *mappin
[all...]

Completed in 449 milliseconds

<<11121314