Home
last modified time | relevance | path

Searched refs:read_crc (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/nvmem/layouts/
H A Donie-tlv.c161 u32 read_crc, calc_crc; in onie_tlv_crc_is_valid() local
174 read_crc = be32_to_cpu(crc_be); in onie_tlv_crc_is_valid()
176 if (read_crc != calc_crc) { in onie_tlv_crc_is_valid()
178 read_crc, calc_crc); in onie_tlv_crc_is_valid()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dstash.c1099 unsigned int crc, read_crc, crc_offset; in hmdfs_verify_restore_file_head() local
1113 read_crc = le32_to_cpu(*((__le32 *)((char *)head + crc_offset))); in hmdfs_verify_restore_file_head()
1115 if (read_crc != crc) { in hmdfs_verify_restore_file_head()
1119 read_crc, crc); in hmdfs_verify_restore_file_head()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dstash.c1089 unsigned int crc, read_crc, crc_offset; in hmdfs_verify_restore_file_head() local
1103 read_crc = le32_to_cpu(*((__le32 *)((char *)head + crc_offset))); in hmdfs_verify_restore_file_head()
1105 if (read_crc != crc) { in hmdfs_verify_restore_file_head()
1109 read_crc, crc); in hmdfs_verify_restore_file_head()

Completed in 8 milliseconds