Searched refs:UBI_VTBL_RECORD_SIZE_CRC (Results 1 – 2 of 2) sorted by relevance
101 crc = crc32(UBI_CRC32_INIT, vtbl_rec, UBI_VTBL_RECORD_SIZE_CRC); in ubi_change_vtbl_record()142 UBI_VTBL_RECORD_SIZE_CRC); in ubi_vtbl_rename_volumes()176 crc = crc32(UBI_CRC32_INIT, &vtbl[i], UBI_VTBL_RECORD_SIZE_CRC); in vtbl_check()
315 #define UBI_VTBL_RECORD_SIZE_CRC (UBI_VTBL_RECORD_SIZE - sizeof(__be32)) macro