Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache_key.c339 if (ctx->walk_finally) in cache_subtree_walk()
340 ret = ctx->walk_finally(ctx, ret); in cache_subtree_walk()
H A Dcache.h317 int (*walk_finally)(struct pcache_cache_subtree_walk_ctx *ctx, int ret); member
H A Dcache_req.c683 walk_ctx.walk_finally = read_walk_finally; in cache_read()