Searched defs:mapping (Results 1 – 17 of 17) sorted by relevance
/include/linux/ |
D | io-mapping.h | 76 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()
|
D | pagemap.h | 29 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()
|
D | cleancache.h | 52 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()
|
D | backing-dev.h | 335 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()
|
D | migrate.h | 56 static inline int migrate_huge_page_move_mapping(struct address_space *mapping, in migrate_huge_page_move_mapping()
|
D | shmem_fs.h | 58 struct address_space *mapping, pgoff_t index) in shmem_read_mapping_page()
|
D | writeback.h | 173 balance_dirty_pages_ratelimited(struct address_space *mapping) in balance_dirty_pages_ratelimited()
|
D | buffer_head.h | 347 static inline int sync_mapping_buffers(struct address_space *mapping) { return 0; } in sync_mapping_buffers()
|
D | sh_clk.h | 57 struct clk_mapping *mapping; member
|
D | fscache.h | 490 struct address_space *mapping, in fscache_read_or_alloc_pages()
|
D | hugetlb.h | 100 #define hugetlb_prefault(mapping, vma) ({ BUG(); 0; }) argument
|
D | mm.h | 801 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()
|
D | fscache-cache.h | 136 struct address_space *mapping; /* netfs pages */ member
|
D | mm_types.h | 44 struct address_space *mapping; /* If low bit clear, points to member
|
D | fs.h | 723 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/ |
D | cacheflush.h | 18 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument 19 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
|
/include/drm/ |
D | drmP.h | 608 struct drm_local_map mapping; member
|