struct FvmData

Defined at line 68 of file ../../src/storage/lib/vfs/cpp/inspect/inspect_data.h

fs.fvm properties (supported only for FVM-enabled filesystems)

Public Members

SizeInfo size_info
uint64_t out_of_space_events
static const char[] kPropSizeBytes
static const char[] kPropSizeLimitBytes
static const char[] kPropAvailableSpaceBytes
static const char[] kPropOutOfSpaceEvents

Public Methods

zx::result<SizeInfo> GetSizeInfoFromDevice (const block_client::BlockDevice & device)

Helper function to create a `SizeInfo` using the Fvm protocol from a block device.

Defined at line 63 of file ../../src/storage/lib/vfs/cpp/inspect/inspect_data.cc

Records