Searched refs:freeAll (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDataStream.cpp754 bool freeAll = start == 0; local
756 return _FreeBlocks(transaction, indirect, start, end, freeAll, 0);
773 bool freeAll = start == 0; local
775 return _FreeBlocks(transaction, doubleIndirect, start, end, freeAll, 1);
790 bool freeAll = start == 0; local
792 return _FreeBlocks(transaction, tripleIndirect, start, end, freeAll, 2);

Completed in 34 milliseconds