Home
last modified time | relevance | path

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

/linux/drivers/block/null_blk/
H A Dmain.c278 static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
901 bool is_cache) in null_free_sector() argument
908 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_free_sector()
920 if (is_cache) in null_free_sector()
927 struct nullb_page *t_page, bool is_cache) in null_radix_tree_insert() argument
931 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_radix_tree_insert()
937 } else if (is_cache) in null_radix_tree_insert()
943 static void null_free_device_storage(struct nullb_device *dev, bool is_cache) in null_free_device_storage() argument
950 root = is_cache ? &dev->cache : &dev->data; in null_free_device_storage()
968 if (is_cache) in null_free_device_storage()
[all …]
/linux/fs/netfs/
H A Dfscache_cache.c59 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache) in fscache_lookup_cache() argument
105 if (unnamed && is_cache && in fscache_lookup_cache()
H A Dinternal.h315 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache);