reactos/ntoskrnl/io/iomgr
Pierre Schweitzer e19e907a2c
[NTOSKRNL] Quickly check for alignment in NtRead/WriteFile
This quick check based on bits and operation is for 2^ based
sector sizes (most of the cases) and will perform faster than
the modulo operation which is still used in fallback in case
the sector size wouldn't be a power of 2.
2018-10-04 10:45:10 +02:00
..
adapter.c
arcname.c
bootlog.c
controller.c
device.c
deviface.c
driver.c
error.c
file.c [NTOSKRNL] In IopQueryNameInternal(), enclose output copy in a SEH statement 2018-10-03 22:55:23 +02:00
iocomp.c
ioevent.c
iofunc.c [NTOSKRNL] Quickly check for alignment in NtRead/WriteFile 2018-10-04 10:45:10 +02:00
iomdl.c
iomgr.c [NTOSKRNL] Stub support for querying DOS name when parsing FO name 2018-10-03 11:45:08 +02:00
iorsrce.c
iotimer.c
iowork.c
irp.c
irq.c
ramdisk.c
rawfs.c
remlock.c
symlink.c
util.c
volume.c