Lines Matching refs:eScope

737     inode::ChunkScope eScope = m_rPage.scope(nOffset);
738 if (eScope == inode::SCOPE_INTERNAL)
757 page::ChunkScope eScope = scope (nPage, aLink); in read() local
760 if (eScope == page::SCOPE_DIRECT) in read()
768 else if (eScope == page::SCOPE_SINGLE) in read()
781 else if (eScope == page::SCOPE_DOUBLE) in read()
794 else if (eScope == page::SCOPE_TRIPLE) in read()
807 else if (eScope == page::SCOPE_UNREACHABLE) in read()
833 page::ChunkScope eScope = scope (nPage, aLink); in write() local
836 if (eScope == page::SCOPE_DIRECT) in write()
855 else if (eScope == page::SCOPE_SINGLE) in write()
868 else if (eScope == page::SCOPE_DOUBLE) in write()
881 else if (eScope == page::SCOPE_TRIPLE) in write()
894 else if (eScope == page::SCOPE_UNREACHABLE) in write()
919 page::ChunkScope eScope = scope (nPage, aLink); in truncate() local
922 if (eScope == page::SCOPE_DIRECT) in truncate()
940 eErrCode = truncate (eScope, aLink.m_nIndex0, rBIOS); in truncate()
942 else if (eScope == page::SCOPE_SINGLE) in truncate()
955 eErrCode = truncate (eScope, aLink.m_nIndex1 + 1, rBIOS); in truncate()
971 else if (eScope == page::SCOPE_DOUBLE) in truncate()
979 eErrCode = truncate (eScope, aLink.m_nIndex2 + 1, rBIOS); in truncate()
996 else if (eScope == page::SCOPE_TRIPLE) in truncate()
999 eErrCode = truncate (eScope, aLink.m_nIndex3 + 1, rBIOS); in truncate()
1016 else if (eScope == page::SCOPE_UNREACHABLE) in truncate()
1036 page::ChunkScope eScope, in truncate() argument
1044 if (eScope == page::SCOPE_DIRECT) in truncate()
1067 if (eScope == page::SCOPE_SINGLE) in truncate()
1086 if (eScope == page::SCOPE_DOUBLE) in truncate()
1105 if (eScope == page::SCOPE_TRIPLE) in truncate()