Searched refs:cached_stripe_list (Results 1 – 1 of 1) sorted by relevance
/drivers/md/ |
D | raid5-cache.c | 1955 r5c_recovery_drop_stripes(struct list_head *cached_stripe_list, in r5c_recovery_drop_stripes() argument 1960 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) { in r5c_recovery_drop_stripes() 1968 r5c_recovery_replay_stripes(struct list_head *cached_stripe_list, in r5c_recovery_replay_stripes() argument 1973 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) in r5c_recovery_replay_stripes() 2078 struct list_head *cached_stripe_list) in r5c_recovery_analyze_meta_block() argument 2118 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2140 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2151 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()
|