Searched refs:UBI_VTBL_RECORD_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dubi-media.h312 #define UBI_VTBL_RECORD_SIZE sizeof(struct ubi_vtbl_record) macro
315 #define UBI_VTBL_RECORD_SIZE_CRC (UBI_VTBL_RECORD_SIZE - sizeof(__be32))
H A Dvtbl.c186 UBI_VTBL_RECORD_SIZE)) {
495 memcpy(&vtbl[i], &empty_vtbl_record, UBI_VTBL_RECORD_SIZE);
795 if (ubi->leb_size < UBI_VTBL_RECORD_SIZE) {
800 ubi->vtbl_slots = ubi->leb_size / UBI_VTBL_RECORD_SIZE;
804 ubi->vtbl_size = ubi->vtbl_slots * UBI_VTBL_RECORD_SIZE;

Completed in 226 milliseconds