Searched refs:cached_stripe_list (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/md/ |
D | raid5-cache.c | 1945 r5c_recovery_drop_stripes(struct list_head *cached_stripe_list, in r5c_recovery_drop_stripes() argument 1950 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) { in r5c_recovery_drop_stripes() 1958 r5c_recovery_replay_stripes(struct list_head *cached_stripe_list, in r5c_recovery_replay_stripes() argument 1963 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) in r5c_recovery_replay_stripes() 2068 struct list_head *cached_stripe_list) in r5c_recovery_analyze_meta_block() argument 2108 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2130 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2141 cached_stripe_list, ctx); in r5c_recovery_analyze_meta_block() 2168 list_add_tail(&sh->lru, cached_stripe_list); in r5c_recovery_analyze_meta_block() 2175 list_move_tail(&sh->lru, cached_stripe_list); in r5c_recovery_analyze_meta_block()
|