mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00: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:
parent
1348f62f20
commit
a1401a7577
2 changed files with 27 additions and 5 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue