Searched refs:cached_stripe_list (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/md/ ! |
D | raid5-cache.c | 1948 r5c_recovery_drop_stripes(struct list_head *cached_stripe_list, in r5c_recovery_drop_stripes() argument 1953 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) { in r5c_recovery_drop_stripes() 1961 r5c_recovery_replay_stripes(struct list_head *cached_stripe_list, in r5c_recovery_replay_stripes() argument 1966 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) in r5c_recovery_replay_stripes() 2071 struct list_head *cached_stripe_list) in r5c_recovery_analyze_meta_block() argument 2111 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2133 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2144 cached_stripe_list, ctx); in r5c_recovery_analyze_meta_block() 2171 list_add_tail(&sh->lru, cached_stripe_list); in r5c_recovery_analyze_meta_block() 2178 list_move_tail(&sh->lru, cached_stripe_list); in r5c_recovery_analyze_meta_block()
|