Lines Matching refs:req_opts
235 struct pcache_backing_dev_req_opts req_opts = { 0 }; in cache_miss_req_alloc() local
237 req_opts.type = BACKING_DEV_REQ_TYPE_REQ; in cache_miss_req_alloc()
238 req_opts.gfp_mask = gfp_mask; in cache_miss_req_alloc()
239 req_opts.req.upper_req = parent; in cache_miss_req_alloc()
241 backing_req = backing_dev_req_alloc(backing_dev, &req_opts); in cache_miss_req_alloc()
265 struct pcache_backing_dev_req_opts req_opts = { 0 }; in cache_miss_req_init() local
267 req_opts.type = BACKING_DEV_REQ_TYPE_REQ; in cache_miss_req_init()
268 req_opts.req.upper_req = parent; in cache_miss_req_init()
269 req_opts.req.req_off = off; in cache_miss_req_init()
270 req_opts.req.len = len; in cache_miss_req_init()
271 req_opts.end_fn = miss_read_end_req; in cache_miss_req_init()
273 backing_dev_req_init(backing_req, &req_opts); in cache_miss_req_init()