X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Ffs%2Futil.c;h=78282e772b2ee1fec5881b9a6e12d07ca9221ff1;hp=f4afc89a04a5b406570fe0e7be3b2065fd7997d5;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/ntoskrnl/fs/util.c b/ntoskrnl/fs/util.c index f4afc89..78282e7 100644 --- a/ntoskrnl/fs/util.c +++ b/ntoskrnl/fs/util.c @@ -24,6 +24,7 @@ * STATUS_CRC_ERROR, STATUS_DEVICE_DATA_ERROR; * TRUE otherwise. * + * @implemented */ BOOLEAN STDCALL @@ -67,6 +68,8 @@ FsRtlIsTotalDeviceFailure ( * 2002-01-17 Fixed a bad bug reported by Bo Brantén. * Up to version 1.8, this function's semantics was * exactly the opposite! Thank you Bo. + * + * @implemented */ BOOLEAN STDCALL @@ -102,6 +105,8 @@ FsRtlIsNtstatusExpected ( * RETURN VALUE * NtStatusToNormalize if it is an expected value, * otherwise NormalizedNtStatus. + * + * @implemented */ NTSTATUS STDCALL @@ -132,6 +137,8 @@ FsRtlNormalizeNtstatus ( * * RETURN VALUE * + * + * @unimplemented */ DWORD STDCALL @@ -151,6 +158,8 @@ FsRtlAllocateResource (VOID) * * RETURN VALUE * + * + * @unimplemented */ DWORD STDCALL @@ -175,6 +184,7 @@ FsRtlBalanceReads ( * NOTE * From Bo Branten's ntifs.h v12. * + * @unimplemented */ BOOLEAN STDCALL @@ -205,6 +215,8 @@ FsRtlCopyRead ( * * NOTE * From Bo Branten's ntifs.h v12. + * + * @unimplemented */ BOOLEAN STDCALL @@ -233,6 +245,7 @@ FsRtlCopyWrite ( * * RETURN VALUE * + * @implemented */ NTSTATUS STDCALL @@ -269,6 +282,7 @@ FsRtlGetFileSize ( * * RETURN VALUE * + * @unimplemented */ VOID STDCALL @@ -291,6 +305,7 @@ FsRtlPostPagingFileStackOverflow ( * * RETURN VALUE * + * @unimplemented */ VOID STDCALL @@ -314,6 +329,8 @@ FsRtlPostStackOverflow ( * * RETURN VALUE * It always returns STATUS_SUCCESS. + * + * @implemented */ NTSTATUS STDCALL