reactos/ntoskrnl/io/iomgr
Pierre Schweitzer cf25432eed
[NTOSKRNL] Don't lock file object on close if we're not called by Ob
IopCloseFile can be called by IopDeleteFile. In that situation, it
doesn't set any process as first parameter. Furthermore, we are in a
situation where it's not required to lock the file object (see the
assert before the call).
2018-09-29 16:25:58 +02:00
..
adapter.c
arcname.c
bootlog.c
controller.c
device.c [NTOS] Remove forgotten assert, see CORE-14128. 2017-12-20 21:00:52 +01:00
deviface.c
driver.c [NTOSKRNL] Set the DRVO_BUILTIN_DRIVER DriverObject flag when a built-in driver is created using IoCreateDriver(). 2018-04-22 16:52:38 +02:00
error.c
file.c [NTOSKRNL] Don't lock file object on close if we're not called by Ob 2018-09-29 16:25:58 +02:00
iocomp.c
ioevent.c
iofunc.c [NTOSKNRL] Only allocate a MDL if we have an output length 2018-07-29 13:58:30 +02:00
iomdl.c
iomgr.c [NTOSKRNL] Stub IoInitializeCrashDump() 2018-09-18 21:59:59 +02:00
iorsrce.c
iotimer.c
iowork.c
irp.c [NTOSKRNL] Implement the support for reserve IRP in IO 2018-02-24 14:52:04 +01:00
irq.c
ramdisk.c
rawfs.c [NTOS] Use KeClearEvent instead of KeResetEvent where the previous state is not needed. 2017-12-30 11:45:03 +01:00
remlock.c
symlink.c
util.c [NTOSKRNL] Implement IoComputeDesiredAccessFileObject() based on checks performed in NtFlushBuffersFile() 2017-11-12 22:39:40 +01:00
volume.c