Lines Matching refs:is_cache
249 static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
897 bool is_cache)
904 root = is_cache ? &nullb->dev->cache : &nullb->dev->data;
916 if (is_cache)
923 struct nullb_page *t_page, bool is_cache)
927 root = is_cache ? &nullb->dev->cache : &nullb->dev->data;
933 } else if (is_cache)
939 static void null_free_device_storage(struct nullb_device *dev, bool is_cache)
946 root = is_cache ? &dev->cache : &dev->data;
964 if (is_cache)
969 sector_t sector, bool for_write, bool is_cache)
979 root = is_cache ? &nullb->dev->cache : &nullb->dev->data;