Searched refs:fvm (Results 51 - 53 of 53) sorted by relevance

123

/fuchsia/zircon/system/ulib/fs-test-utils/
H A Dfixture.cpp15 #include <fs-management/fvm.h>
39 // Partition name where the filesystem will be mounted when using fvm.
43 constexpr char kFvmDriverLibPath[] = "/boot/driver/fvm.so";
139 fbl::String fvm_device_path = fbl::StringPrintf("%s/fvm", block_device_path.c_str());
143 LOG_ERROR(result, "Failed to bind fvm driver to block device.\nblock_device:%s\n",
354 // If using FVM on top of device, just destroy the fvm, this only applies if
355 // the fvm was created within this process.
359 LOG_ERROR(result, "Failed to destroy fvm in block_device.\nblock_device: %s\n",
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp26 #include <fs-management/fvm.h>
30 #include <fvm/fvm.h>
175 #define FVM_DRIVER_LIB "/boot/driver/fvm.so"
184 constexpr size_t kTotalBytesFvmMinimum = fvm::MetadataSize(kSliceBytesFvmMinimum,
244 snprintf(fvm_path_, sizeof(fvm_path_), "%s/fvm", ramdisk_path_);
249 // Open "fvm" driver.
255 fvm_path_[strlen(fvm_path_) - strlen("/fvm")] = 0;
342 strlcat(path, "/fvm", len);
884 uint64_t metadata_size = fvm
[all...]
/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.cpp12 #include <fs-management/fvm.h>
50 constexpr char kFvmPartitionName[] = "fvm";

Completed in 83 milliseconds

123