Searched refs:pre_alloc_req (Results 1 – 2 of 2) sorted by relevance
294 if (ctx->pre_alloc_req) { in get_pre_alloc_req()295 backing_req = ctx->pre_alloc_req; in get_pre_alloc_req()296 ctx->pre_alloc_req = NULL; in get_pre_alloc_req()720 walk_ctx.pre_alloc_req = cache_miss_req_alloc(cache, pcache_req, GFP_NOIO); in cache_read()728 if (walk_ctx.pre_alloc_req) in cache_read()729 cache_miss_req_free(walk_ctx.pre_alloc_req); in cache_read()
270 struct pcache_backing_dev_req *pre_alloc_req; member