Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dbackref.h115 bool (*cache_lookup)(u64 leaf_bytenr, void *user_ctx, member
125 * criteria. The @cache_lookup and @cache_store callbacks should not
H A Dbackref.c62 if (!ctx->indirect_ref_iterator || !ctx->cache_lookup) in check_extent_in_eb()
65 cached = ctx->cache_lookup(eb->start, ctx->user_ctx, &root_ids, in check_extent_in_eb()
2458 if (ctx->cache_lookup) { in iterate_extent_inodes()
2463 cached = ctx->cache_lookup(leaf_bytenr, ctx->user_ctx, in iterate_extent_inodes()
/linux/drivers/md/bcache/
H A Drequest.c592 static CLOSURE_CALLBACK(cache_lookup) in CLOSURE_CALLBACK() argument
605 continue_at(cl, cache_lookup, bcache_wq); in CLOSURE_CALLBACK()
966 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in cached_dev_read()
1329 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in flash_dev_submit_bio()