Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dbacking_dev.h119 struct pcache_backing_dev_req *backing_dev_req_alloc(struct pcache_backing_dev *backing_dev,
H A Dbacking_dev.c255 struct pcache_backing_dev_req *backing_dev_req_alloc(struct pcache_backing_dev *backing_dev, in backing_dev_req_alloc() function
330 backing_req = backing_dev_req_alloc(backing_dev, opts); in backing_dev_req_create()
H A Dcache_req.c241 backing_req = backing_dev_req_alloc(backing_dev, &req_opts); in cache_miss_req_alloc()