Searched refs:crc_stored (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5-ppl.c | 992 u32 crc, crc_stored; in ppl_recover() local 999 crc_stored = le32_to_cpu(e->checksum); in ppl_recover() 1020 if (crc != crc_stored) { in ppl_recover() 1027 __func__, crc_stored, crc); in ppl_recover() 1086 u32 crc, crc_stored; in ppl_load_distributed() local 1118 crc_stored = le32_to_cpu(pplhdr->checksum); in ppl_load_distributed() 1122 if (crc_stored != crc) { in ppl_load_distributed() 1124 __func__, crc_stored, crc, in ppl_load_distributed()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5-ppl.c | 987 u32 crc, crc_stored; in ppl_recover() local 994 crc_stored = le32_to_cpu(e->checksum); in ppl_recover() 1015 if (crc != crc_stored) { in ppl_recover() 1022 __func__, crc_stored, crc); in ppl_recover() 1081 u32 crc, crc_stored; in ppl_load_distributed() local 1113 crc_stored = le32_to_cpu(pplhdr->checksum); in ppl_load_distributed() 1117 if (crc_stored != crc) { in ppl_load_distributed() 1119 __func__, crc_stored, crc, in ppl_load_distributed()
|
Completed in 5 milliseconds