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

/haiku/src/bin/
H A Ddf.cpp91 PrintBlocks(int64 blocks, int64 blockSize, bool showBlocks) argument
95 if (showBlocks)
143 PrintCompact(dev_t device, bool showBlocks, bool all) argument
153 PrintBlocks(info.total_blocks, info.block_size, showBlocks);
154 PrintBlocks(info.free_blocks, info.block_size, showBlocks);
197 bool showBlocks = false; local
210 showBlocks = true;
224 showBlocks = true;
246 PrintCompact(device, showBlocks, all);
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp2213 bool showBlocks = false; local
2219 showBlocks = true;
2296 if (showBlocks) {
2309 if (showBlocks)
2333 bool showBlocks = false; local
2336 showBlocks = true;
2380 if (!showBlocks)

Completed in 117 milliseconds