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

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.h77 struct BlockInfo { struct in class:Transaction
79 BlockInfo* hashNext;
87 typedef BlockInfo ValueType;
94 size_t Hash(const BlockInfo* value) const
99 bool Compare(uint64 key, const BlockInfo* value) const
104 BlockInfo*& GetLink(BlockInfo* value) const
H A DTransaction.cpp182 BlockInfo* blockInfo = fBlockInfos.Clear(true);
184 BlockInfo* nextInfo = blockInfo->hashNext;
294 BlockInfo* info = fBlockInfos.Lookup(blockIndex);
301 info = new(std::nothrow) BlockInfo;
304 ObjectDeleter<BlockInfo> infoDeleter(info);
334 BlockInfo* info = fBlockInfos.Lookup(blockIndex);
402 BlockInfo* info = it.Next();) {
432 BlockInfo* info = it.Next();) {
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.h52 BlockInfo info;
H A DNode.h45 BlockInfo info;
H A DLeafAttribute.h65 BlockInfo info;
H A DNode.cpp519 fData.info = *(BlockInfo*)(buffer + offset);
520 offset += sizeof(BlockInfo);
H A DInode.h104 struct BlockInfo { struct

Completed in 97 milliseconds