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

/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp262 BList superBlocks; local
290 B_PRIdOFF "\n", superBlocks.CountItems() + 1, offset);
301 superBlocks.AddItem(info);
306 if (superBlocks.CountItems() == 0) {
315 for (int32 i = 0; i < superBlocks.CountItems(); i++) {
316 bfs_disk_info *info = (bfs_disk_info *)superBlocks.ItemAt(i);
332 if (index > superBlocks.CountItems() || index < 1) {
337 bfs_disk_info *info = (bfs_disk_info *)superBlocks.ItemAt(index - 1);

Completed in 36 milliseconds