Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Draid5-cache.c1618 struct list_head cached_list; member
2255 &ctx->cached_list); in r5c_recovery_flush_log()
2267 r5c_recovery_drop_stripes(&ctx->cached_list, ctx); in r5c_recovery_flush_log()
2272 r5c_recovery_replay_stripes(&ctx->cached_list, ctx); in r5c_recovery_flush_log()
2275 list_for_each_entry(sh, &ctx->cached_list, lru) { in r5c_recovery_flush_log()
2369 WARN_ON(list_empty(&ctx->cached_list)); in r5c_recovery_rewrite_data_only_stripes()
2371 list_for_each_entry(sh, &ctx->cached_list, lru) { in r5c_recovery_rewrite_data_only_stripes()
2439 list_for_each_entry_safe(sh, next, &ctx->cached_list, lru) { in r5c_recovery_flush_data_only_stripes()
2466 INIT_LIST_HEAD(&ctx->cached_list); in r5l_recovery_log()