Home
last modified time | relevance | path

Searched refs:NumInodes (Results 1 – 4 of 4) sorted by relevance

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DExtHandler.cpp285 UInt32 NumInodes; member
339 UInt64 GetNumGroups2() const { return ((UInt64)NumInodes + InodesPerGroup - 1) / InodesPerGroup; } in GetNumGroups2()
382 LE_32 (0x00, NumInodes); in Parse()
388 if (NumInodes < 2 || NumInodes <= NumFreeInodes) in Parse()
411 if (InodesPerGroup < 1 || InodesPerGroup > NumInodes) in Parse()
1205 if (_h.NumInodes < _h.NumFreeInodes) in Open2()
1209 if (numNodes > _h.NumInodes) in Open2()
1210 numNodes = _h.NumInodes; in Open2()
1223 const UInt32 numReserveInodes = _h.NumInodes - _h.NumFreeInodes + 1; in Open2()
1244 if (globalNodeIndex >= _h.NumInodes) in Open2()
[all …]
H A DSquashfsHandler.cpp148 UInt32 NumInodes; member
236 GET_32 (4, NumInodes); in Parse()
1620 if (_h.NumInodes > totalSize / kMinNodeParseSize) in Open2()
1622 _nodesPos.ClearAndReserve(_h.NumInodes); in Open2()
1623 _nodes.ClearAndReserve(_h.NumInodes); in Open2()
1627 for (UInt32 i = 0; i < _h.NumInodes; i++) in Open2()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DExtHandler.cpp283 UInt32 NumInodes; member
337 UInt64 GetNumGroups2() const { return ((UInt64)NumInodes + InodesPerGroup - 1) / InodesPerGroup; } in GetNumGroups2()
380 LE_32 (0x00, NumInodes); in Parse()
386 if (NumInodes < 2 || NumInodes <= NumFreeInodes) in Parse()
409 if (InodesPerGroup < 1 || InodesPerGroup > NumInodes) in Parse()
1198 if (_h.NumInodes < _h.NumFreeInodes) in Open2()
1202 if (numNodes > _h.NumInodes) in Open2()
1203 numNodes = _h.NumInodes; in Open2()
1216 UInt32 numReserveInodes = _h.NumInodes - _h.NumFreeInodes + 1; in Open2()
1237 if (globalNodeIndex >= _h.NumInodes) in Open2()
[all …]
H A DSquashfsHandler.cpp144 UInt32 NumInodes; member
232 GET_32 (4, NumInodes); in Parse()
1568 _nodesPos.ClearAndReserve(_h.NumInodes); in Open2()
1569 _nodes.ClearAndReserve(_h.NumInodes); in Open2()
1573 for (UInt32 i = 0; i < _h.NumInodes; i++) in Open2()