Searched refs:c_page (Results 1 – 1 of 1) sorted by relevance
1030 static int null_flush_cache_page(struct nullb *nullb, struct nullb_page *c_page) in null_flush_cache_page() argument1038 idx = c_page->page->private; in null_flush_cache_page()1042 __clear_bit(NULLB_PAGE_LOCK, c_page->bitmap); in null_flush_cache_page()1043 if (test_bit(NULLB_PAGE_FREE, c_page->bitmap)) { in null_flush_cache_page()1044 null_free_page(c_page); in null_flush_cache_page()1056 src = kmap_local_page(c_page->page); in null_flush_cache_page()1061 if (test_bit(i, c_page->bitmap)) { in null_flush_cache_page()1072 ret = radix_tree_delete_item(&nullb->dev->cache, idx, c_page); in null_flush_cache_page()