Lines Matching refs:SymlinkInformation
446 PSYMLINK_INFORMATION SymlinkInformation; in MountMgrNextDriveLetterWorker() local
491 … SymlinkInformation = CONTAINING_RECORD(NextEntry, SYMLINK_INFORMATION, SymbolicLinksListEntry); in MountMgrNextDriveLetterWorker()
494 if (IsDriveLetter(&(SymlinkInformation->Name)) && SymlinkInformation->Online) in MountMgrNextDriveLetterWorker()
497 … DriveLetterInfo->CurrentDriveLetter = (CHAR)SymlinkInformation->Name.Buffer[LETTER_POSITION]; in MountMgrNextDriveLetterWorker()
827 PSYMLINK_INFORMATION SymlinkInformation; in MountMgrQueryDosVolumePath() local
881 …SymlinkInformation = CONTAINING_RECORD(SymlinksEntry, SYMLINK_INFORMATION, SymbolicLinksListEntry); in MountMgrQueryDosVolumePath()
884 if (MOUNTMGR_IS_DRIVE_LETTER(&SymlinkInformation->Name) && SymlinkInformation->Online) in MountMgrQueryDosVolumePath()
949 DeviceString[0] = SymlinkInformation->Name.Buffer[LETTER_POSITION]; in MountMgrQueryDosVolumePath()
975 …SymlinkInformation = CONTAINING_RECORD(SymlinksEntry, SYMLINK_INFORMATION, SymbolicLinksListEntry); in MountMgrQueryDosVolumePath()
977 if (MOUNTMGR_IS_VOLUME_NAME(&SymlinkInformation->Name)) in MountMgrQueryDosVolumePath()
986 DeviceLength = SymlinkInformation->Name.Length; in MountMgrQueryDosVolumePath()
993 RtlCopyMemory(DeviceString, SymlinkInformation->Name.Buffer, DeviceLength); in MountMgrQueryDosVolumePath()
1051 PSYMLINK_INFORMATION SymlinkInformation; in MountMgrValidateBackPointer() local
1128 …SymlinkInformation = CONTAINING_RECORD(SymlinksEntry, SYMLINK_INFORMATION, SymbolicLinksListEntry); in MountMgrValidateBackPointer()
1130 if (RtlEqualUnicodeString(&SubstituteName, &SymlinkInformation->Name, TRUE)) in MountMgrValidateBackPointer()
1157 PSYMLINK_INFORMATION SymlinkInformation; in MountMgrQueryVolumePaths() local
1170 SymlinkInformation = CONTAINING_RECORD(Entry, SYMLINK_INFORMATION, SymbolicLinksListEntry); in MountMgrQueryVolumePaths()
1173 if (MOUNTMGR_IS_DRIVE_LETTER(&SymlinkInformation->Name) && SymlinkInformation->Online) in MountMgrQueryVolumePaths()
1184 SymlinkInformation = NULL; in MountMgrQueryVolumePaths()
1205 if (SymlinkInformation != NULL) in MountMgrQueryVolumePaths()
1207 (*VolumePaths)->MultiSz[0] = SymlinkInformation->Name.Buffer[LETTER_POSITION]; in MountMgrQueryVolumePaths()
1366 if (SymlinkInformation != NULL) in MountMgrQueryVolumePaths()
1368 (*VolumePaths)->MultiSz[0] = SymlinkInformation->Name.Buffer[LETTER_POSITION]; in MountMgrQueryVolumePaths()