Implemented:
authorAlex Ionescu <aionescu@gmail.com>
Thu, 30 Dec 2004 18:30:05 +0000 (18:30 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Thu, 30 Dec 2004 18:30:05 +0000 (18:30 +0000)
commit88454ea69a8ca032fbdd882c3f71a81a4ac79033
treea487695523bd3f642f58a7789f78a45076fb42e8
parentb3ba03af69c976597340f756b74825a053a89c0d
Implemented:

ExSetResourceOwnerPointer, FsRtlDissectDbcs, FsRtlDoesDbcsContainWildCards, FsRtlAcquireFileExclusive, FsRtlReleaseFile, FsRtlGetNextMcbEntry, FsRtlLookupLastMcbEntry, FsRtlLookupMcbEntry, FsRtlRemoveMcbEntry, FsRtlIncrementCcFastReadResourceMiss, FsRtlIncrementCcFastReadNotPossible, FsRtlIncrementCcFastReadWait, FsRtlIncrementCcFastReadNoWait , FsRtlAreNamesEqual, FsRtlDoesNameContainWildCards, IoCreateDriver, IoDeleteDriver

Thanks to Filip for reviewing some of these.

svn path=/trunk/; revision=12408
reactos/include/ddk/fsfuncs.h
reactos/include/ddk/iotypes.h
reactos/include/ntos/rtl.h
reactos/ntoskrnl/cc/copy.c
reactos/ntoskrnl/ex/resource.c
reactos/ntoskrnl/fs/dbcsname.c
reactos/ntoskrnl/fs/filelock.c
reactos/ntoskrnl/fs/mcb.c
reactos/ntoskrnl/fs/mdl.c
reactos/ntoskrnl/fs/name.c
reactos/ntoskrnl/io/driver.c