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

/haiku/src/tests/system/kernel/file_corruption/
H A Dchecksumfs.h58 static const uint32 kCheckSumFSMaxDirEntryTreeDepth = 24; variable
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp634 kCheckSumFSMaxDirEntryTreeDepth + 1];
770 kCheckSumFSMaxDirEntryTreeDepth + 1];
861 kCheckSumFSMaxDirEntryTreeDepth + 1];
996 kCheckSumFSMaxDirEntryTreeDepth + 1];
1096 if (_Depth() > kCheckSumFSMaxDirEntryTreeDepth)
1355 if (_Depth() >= kCheckSumFSMaxDirEntryTreeDepth)

Completed in 1092 milliseconds