Searched refs:r5l_log_stripe (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5-cache.c | 902 static int r5l_log_stripe(struct r5l_log *log, struct stripe_head *sh, in r5l_log_stripe() function 1050 ret = r5l_log_stripe(log, sh, data_pages, parity_pages); in r5l_write_stripe() 1074 ret = r5l_log_stripe(log, sh, data_pages, parity_pages); in r5l_write_stripe() 2932 ret = r5l_log_stripe(log, sh, pages, 0); in r5c_cache_data()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5-cache.c | 901 static int r5l_log_stripe(struct r5l_log *log, struct stripe_head *sh, in r5l_log_stripe() function 1049 ret = r5l_log_stripe(log, sh, data_pages, parity_pages); in r5l_write_stripe() 1073 ret = r5l_log_stripe(log, sh, data_pages, parity_pages); in r5l_write_stripe() 2929 ret = r5l_log_stripe(log, sh, pages, 0); in r5c_cache_data()
|
Completed in 12 milliseconds