Lines Matching refs:address_space
30 static inline void mapping_set_error(struct address_space *mapping, int error) in mapping_set_error()
40 static inline void mapping_set_unevictable(struct address_space *mapping) in mapping_set_unevictable()
45 static inline void mapping_clear_unevictable(struct address_space *mapping) in mapping_clear_unevictable()
50 static inline int mapping_unevictable(struct address_space *mapping) in mapping_unevictable()
57 static inline void mapping_set_exiting(struct address_space *mapping) in mapping_set_exiting()
62 static inline int mapping_exiting(struct address_space *mapping) in mapping_exiting()
67 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) in mapping_gfp_mask()
76 static inline void mapping_set_gfp_mask(struct address_space *m, gfp_t mask) in mapping_set_gfp_mask()
223 static inline struct page *page_cache_alloc(struct address_space *x) in page_cache_alloc()
228 static inline struct page *page_cache_alloc_cold(struct address_space *x) in page_cache_alloc_cold()
233 static inline struct page *page_cache_alloc_readahead(struct address_space *x) in page_cache_alloc_readahead()
241 pgoff_t page_cache_next_hole(struct address_space *mapping,
243 pgoff_t page_cache_prev_hole(struct address_space *mapping,
253 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t offset,
266 static inline struct page *find_get_page(struct address_space *mapping, in find_get_page()
272 static inline struct page *find_get_page_flags(struct address_space *mapping, in find_get_page_flags()
292 static inline struct page *find_lock_page(struct address_space *mapping, in find_lock_page()
317 static inline struct page *find_or_create_page(struct address_space *mapping, in find_or_create_page()
338 static inline struct page *grab_cache_page_nowait(struct address_space *mapping, in grab_cache_page_nowait()
346 struct page *find_get_entry(struct address_space *mapping, pgoff_t offset);
347 struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset);
348 unsigned find_get_entries(struct address_space *mapping, pgoff_t start,
351 unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
353 unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t start,
355 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
358 struct page *grab_cache_page_write_begin(struct address_space *mapping,
364 static inline struct page *grab_cache_page(struct address_space *mapping, in grab_cache_page()
370 extern struct page * read_cache_page(struct address_space *mapping,
372 extern struct page * read_cache_page_gfp(struct address_space *mapping,
374 extern int read_cache_pages(struct address_space *mapping,
377 static inline struct page *read_mapping_page(struct address_space *mapping, in read_mapping_page()
649 int add_to_page_cache_locked(struct page *page, struct address_space *mapping,
651 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
662 struct address_space *mapping, pgoff_t offset, gfp_t gfp_mask) in add_to_page_cache()