Home
last modified time | relevance | path

Searched refs:NumFreeInodes (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DExtHandler.cpp289 UInt32 NumFreeInodes; member
386 LE_32 (0x10, NumFreeInodes); in Parse()
388 if (NumInodes < 2 || NumInodes <= NumFreeInodes) in Parse()
510 UInt32 NumFreeInodes; member
530 LE_16 (0x0E, NumFreeInodes); in Parse()
546 HI_16 (0x0E, NumFreeInodes); in Parse()
1205 if (_h.NumInodes < _h.NumFreeInodes) in Open2()
1223 const UInt32 numReserveInodes = _h.NumInodes - _h.NumFreeInodes + 1; in Open2()
1307 if (numEmpty_in_Map != gd.NumFreeInodes) in Open2()
1314 if (numEmpty_in_Maps != _h.NumFreeInodes) in Open2()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DExtHandler.cpp287 UInt32 NumFreeInodes; member
384 LE_32 (0x10, NumFreeInodes); in Parse()
386 if (NumInodes < 2 || NumInodes <= NumFreeInodes) in Parse()
508 UInt32 NumFreeInodes; member
528 LE_16 (0x0E, NumFreeInodes); in Parse()
544 HI_16 (0x0E, NumFreeInodes); in Parse()
1198 if (_h.NumInodes < _h.NumFreeInodes) in Open2()
1216 UInt32 numReserveInodes = _h.NumInodes - _h.NumFreeInodes + 1; in Open2()
1300 if (numEmpty_in_Map != gd.NumFreeInodes) in Open2()
1307 if (numEmpty_in_Maps != _h.NumFreeInodes) in Open2()