Searched refs:cache_key_alloc (Results 1 – 3 of 3) sorted by relevance
17 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()
245 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()
231 struct pcache_cache_key *cache_key_alloc(struct pcache_cache_tree *cache_tree, gfp_t gfp_mask);