Lines Matching refs:is_cache
249 static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
848 bool is_cache) in null_free_sector() argument
855 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_free_sector()
867 if (is_cache) in null_free_sector()
874 struct nullb_page *t_page, bool is_cache) in null_radix_tree_insert() argument
878 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_radix_tree_insert()
884 } else if (is_cache) in null_radix_tree_insert()
890 static void null_free_device_storage(struct nullb_device *dev, bool is_cache) in null_free_device_storage() argument
897 root = is_cache ? &dev->cache : &dev->data; in null_free_device_storage()
915 if (is_cache) in null_free_device_storage()
920 sector_t sector, bool for_write, bool is_cache) in __null_lookup_page() argument
930 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in __null_lookup_page()