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