RootFS returns root filesystem.
()
| 234 | type FlakeyDevice interface { |
| 235 | // RootFS returns root filesystem. |
| 236 | RootFS() string |
| 237 | |
| 238 | // PowerFailure simulates power failure with drop all the writes. |
| 239 | PowerFailure(mntOpt string) error |
no outgoing calls