Module fvm
Source - bind_fvm_driver
- Binds the FVM driver to the device at
controller
. Does not wait for the driver to be ready. - create_fvm_volume
- Creates an FVM volume in
volume_manager
. - format_for_fvm
- Formats the block device at
block_device
to be an empty FVM instance. - set_up_fvm
- Sets up an FVM instance on
block_device
. Returns a connection to the newly created FVM
instance.
TODO(https://fxbug.dev/339491886): Remove this. - start_fvm_driver
- Binds the fvm driver and returns a connection to the newly created FVM instance.
TODO(https://fxbug.dev/339491886): Remove this.