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

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp58 status_t error = fBlockInfos.Init();
182 BlockInfo* blockInfo = fBlockInfos.Clear(true);
294 BlockInfo* info = fBlockInfos.Lookup(blockIndex);
323 fBlockInfos.Insert(infoDeleter.Detach());
334 BlockInfo* info = fBlockInfos.Lookup(blockIndex);
351 fBlockInfos.Remove(info);
401 for (BlockInfoTable::Iterator it = fBlockInfos.GetIterator();
431 for (BlockInfoTable::Iterator it = fBlockInfos.GetIterator();
H A DTransaction.h127 BlockInfoTable fBlockInfos; member in class:Transaction

Completed in 83 milliseconds