Home
last modified time | relevance | path

Searched refs:StdInfo (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/ntfs/
H A Ddirctl.c136 PSTANDARD_INFORMATION StdInfo; in NtfsGetDirectoryInformation() local
155 StdInfo = GetStandardInformationFromRecord(DeviceExt, FileRecord); in NtfsGetDirectoryInformation()
156 ASSERT(StdInfo != NULL); in NtfsGetDirectoryInformation()
185 …NtfsFileFlagsToAttributes(FileName->FileAttributes | StdInfo->FileAttribute, &Info->FileAttributes… in NtfsGetDirectoryInformation()
209 PSTANDARD_INFORMATION StdInfo; in NtfsGetFullDirectoryInformation() local
228 StdInfo = GetStandardInformationFromRecord(DeviceExt, FileRecord); in NtfsGetFullDirectoryInformation()
229 ASSERT(StdInfo != NULL); in NtfsGetFullDirectoryInformation()
258 …NtfsFileFlagsToAttributes(FileName->FileAttributes | StdInfo->FileAttribute, &Info->FileAttributes… in NtfsGetFullDirectoryInformation()
283 PSTANDARD_INFORMATION StdInfo; in NtfsGetBothDirectoryInformation() local
303 StdInfo = GetStandardInformationFromRecord(DeviceExt, FileRecord); in NtfsGetBothDirectoryInformation()
[all …]
H A Dfcb.c399 PSTANDARD_INFORMATION StdInfo; in NtfsMakeFCBFromDirEntry() local
446 StdInfo = GetStandardInformationFromRecord(Vcb, Record); in NtfsMakeFCBFromDirEntry()
447 if (StdInfo != NULL) in NtfsMakeFCBFromDirEntry()
449 rcFCB->Entry.FileAttributes |= StdInfo->FileAttribute; in NtfsMakeFCBFromDirEntry()
H A Dattrib.c1946 PSTANDARD_INFORMATION StdInfo; in GetStandardInformationFromRecord() local
1953StdInfo = (PSTANDARD_INFORMATION)((ULONG_PTR)Attribute + Attribute->Resident.ValueOffset); in GetStandardInformationFromRecord()
1955 return StdInfo; in GetStandardInformationFromRecord()