Searched refs:r5c (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 236 struct list_head r5c; /* for r5c_cache->stripe_in_journal */ member 394 STRIPE_R5C_PARTIAL_STRIPE, /* in r5c cache (to-be/being handled or 397 STRIPE_R5C_FULL_STRIPE, /* in r5c cache (to-be/being handled or 521 * r5c journal modes of the array: write-back or write-through.
|
H A D | raid5-cache.c | 968 BUG_ON(!list_empty(&sh->r5c)); in r5l_log_stripe() 971 list_add_tail(&sh->r5c, in r5l_log_stripe() 1169 struct stripe_head, r5c); in r5c_calculate_new_cp() 1470 list_for_each_entry(sh, &log->stripe_in_journal_list, r5c) { in r5c_do_reclaim() 2414 list_add_tail(&sh->r5c, &log->stripe_in_journal_list); in r5c_recovery_rewrite_data_only_stripes() 2593 pr_debug("md/raid:%s: setting r5c cache mode to %d: %s\n", in r5c_journal_mode_set() 2844 list_del_init(&sh->r5c); in r5c_finish_stripe_write_out()
|
H A D | raid5.c | 229 * 1. when quiesce in r5c write back; in do_release_stripe() 2305 INIT_LIST_HEAD(&sh->r5c); in alloc_stripe() 5069 * 3/ A r5c cache log write is in flight. in handle_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 237 struct list_head r5c; /* for r5c_cache->stripe_in_journal */ member 395 STRIPE_R5C_PARTIAL_STRIPE, /* in r5c cache (to-be/being handled or 398 STRIPE_R5C_FULL_STRIPE, /* in r5c cache (to-be/being handled or 523 * r5c journal modes of the array: write-back or write-through.
|
H A D | raid5-cache.c | 967 BUG_ON(!list_empty(&sh->r5c)); in r5l_log_stripe() 970 list_add_tail(&sh->r5c, in r5l_log_stripe() 1168 struct stripe_head, r5c); in r5c_calculate_new_cp() 1469 list_for_each_entry(sh, &log->stripe_in_journal_list, r5c) { in r5c_do_reclaim() 2408 list_add_tail(&sh->r5c, &log->stripe_in_journal_list); in r5c_recovery_rewrite_data_only_stripes() 2590 pr_debug("md/raid:%s: setting r5c cache mode to %d: %s\n", in r5c_journal_mode_set() 2841 list_del_init(&sh->r5c); in r5c_finish_stripe_write_out()
|
H A D | raid5.c | 238 * 1. when quiesce in r5c write back; 2382 INIT_LIST_HEAD(&sh->r5c); in alloc_stripe() 5182 * 3/ A r5c cache log write is in flight. in handle_stripe()
|
Completed in 44 milliseconds