ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <from_kernel.h>
Public Attributes | |
LARGE_INTEGER | TotalAllocationUnits |
LARGE_INTEGER | AvailableAllocationUnits |
ULONG | SectorsPerAllocationUnit |
ULONG | BytesPerSector |
Definition at line 262 of file from_kernel.h.
LARGE_INTEGER _FILE_FS_SIZE_INFORMATION::AvailableAllocationUnits |
Definition at line 264 of file from_kernel.h.
Referenced by _Dispatch_type_(), Ext2QueryVolumeInformation(), FsdGetFsSizeInformation(), GetDiskFreeSpaceExW(), GetDiskFreeSpaceW(), NtfsGetFsSizeInformation(), SmpCreateVolumeDescriptors(), SmpGetVolumeFreeSpace(), test_file_full_size_information(), and TestVolumeInfo().
ULONG _FILE_FS_SIZE_INFORMATION::BytesPerSector |
Definition at line 266 of file from_kernel.h.
Referenced by _Dispatch_type_(), BtrfsPropSheet::check_file(), CmpInitializeHive(), CmpOpenHiveFiles(), Ext2QueryVolumeInformation(), FsdGetFsSizeInformation(), GetDiskFreeSpaceExW(), GetDiskFreeSpaceW(), NpQueryFsSizeInfo(), NtfsGetFsSizeInformation(), SmpCreateVolumeDescriptors(), SmpGetVolumeFreeSpace(), test_file_full_size_information(), and TestVolumeInfo().
ULONG _FILE_FS_SIZE_INFORMATION::SectorsPerAllocationUnit |
Definition at line 265 of file from_kernel.h.
Referenced by _Dispatch_type_(), Ext2QueryVolumeInformation(), FsdGetFsSizeInformation(), GetDiskFreeSpaceExW(), GetDiskFreeSpaceW(), NpQueryFsSizeInfo(), NtfsGetFsSizeInformation(), SmpCreateVolumeDescriptors(), SmpGetVolumeFreeSpace(), test_file_full_size_information(), and TestVolumeInfo().
LARGE_INTEGER _FILE_FS_SIZE_INFORMATION::TotalAllocationUnits |
Definition at line 263 of file from_kernel.h.
Referenced by _Dispatch_type_(), Ext2QueryVolumeInformation(), FsdGetFsSizeInformation(), GetDiskFreeSpaceExW(), GetDiskFreeSpaceW(), NtfsGetFsSizeInformation(), test_file_full_size_information(), and TestVolumeInfo().