Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-cache-target.c76 blk_status_t (*commit_op)(void *context); member
123 r = b->commit_op(b->commit_context); in __commit()
142 blk_status_t (*commit_op)(void *), in batcher_init()
148 b->commit_op = commit_op; in batcher_init()
1759 static blk_status_t commit_op(void *context) in commit_op() function
2564 batcher_init(&cache->committer, commit_op, cache, in cache_create()