Lines Matching defs:mapping
1562 static void balance_dirty_pages(struct address_space *mapping, in balance_dirty_pages()
1864 void balance_dirty_pages_ratelimited(struct address_space *mapping) in balance_dirty_pages_ratelimited()
2105 void tag_pages_for_writeback(struct address_space *mapping, in tag_pages_for_writeback()
2161 int write_cache_pages(struct address_space *mapping, in write_cache_pages()
2305 struct address_space *mapping = data; in __writepage() local
2319 int generic_writepages(struct address_space *mapping, in generic_writepages()
2337 int do_writepages(struct address_space *mapping, struct writeback_control *wbc) in do_writepages()
2367 struct address_space *mapping = page->mapping; in write_one_page() local
2411 void account_page_dirtied(struct page *page, struct address_space *mapping) in account_page_dirtied()
2440 void account_page_cleaned(struct page *page, struct address_space *mapping, in account_page_cleaned()
2467 struct address_space *mapping = page_mapping(page); in __set_page_dirty_nobuffers() local
2504 struct address_space *mapping = page->mapping; in account_page_redirty() local
2549 struct address_space *mapping = page_mapping(page); in set_page_dirty() local
2616 struct address_space *mapping = page_mapping(page); in cancel_dirty_page() local
2653 struct address_space *mapping = page_mapping(page); in clear_page_dirty_for_io() local
2714 struct address_space *mapping = page_mapping(page); in test_clear_page_writeback() local
2765 struct address_space *mapping = page_mapping(page); in __test_set_page_writeback() local
2822 int mapping_tagged(struct address_space *mapping, int tag) in mapping_tagged()