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()654 eErrCode = m_pSuper->save (*this, rnPageSize); 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()889 return m_pSuper->unusedPush (*this, nAddr); in free()1050 storeError eErrCode = m_pSuper->verify (*this); in scanBegin()[all …]
180 SuperBlockPage * m_pSuper; member in store::OStorePageBIOS
Completed in 28 milliseconds