Searched refs:cached_stripe_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A 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() 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() 2076 r5c_recovery_analyze_meta_block(struct r5l_log *log, struct r5l_recovery_ctx *ctx, struct list_head *cached_stripe_list) r5c_recovery_analyze_meta_block() argument [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5-cache.c | 1949 r5c_recovery_drop_stripes(struct list_head *cached_stripe_list, in r5c_recovery_drop_stripes() argument 1954 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) { in r5c_recovery_drop_stripes() 1962 r5c_recovery_replay_stripes(struct list_head *cached_stripe_list, in r5c_recovery_replay_stripes() argument 1967 list_for_each_entry_safe(sh, next, cached_stripe_list, lru) in r5c_recovery_replay_stripes() 2072 struct list_head *cached_stripe_list) in r5c_recovery_analyze_meta_block() 2112 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2134 sh = r5c_recovery_lookup_stripe(cached_stripe_list, in r5c_recovery_analyze_meta_block() 2145 cached_stripe_list, ctx); in r5c_recovery_analyze_meta_block() 2172 list_add_tail(&sh->lru, cached_stripe_list); in r5c_recovery_analyze_meta_block() 2179 list_move_tail(&sh->lru, cached_stripe_list); in r5c_recovery_analyze_meta_block() 2070 r5c_recovery_analyze_meta_block(struct r5l_log *log, struct r5l_recovery_ctx *ctx, struct list_head *cached_stripe_list) r5c_recovery_analyze_meta_block() argument [all...] |
Completed in 12 milliseconds