Searched refs:cache_lookup (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | request.c | 578 static void cache_lookup(struct closure *cl) in cache_lookup() function 591 continue_at(cl, cache_lookup, bcache_wq); in cache_lookup() 957 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in cached_dev_read() 1315 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in flash_dev_submit_bio()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | request.c | 578 static void cache_lookup(struct closure *cl) in cache_lookup() function 591 continue_at(cl, cache_lookup, bcache_wq); in cache_lookup() 952 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in cached_dev_read() 1315 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in flash_dev_submit_bio()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | backref.h | 103 bool (*cache_lookup)(u64 leaf_bytenr, void *user_ctx, member 113 * criteria. The @cache_lookup and @cache_store callbacks should not
|
H A D | backref.c | 62 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() 2460 if (ctx->cache_lookup) { in iterate_extent_inodes() 2465 cached = ctx->cache_lookup(leaf_bytenr, ctx->user_ctx, in iterate_extent_inodes()
|
H A D | send.c | 1650 backref_walk_ctx.cache_lookup = lookup_backref_cache; in find_extent_clone()
|
Completed in 19 milliseconds