| 1125 | } |
| 1126 | |
| 1127 | void |
| 1128 | Cmd_Allocate_Empty_Spans() |
| 1129 | { |
| 1130 | VolumeAllocator va; |
| 1131 | |
| 1132 | // OPEN_RW_FLAG = O_RDWR; |
| 1133 | if ((err = va.load(SpanFile, VolumeFile))) { |
| 1134 | va.fillEmptySpans(); |
| 1135 | } |
| 1136 | } |
| 1137 | |
| 1138 | void |
| 1139 | Simulate_Span_Allocation() |
nothing calls this directly
no test coverage detected