XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_FILE_SYSTEM_INFO Struct Reference

#include <FileSystemInfo.h>

Public Attributes

UINT64 Size
 
BOOLEAN ReadOnly
 
UINT64 VolumeSize
 
UINT64 FreeSpace
 
UINT32 BlockSize
 
CHAR16 VolumeLabel [1]
 

Member Data Documentation

◆ BlockSize

UINT32 EFI_FILE_SYSTEM_INFO::BlockSize

The nominal block size by which files are typically grown.

◆ FreeSpace

UINT64 EFI_FILE_SYSTEM_INFO::FreeSpace

The number of available bytes for use by the file system.

◆ ReadOnly

BOOLEAN EFI_FILE_SYSTEM_INFO::ReadOnly

TRUE if the volume only supports read access.

◆ Size

UINT64 EFI_FILE_SYSTEM_INFO::Size

The size of the EFI_FILE_SYSTEM_INFO structure, including the Null-terminated VolumeLabel string.

◆ VolumeLabel

CHAR16 EFI_FILE_SYSTEM_INFO::VolumeLabel[1]

The Null-terminated string that is the volume's label.

◆ VolumeSize

UINT64 EFI_FILE_SYSTEM_INFO::VolumeSize

The number of bytes managed by the file system.


The documentation for this struct was generated from the following file: