Searched defs:runsPerBlock (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DUtility.h101 get_double_indirect_sizes(uint32 baseLength, uint32 blockSize, int32& runsPerBlock, int32& directSize, int32& indirectSize) argument
H A DInode.cpp1447 int32 runsPerBlock; local
1478 int32 runsPerBlock = fVolume->BlockSize() / sizeof(block_run); local
1936 int32 runsPerBlock; local
2060 int32 runsPerBlock = fVolume->BlockSize() / sizeof(block_run); local
[all...]
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp210 int32 runsPerBlock; local
241 int32 runsPerBlock = fVolume.BlockSize() / sizeof(block_run); local
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DStream.h285 int32 runsPerBlock = cached.BlockSize() / sizeof(block_run); local
308 int32 runsPerBlock = fVolume->BlockSize() / sizeof(block_run); local
H A DInode.cpp1388 int32 runsPerBlock = fVolume->BlockSize() / sizeof(block_run); local
1516 int32 runsPerBlock = fVolume->BlockSize() / sizeof(block_run); local
[all...]

Completed in 148 milliseconds