Lines Matching defs:mapping
1519 static void balance_dirty_pages(struct address_space *mapping, in balance_dirty_pages()
1820 void balance_dirty_pages_ratelimited(struct address_space *mapping) in balance_dirty_pages_ratelimited()
2103 void tag_pages_for_writeback(struct address_space *mapping, in tag_pages_for_writeback()
2144 int write_cache_pages(struct address_space *mapping, in write_cache_pages()
2307 struct address_space *mapping = data; in __writepage() local
2321 int generic_writepages(struct address_space *mapping, in generic_writepages()
2339 int do_writepages(struct address_space *mapping, struct writeback_control *wbc) in do_writepages()
2363 struct address_space *mapping = page->mapping; in write_one_page() local
2408 void account_page_dirtied(struct page *page, struct address_space *mapping, in account_page_dirtied()
2438 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
2615 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
2717 struct address_space *mapping = page_mapping(page); in test_clear_page_writeback() local
2755 struct address_space *mapping = page_mapping(page); in __test_set_page_writeback() local
2800 int mapping_tagged(struct address_space *mapping, int tag) in mapping_tagged()