|
XenevaOS
|
#include <FileSystemInfo.h>
Public Attributes | |
| UINT64 | Size |
| BOOLEAN | ReadOnly |
| UINT64 | VolumeSize |
| UINT64 | FreeSpace |
| UINT32 | BlockSize |
| CHAR16 | VolumeLabel [1] |
| UINT32 EFI_FILE_SYSTEM_INFO::BlockSize |
The nominal block size by which files are typically grown.
| UINT64 EFI_FILE_SYSTEM_INFO::FreeSpace |
The number of available bytes for use by the file system.
| BOOLEAN EFI_FILE_SYSTEM_INFO::ReadOnly |
TRUE if the volume only supports read access.
| UINT64 EFI_FILE_SYSTEM_INFO::Size |
The size of the EFI_FILE_SYSTEM_INFO structure, including the Null-terminated VolumeLabel string.
| CHAR16 EFI_FILE_SYSTEM_INFO::VolumeLabel[1] |
The Null-terminated string that is the volume's label.
| UINT64 EFI_FILE_SYSTEM_INFO::VolumeSize |
The number of bytes managed by the file system.