Searched refs:cache_lookup (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/btrfs/
H A Dbackref.h115 bool (*cache_lookup)(u64 leaf_bytenr, void *user_ctx, member in struct:btrfs_backref_walk_ctx
125 * criteria. The @cache_lookup and @cache_store callbacks should not
H A Dbackref.c62 if (!ctx->indirect_ref_iterator || !ctx->cache_lookup)
65 cached = ctx->cache_lookup(eb->start, ctx->user_ctx, &root_ids,
2466 if (ctx->cache_lookup) {
2471 cached = ctx->cache_lookup(leaf_bytenr, ctx->user_ctx,
H A Dsend.c1662 backref_walk_ctx.cache_lookup = lookup_backref_cache;
/linux-master/drivers/md/bcache/
H A Drequest.c578 static CLOSURE_CALLBACK(cache_lookup)
591 continue_at(cl, cache_lookup, bcache_wq);
952 closure_call(&s->iop.cl, cache_lookup, NULL, cl);
1315 closure_call(&s->iop.cl, cache_lookup, NULL, cl);

Completed in 234 milliseconds