Home
last modified time | relevance | path

Searched refs:submit_req_list (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-pcache/
H A Dcache_req.c344 list_add(&backing_req->node, ctx->submit_req_list); in read_before()
378 list_add(&backing_req->node, ctx->submit_req_list); in read_overlap_tail()
439 list_add(&backing_req->node, ctx->submit_req_list); in read_overlap_contain()
601 list_for_each_entry_safe(backing_req, next_req, ctx->submit_req_list, node) { in read_walk_finally()
672 LIST_HEAD(submit_req_list); in cache_read()
686 walk_ctx.submit_req_list = &submit_req_list; in cache_read()
731 list_for_each_entry_safe(backing_req, next_req, &submit_req_list, node) { in cache_read()
H A Dcache.h273 struct list_head *submit_req_list; member