mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 00:34:18 +08:00
[NTOSKRNL] Use faster internal helper to query name
This only applies if we're called from kernel mode with a synchronous file.
This commit is contained in:
@@ -1276,6 +1276,16 @@ IoComputeDesiredAccessFileObject(
|
||||
IN PACCESS_MASK DesiredAccess
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
IopGetFileInformation(
|
||||
IN PFILE_OBJECT FileObject,
|
||||
IN ULONG Length,
|
||||
IN FILE_INFORMATION_CLASS FileInfoClass,
|
||||
OUT PVOID Buffer,
|
||||
OUT PULONG ReturnedLength
|
||||
);
|
||||
|
||||
//
|
||||
// I/O Timer Routines
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user