Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache.h260 struct pcache_cache_subtree_walk_ctx { struct
280 struct pcache_cache_subtree_walk_ctx *ctx); argument
287 struct pcache_cache_subtree_walk_ctx *ctx); argument
294 struct pcache_cache_subtree_walk_ctx *ctx); argument
301 struct pcache_cache_subtree_walk_ctx *ctx); argument
308 struct pcache_cache_subtree_walk_ctx *ctx); argument
315 struct pcache_cache_subtree_walk_ctx *ctx); argument
317 int (*walk_finally)(struct pcache_cache_subtree_walk_ctx *ctx, int ret); argument
318 bool (*walk_done)(struct pcache_cache_subtree_walk_ctx *ctx); argument
321 int cache_subtree_walk(struct pcache_cache_subtree_walk_ctx *ctx);
H A Dcache_req.c288 static struct pcache_backing_dev_req *get_pre_alloc_req(struct pcache_cache_subtree_walk_ctx *ctx) in get_pre_alloc_req()
328 struct pcache_cache_subtree_walk_ctx *ctx) in read_before()
359 struct pcache_cache_subtree_walk_ctx *ctx) in read_overlap_tail()
420 struct pcache_cache_subtree_walk_ctx *ctx) in read_overlap_contain()
485 struct pcache_cache_subtree_walk_ctx *ctx) in read_overlap_contained()
531 struct pcache_cache_subtree_walk_ctx *ctx) in read_overlap_head()
595 static int read_walk_finally(struct pcache_cache_subtree_walk_ctx *ctx, int ret) in read_walk_finally()
632 static bool read_walk_done(struct pcache_cache_subtree_walk_ctx *ctx) in read_walk_done()
669 struct pcache_cache_subtree_walk_ctx walk_ctx = { 0 }; in cache_read()
H A Dcache_key.c238 int cache_subtree_walk(struct pcache_cache_subtree_walk_ctx *ctx) in cache_subtree_walk()
395 static struct pcache_cache_key *get_pre_alloc_key(struct pcache_cache_subtree_walk_ctx *ctx) in get_pre_alloc_key()
421 struct pcache_cache_subtree_walk_ctx *ctx) in fixup_overlap_tail()
455 struct pcache_cache_subtree_walk_ctx *ctx) in fixup_overlap_contain()
482 struct pcache_cache_key *key_tmp, struct pcache_cache_subtree_walk_ctx *ctx) in fixup_overlap_contained()
547 struct pcache_cache_key *key_tmp, struct pcache_cache_subtree_walk_ctx *ctx) in fixup_overlap_head()
578 struct pcache_cache_subtree_walk_ctx walk_ctx = { 0 }; in cache_key_insert()