Home
last modified time | relevance | path

Searched defs:mapping (Results 1 – 17 of 17) sorted by relevance

/include/linux/
Dio-mapping.h76 io_mapping_free(struct io_mapping *mapping) in io_mapping_free()
84 io_mapping_map_atomic_wc(struct io_mapping *mapping, in io_mapping_map_atomic_wc()
103 io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_wc()
134 io_mapping_free(struct io_mapping *mapping) in io_mapping_free()
141 io_mapping_map_atomic_wc(struct io_mapping *mapping, in io_mapping_map_atomic_wc()
156 io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_wc()
Dpagemap.h29 static inline void mapping_set_error(struct address_space *mapping, int error) in mapping_set_error()
39 static inline void mapping_set_unevictable(struct address_space *mapping) in mapping_set_unevictable()
44 static inline void mapping_clear_unevictable(struct address_space *mapping) in mapping_clear_unevictable()
49 static inline int mapping_unevictable(struct address_space *mapping) in mapping_unevictable()
56 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) in mapping_gfp_mask()
249 static inline struct page *grab_cache_page(struct address_space *mapping, in grab_cache_page()
267 struct address_space *mapping, in read_mapping_page_async()
274 static inline struct page *read_mapping_page(struct address_space *mapping, in read_mapping_page()
468 struct address_space *mapping, pgoff_t offset, gfp_t gfp_mask) in add_to_page_cache()
Dcleancache.h52 static inline bool cleancache_fs_enabled_mapping(struct address_space *mapping) in cleancache_fs_enabled_mapping()
102 static inline void cleancache_invalidate_page(struct address_space *mapping, in cleancache_invalidate_page()
110 static inline void cleancache_invalidate_inode(struct address_space *mapping) in cleancache_invalidate_inode()
Dbacking-dev.h335 static inline bool mapping_cap_writeback_dirty(struct address_space *mapping) in mapping_cap_writeback_dirty()
340 static inline bool mapping_cap_account_dirty(struct address_space *mapping) in mapping_cap_account_dirty()
345 static inline bool mapping_cap_swap_backed(struct address_space *mapping) in mapping_cap_swap_backed()
Dmigrate.h56 static inline int migrate_huge_page_move_mapping(struct address_space *mapping, in migrate_huge_page_move_mapping()
Dshmem_fs.h58 struct address_space *mapping, pgoff_t index) in shmem_read_mapping_page()
Dwriteback.h173 balance_dirty_pages_ratelimited(struct address_space *mapping) in balance_dirty_pages_ratelimited()
Dbuffer_head.h347 static inline int sync_mapping_buffers(struct address_space *mapping) { return 0; } in sync_mapping_buffers()
Dsh_clk.h57 struct clk_mapping *mapping; member
Dfscache.h490 struct address_space *mapping, in fscache_read_or_alloc_pages()
Dhugetlb.h100 #define hugetlb_prefault(mapping, vma) ({ BUG(); 0; }) argument
Dmm.h801 struct address_space *mapping = page->mapping; in page_mapping() local
960 static inline void unmap_shared_mapping_range(struct address_space *mapping, in unmap_shared_mapping_range()
Dfscache-cache.h136 struct address_space *mapping; /* netfs pages */ member
Dmm_types.h44 struct address_space *mapping; /* If low bit clear, points to member
Dfs.h723 static inline int mapping_mapped(struct address_space *mapping) in mapping_mapped()
735 static inline int mapping_writably_mapped(struct address_space *mapping) in mapping_writably_mapped()
2434 static inline int xip_truncate_page(struct address_space *mapping, loff_t from) in xip_truncate_page()
/include/asm-generic/
Dcacheflush.h18 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument
19 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
/include/drm/
DdrmP.h608 struct drm_local_map mapping; member