Searched refs:cached_stripe_list (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/md/ |
D | raid5-cache.c | 1964 r5c_recovery_drop_stripes(struct list_head *cached_stripe_list, in r5c_recovery_drop_stripes() argument 1969 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) { in r5c_recovery_drop_stripes() 1977 r5c_recovery_replay_stripes(struct list_head *cached_stripe_list, in r5c_recovery_replay_stripes() argument 1982 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) in r5c_recovery_replay_stripes() 2087 struct list_head *cached_stripe_list) in r5c_recovery_analyze_meta_block() argument 2127 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2149 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2160 cached_stripe_list, ctx); in r5c_recovery_analyze_meta_block() 2178 list_add_tail(&sh->lru, cached_stripe_list); in r5c_recovery_analyze_meta_block() 2185 list_move_tail(&sh->lru, cached_stripe_list); in r5c_recovery_analyze_meta_block()
|