Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/block/null_blk/
A Dmain.c249 static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
868 bool is_cache) in null_free_sector() argument
875 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_free_sector()
887 if (is_cache) in null_free_sector()
894 struct nullb_page *t_page, bool is_cache) in null_radix_tree_insert() argument
898 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_radix_tree_insert()
904 } else if (is_cache) in null_radix_tree_insert()
917 root = is_cache ? &dev->cache : &dev->data; in null_free_device_storage()
935 if (is_cache) in null_free_device_storage()
940 sector_t sector, bool for_write, bool is_cache) in __null_lookup_page() argument
[all …]
/linux-6.3-rc2/fs/fscache/
A Dcache.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()
A Dinternal.h28 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache);
/linux-6.3-rc2/drivers/acpi/apei/
A Dghes.c518 bool is_cache = (err_info->type == CPER_ARM_CACHE_ERROR); in ghes_handle_arm_hw_error() local
528 if (is_cache && has_pa) { in ghes_handle_arm_hw_error()

Completed in 21 milliseconds