Searched refs:m_pSuper (Results 1 – 2 of 2) sorted by relevance
555 m_pSuper (NULL), in OStorePageBIOS()613 if ((m_pSuper = new SuperBlockPage()) == 0) in initialize_Impl()616 eErrCode = read (0, m_pSuper, SuperBlockPage::theSize); in initialize_Impl()620 eErrCode = m_pSuper->verify (*this); in initialize_Impl()652 if ((m_pSuper = new(rnPageSize) SuperBlockPage(rnPageSize)) == 0) in initialize_Impl()654 eErrCode = m_pSuper->save (*this, rnPageSize); in initialize_Impl()659 rnPageSize = store::ntohs(m_pSuper->m_aSuperOne.m_aDescr.m_nSize); in initialize_Impl()692 delete m_pSuper, m_pSuper = 0; in cleanup_Impl()843 eErrCode = m_pSuper->unusedHead (*this, aPageHead); in allocate()856 return m_pSuper->unusedPop (*this, aPageHead); in allocate()[all …]
180 SuperBlockPage * m_pSuper; member in store::OStorePageBIOS