Searched refs:cached_stripe_list (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/md/ |
| D | raid5-cache.c | 1957 r5c_recovery_drop_stripes(struct list_head *cached_stripe_list, in r5c_recovery_drop_stripes() argument 1962 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) { in r5c_recovery_drop_stripes() 1970 r5c_recovery_replay_stripes(struct list_head *cached_stripe_list, in r5c_recovery_replay_stripes() argument 1975 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) in r5c_recovery_replay_stripes() 2080 struct list_head *cached_stripe_list) in r5c_recovery_analyze_meta_block() argument 2120 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2142 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2153 cached_stripe_list, ctx); in r5c_recovery_analyze_meta_block() 2180 list_add_tail(&sh->lru, cached_stripe_list); in r5c_recovery_analyze_meta_block() 2187 list_move_tail(&sh->lru, cached_stripe_list); in r5c_recovery_analyze_meta_block()
|