Searched defs:mapping (Results 1 – 15 of 15) sorted by relevance
/include/linux/ |
D | pagemap.h | 25 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 …]
|
D | io-mapping.h | 67 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()
|
D | backing-dev.h | 259 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()
|
D | writeback.h | 146 balance_dirty_pages_ratelimited(struct address_space *mapping) in balance_dirty_pages_ratelimited()
|
D | buffer_head.h | 346 static inline int sync_mapping_buffers(struct address_space *mapping) { return 0; } in sync_mapping_buffers()
|
D | mm.h | 637 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()
|
D | swap.h | 254 static inline void scan_mapping_unevictable_pages(struct address_space *mapping) in scan_mapping_unevictable_pages()
|
D | hugetlb.h | 81 #define hugetlb_prefault(mapping, vma) ({ BUG(); 0; }) argument
|
D | mm_types.h | 62 struct address_space *mapping; /* If low bit clear, points to member
|
D | fs.h | 621 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()
|
D | blkdev.h | 805 static inline void blk_run_address_space(struct address_space *mapping) in blk_run_address_space()
|
/include/asm-m32r/ |
D | cacheflush.h | 16 #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/ |
D | cacheflush.h | 28 #define flush_dcache_mmap_lock(mapping) do {} while(0) argument 29 #define flush_dcache_mmap_unlock(mapping) do {} while(0) argument
|
/include/asm-mn10300/ |
D | cacheflush.h | 30 #define flush_dcache_mmap_lock(mapping) do {} while (0) argument 31 #define flush_dcache_mmap_unlock(mapping) do {} while (0) argument
|
/include/drm/ |
D | drmP.h | 563 drm_local_map_t mapping; member
|