Lines Matching refs:is_cache
227 static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
759 bool is_cache)
766 root = is_cache ? &nullb->dev->cache : &nullb->dev->data;
778 if (is_cache)
785 struct nullb_page *t_page, bool is_cache)
789 root = is_cache ? &nullb->dev->cache : &nullb->dev->data;
795 } else if (is_cache)
801 static void null_free_device_storage(struct nullb_device *dev, bool is_cache)
808 root = is_cache ? &dev->cache : &dev->data;
826 if (is_cache)
831 sector_t sector, bool for_write, bool is_cache)
841 root = is_cache ? &nullb->dev->cache : &nullb->dev->data;