Symbol: BlockInfo
src/add-ons/kernel/file_systems/xfs/LeafAttribute.h
65
BlockInfo info;
src/add-ons/kernel/file_systems/xfs/LeafDirectory.h
52
BlockInfo info;
src/add-ons/kernel/file_systems/xfs/Node.cpp
528
fData.info = *(BlockInfo*)(buffer + offset);
src/add-ons/kernel/file_systems/xfs/Node.cpp
529
offset += sizeof(BlockInfo);
src/add-ons/kernel/file_systems/xfs/Node.h
45
BlockInfo info;
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
182
BlockInfo* blockInfo = fBlockInfos.Clear(true);
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
184
BlockInfo* nextInfo = blockInfo->hashNext;
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
294
BlockInfo* info = fBlockInfos.Lookup(blockIndex);
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
301
info = new(std::nothrow) BlockInfo;
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
304
ObjectDeleter<BlockInfo> infoDeleter(info);
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
334
BlockInfo* info = fBlockInfos.Lookup(blockIndex);
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
402
BlockInfo* info = it.Next();) {
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
432
BlockInfo* info = it.Next();) {
src/tests/system/kernel/file_corruption/fs/Transaction.h
104
BlockInfo*& GetLink(BlockInfo* value) const
src/tests/system/kernel/file_corruption/fs/Transaction.h
79
BlockInfo* hashNext;
src/tests/system/kernel/file_corruption/fs/Transaction.h
87
typedef BlockInfo ValueType;
src/tests/system/kernel/file_corruption/fs/Transaction.h
94
size_t Hash(const BlockInfo* value) const
src/tests/system/kernel/file_corruption/fs/Transaction.h
99
bool Compare(uint64 key, const BlockInfo* value) const