Lines Matching refs:m_xLockBytes
554 : m_xLockBytes (NULL), in OStorePageBIOS()
603 m_xLockBytes = pLockBytes; in initialize_Impl()
604 if (!m_xLockBytes.is()) in initialize_Impl()
626 eErrCode = m_xLockBytes->setSize(0); in initialize_Impl()
662 eErrCode = m_xLockBytes->initialize (m_xAllocator, rnPageSize); in initialize_Impl()
701 m_xLockBytes.clear(); in cleanup_Impl()
712 if (!m_xLockBytes.is()) in read()
716 return m_xLockBytes->readAt (nAddr, pData, nSize); in read()
727 if (!m_xLockBytes.is()) in write()
733 return m_xLockBytes->writeAt (nAddr, pData, nSize); in write()
747 if (!m_xLockBytes.is()) in acquirePage()
789 if (!m_xLockBytes.is()) in releasePage()
832 if (!m_xLockBytes.is()) in allocate()
862 eErrCode = m_xLockBytes->getSize (nSize); in allocate()
880 if (!m_xLockBytes.is()) in free()
902 if (!m_xLockBytes.is()) in loadObjectAt()
919 eErrCode = m_xLockBytes->readPageAt (rPage.get(), nAddr); in loadObjectAt_Impl()
945 if (!m_xLockBytes.is()) in saveObjectAt()
966 eErrCode = m_xLockBytes->writePageAt(rPage.get(), nAddr); in saveObjectAt_Impl()
1003 if (!m_xLockBytes.is()) in flush()
1007 return m_xLockBytes->flush(); in flush()
1023 if (!m_xLockBytes.is()) in size()
1027 return m_xLockBytes->getSize (rnSize); in size()
1046 if (!m_xLockBytes.is()) in scanBegin()
1083 if (!m_xLockBytes.is()) in scanNext()