Home
last modified time | relevance | path

Searched refs:VolumeInfo (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/win/
Dntfssect.c35 S_NTFSSECT_VOLINFO * VolumeInfo
37 static DWORD NtfsSectGetVolumePartitionLba(S_NTFSSECT_VOLINFO * VolumeInfo);
95 S_NTFSSECT_VOLINFO * VolumeInfo in NtfsSectGetVolumeHandle() argument
115 VolumeInfo->Handle = CreateFile( in NtfsSectGetVolumeHandle()
125 if (VolumeInfo->Handle == INVALID_HANDLE_VALUE) { in NtfsSectGetVolumeHandle()
132 CloseHandle(VolumeInfo->Handle); in NtfsSectGetVolumeHandle()
140 S_NTFSSECT_VOLINFO * VolumeInfo in NtfsSectGetVolumeInfo() argument
146 if (!VolumeName || !VolumeInfo) in NtfsSectGetVolumeInfo()
149 rc = NtfsSectGetVolumeHandle(VolumeName, VolumeInfo); in NtfsSectGetVolumeInfo()
159 &VolumeInfo->SectorsPerCluster, in NtfsSectGetVolumeInfo()
[all …]
Dntfssect.h77 S_NTFSSECT_VOLINFO * VolumeInfo
89 S_NTFSSECT_VOLINFO * VolumeInfo
101 const S_NTFSSECT_VOLINFO * VolumeInfo,