Home
last modified time | relevance | path

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

/include/linux/
Dpagemap.h25 static inline void mapping_set_error(struct address_space *mapping, int error) in mapping_set_error()
38 static inline void mapping_set_unevictable(struct address_space *mapping) in mapping_set_unevictable()
43 static inline void mapping_clear_unevictable(struct address_space *mapping) in mapping_clear_unevictable()
48 static inline int mapping_unevictable(struct address_space *mapping) in mapping_unevictable()
55 static inline void mapping_set_unevictable(struct address_space *mapping) { } in mapping_set_unevictable()
56 static inline void mapping_clear_unevictable(struct address_space *mapping) { } in mapping_clear_unevictable()
57 static inline int mapping_unevictable(struct address_space *mapping) in mapping_unevictable()
63 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) in mapping_gfp_mask()
250 static inline struct page *grab_cache_page(struct address_space *mapping, in grab_cache_page()
268 struct address_space *mapping, in read_mapping_page_async()
[all …]
Dio-mapping.h67 io_mapping_free(struct io_mapping *mapping) in io_mapping_free()
74 io_mapping_map_atomic_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_atomic_wc()
92 io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_wc()
121 io_mapping_free(struct io_mapping *mapping) in io_mapping_free()
128 io_mapping_map_atomic_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_atomic_wc()
140 io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_wc()
Dbacking-dev.h259 static inline bool mapping_cap_writeback_dirty(struct address_space *mapping) in mapping_cap_writeback_dirty()
264 static inline bool mapping_cap_account_dirty(struct address_space *mapping) in mapping_cap_account_dirty()
269 static inline bool mapping_cap_swap_backed(struct address_space *mapping) in mapping_cap_swap_backed()
Dwriteback.h146 balance_dirty_pages_ratelimited(struct address_space *mapping) in balance_dirty_pages_ratelimited()
Dbuffer_head.h346 static inline int sync_mapping_buffers(struct address_space *mapping) { return 0; } in sync_mapping_buffers()
Dmm.h637 struct address_space *mapping = page->mapping; in page_mapping() local
799 static inline void unmap_shared_mapping_range(struct address_space *mapping, in unmap_shared_mapping_range()
Dswap.h254 static inline void scan_mapping_unevictable_pages(struct address_space *mapping) in scan_mapping_unevictable_pages()
Dhugetlb.h81 #define hugetlb_prefault(mapping, vma) ({ BUG(); 0; }) argument
Dmm_types.h62 struct address_space *mapping; /* If low bit clear, points to member
Dfs.h621 static inline int mapping_mapped(struct address_space *mapping) in mapping_mapped()
633 static inline int mapping_writably_mapped(struct address_space *mapping) in mapping_writably_mapped()
1822 invalidate_inode_pages(struct address_space *mapping) in invalidate_inode_pages()
2004 static inline int xip_truncate_page(struct address_space *mapping, loff_t from) in xip_truncate_page()
Dblkdev.h805 static inline void blk_run_address_space(struct address_space *mapping) in blk_run_address_space()
/include/asm-m32r/
Dcacheflush.h16 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument
17 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
37 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument
38 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
50 #define flush_dcache_mmap_lock(mapping) do { } while (0) argument
51 #define flush_dcache_mmap_unlock(mapping) do { } while (0) argument
/include/asm-frv/
Dcacheflush.h28 #define flush_dcache_mmap_lock(mapping) do {} while(0) argument
29 #define flush_dcache_mmap_unlock(mapping) do {} while(0) argument
/include/asm-mn10300/
Dcacheflush.h30 #define flush_dcache_mmap_lock(mapping) do {} while (0) argument
31 #define flush_dcache_mmap_unlock(mapping) do {} while (0) argument
/include/drm/
DdrmP.h563 drm_local_map_t mapping; member