Home
last modified time | relevance | path

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

/reactos/ntoskrnl/io/iomgr/
H A Diofunc.c2302 PFILE_ALL_INFORMATION AllBuffer; in NtQueryInformationFile() local
2571 AllBuffer = Irp->AssociatedIrp.SystemBuffer; in NtQueryInformationFile()
2572 AllBuffer->AccessInformation.AccessFlags = HandleInformation.GrantedAccess; in NtQueryInformationFile()
2573 AllBuffer->ModeInformation.Mode = IopGetFileMode(FileObject); in NtQueryInformationFile()
2574 AllBuffer->AlignmentInformation.AlignmentRequirement = DeviceObject->AlignmentRequirement; in NtQueryInformationFile()