Searched refs:walk_ctx (Results 1 – 1 of 1) sorted by relevance
669 struct pcache_cache_subtree_walk_ctx walk_ctx = { 0 }; in cache_read() local675 walk_ctx.cache_tree = &cache->req_key_tree; in cache_read()676 walk_ctx.req_done = 0; in cache_read()677 walk_ctx.pcache_req = pcache_req; in cache_read()678 walk_ctx.before = read_before; in cache_read()679 walk_ctx.overlap_tail = read_overlap_tail; in cache_read()680 walk_ctx.overlap_head = read_overlap_head; in cache_read()681 walk_ctx.overlap_contain = read_overlap_contain; in cache_read()682 walk_ctx.overlap_contained = read_overlap_contained; in cache_read()683 walk_ctx.walk_finally = read_walk_finally; in cache_read()[all …]