PROTOCOLS
Admin
Defined in fuchsia.fs/admin.fidl
Administration functionality for filesystems.
Shutdown
Shuts down the filesystem. Once the filesystem receives the shutdown request, it will complete any active requests before terminating, but will not respond to new requests. This call blocks until all open connections to the filesystem are terminated and any underlying block devices or other owned channels are released, then it responds to this request and closes this channel.
Request
<EMPTY>
Response
<EMPTY>
ENUMS
VfsType flexible
Type: uint32
Defined in fuchsia.fs/const.fidl
Name | Value | Description |
---|---|---|
BLOBFS |
2657701153 |
|
FATFS |
3463007521 |
|
MINFS |
1852394785 |
|
MEMFS |
1047088417 |
|
FACTORYFS |
510217505 |
|
FXFS |
1936095334 |
|
F2FS |
4268313889 |