Home
last modified time | relevance | path

Searched refs:UBI_VTBL_RECORD_SIZE_CRC (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/mtd/ubi/
Dvtbl.c101 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()
Dubi-media.h315 #define UBI_VTBL_RECORD_SIZE_CRC (UBI_VTBL_RECORD_SIZE - sizeof(__be32)) macro