Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache_key.c17 struct pcache_cache_key *cache_key_alloc(struct pcache_cache_tree *cache_tree, gfp_t gfp_mask) in cache_key_alloc() function
406 return cache_key_alloc(ctx->cache_tree, GFP_NOWAIT); in get_pre_alloc_key()
620 walk_ctx.pre_alloc_key = cache_key_alloc(cache_tree, GFP_NOIO); in cache_key_insert()
724 key = cache_key_alloc(&cache->req_key_tree, GFP_NOIO); in kset_replay()
H A Dcache_req.c245 key = cache_key_alloc(&cache->req_key_tree, gfp_mask); in cache_miss_req_alloc()
752 key = cache_key_alloc(&cache->req_key_tree, GFP_NOIO); in cache_write()
H A Dcache.h231 struct pcache_cache_key *cache_key_alloc(struct pcache_cache_tree *cache_tree, gfp_t gfp_mask);