Home
last modified time | relevance | path

Searched refs:is_cache (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/block/
Dnull_blk_main.c227 static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
759 bool is_cache) in null_free_sector() argument
766 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_free_sector()
778 if (is_cache) in null_free_sector()
785 struct nullb_page *t_page, bool is_cache) in null_radix_tree_insert() argument
789 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_radix_tree_insert()
795 } else if (is_cache) in null_radix_tree_insert()
801 static void null_free_device_storage(struct nullb_device *dev, bool is_cache) in null_free_device_storage() argument
808 root = is_cache ? &dev->cache : &dev->data; in null_free_device_storage()
826 if (is_cache) in null_free_device_storage()
[all …]