| 313 | |
| 314 | |
| 315 | struct ProtectHeader:BlockHeader |
| 316 | { |
| 317 | byte Version; |
| 318 | ushort RecSectors; |
| 319 | uint TotalBlocks; |
| 320 | byte Mark[8]; |
| 321 | }; |
| 322 | |
| 323 | |
| 324 | struct UnixOwnersHeader:SubBlockHeader |
nothing calls this directly
no outgoing calls
no test coverage detected