Searched refs:structType (Results 1 – 3 of 3) sorted by relevance
493 int structType; member767 int structType; member785 int structType; member
3429 cp.structType = sizeof(cp); in yaffs_WriteCheckpointValidityMarker()3446 ok = (cp.structType == sizeof(cp)) && in yaffs_ReadCheckpointValidityMarker()3495 cp.structType = sizeof(cp); in yaffs_WriteCheckpointDevice()3526 if(cp.structType != sizeof(cp)) in yaffs_ReadCheckpointDevice()3714 cp.structType = sizeof(cp); in yaffs_WriteCheckpointObjects()3728 cp.structType = sizeof(cp); in yaffs_WriteCheckpointObjects()3746 if(cp.structType != sizeof(cp)) { in yaffs_ReadCheckpointObjects()
21384 with arrays of 1 element, and replaced sizeof(structType) with21385 offsetof(structType, arrayMember).