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

/haiku-fatelf/src/bin/
H A Ddf.cpp90 PrintBlocks(int64 blocks, int64 blockSize, bool showBlocks) argument
94 if (showBlocks)
138 PrintCompact(dev_t device, bool showBlocks, bool all) argument
149 PrintBlocks(info.total_blocks, info.block_size, showBlocks);
150 PrintBlocks(info.free_blocks, info.block_size, showBlocks);
191 bool showBlocks = false; local
204 showBlocks = true;
215 showBlocks = true;
237 PrintCompact(device, showBlocks, all);
/haiku-fatelf/src/system/kernel/cache/
H A Dblock_cache.cpp2149 bool showBlocks = false; local
2155 showBlocks = true;
2234 if (showBlocks) {
2248 if (showBlocks)
2273 bool showBlocks = false; local
2276 showBlocks = true;
2320 if (!showBlocks)

Completed in 100 milliseconds