Searched refs:pMB (Results 1 – 2 of 2) sorted by relevance
60 MASTERBLOCK * pMB; in RedVolFormat() local72 RedBufferDiscard( pMB ); in RedVolFormat()187 pMB->ulVersion = RED_DISK_LAYOUT_VERSION; in RedVolFormat()188 RedStrNCpy( pMB->acBuildNum, RED_BUILD_NUMBER, sizeof( pMB->acBuildNum ) ); in RedVolFormat()189 pMB->ulFormatTime = RedOsClockGetTime(); in RedVolFormat()192 pMB->uMaxNameLen = REDCONF_NAME_MAX; in RedVolFormat()195 pMB->bBlockSizeP2 = BLOCK_SIZE_P2; in RedVolFormat()198 pMB->bFlags |= MBFLAG_API_POSIX; in RedVolFormat()204 pMB->bFlags |= MBFLAG_INODE_BLOCKS; in RedVolFormat()207 pMB->bFlags |= MBFLAG_INODE_NLINK; in RedVolFormat()[all …]
92 MASTERBLOCK * pMB; in RedVolMountMaster() local106 if( ( pMB->ulVersion != RED_DISK_LAYOUT_VERSION ) || in RedVolMountMaster()107 ( pMB->ulInodeCount != gpRedVolConf->ulInodeCount ) || in RedVolMountMaster()108 ( pMB->ulBlockCount != gpRedVolume->ulBlockCount ) || in RedVolMountMaster()109 ( pMB->uMaxNameLen != REDCONF_NAME_MAX ) || in RedVolMountMaster()110 ( pMB->uDirectPointers != REDCONF_DIRECT_POINTERS ) || in RedVolMountMaster()111 ( pMB->uIndirectPointers != REDCONF_INDIRECT_POINTERS ) || in RedVolMountMaster()112 ( pMB->bBlockSizeP2 != BLOCK_SIZE_P2 ) || in RedVolMountMaster()126 else if( ( pMB->bFlags & MBFLAG_INODE_NLINK ) != 0U ) in RedVolMountMaster()139 gpRedVolume->ullSequence = pMB->hdr.ullSequence; in RedVolMountMaster()[all …]
Completed in 7 milliseconds