Searched refs:c_page (Results 1 – 1 of 1) sorted by relevance
1048 static int null_flush_cache_page(struct nullb *nullb, struct nullb_page *c_page) in null_flush_cache_page() argument1056 idx = c_page->page->private; in null_flush_cache_page()1060 __clear_bit(NULLB_PAGE_LOCK, c_page->bitmap); in null_flush_cache_page()1061 if (test_bit(NULLB_PAGE_FREE, c_page->bitmap)) { in null_flush_cache_page()1062 null_free_page(c_page); in null_flush_cache_page()1074 src = kmap_local_page(c_page->page); in null_flush_cache_page()1079 if (test_bit(i, c_page->bitmap)) { in null_flush_cache_page()1090 ret = radix_tree_delete_item(&nullb->dev->cache, idx, c_page); in null_flush_cache_page()