Searched refs:StdInfo (Results 1 – 3 of 3) sorted by relevance
136 PSTANDARD_INFORMATION StdInfo; in NtfsGetDirectoryInformation() local155 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() local228 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() local303 StdInfo = GetStandardInformationFromRecord(DeviceExt, FileRecord); in NtfsGetBothDirectoryInformation()[all …]
399 PSTANDARD_INFORMATION StdInfo; in NtfsMakeFCBFromDirEntry() local446 StdInfo = GetStandardInformationFromRecord(Vcb, Record); in NtfsMakeFCBFromDirEntry()447 if (StdInfo != NULL) in NtfsMakeFCBFromDirEntry()449 rcFCB->Entry.FileAttributes |= StdInfo->FileAttribute; in NtfsMakeFCBFromDirEntry()
1946 PSTANDARD_INFORMATION StdInfo; in GetStandardInformationFromRecord() local1953 … StdInfo = (PSTANDARD_INFORMATION)((ULONG_PTR)Attribute + Attribute->Resident.ValueOffset); in GetStandardInformationFromRecord()1955 return StdInfo; in GetStandardInformationFromRecord()