Home
last modified time | relevance | path

Searched refs:STATUS_END_OF_FILE (Results 1 – 25 of 52) sorted by relevance

123

/reactos/drivers/base/null/
H A Dnull.c59 IoStatus->Status = STATUS_END_OF_FILE; in NullRead()
117 Irp->IoStatus.Status = STATUS_END_OF_FILE; in NullDispatch()
/reactos/drivers/filesystems/fastfat/
H A Dread.c496 IrpContext->ExceptionStatus = ExceptionCode = STATUS_END_OF_FILE; in _Requires_lock_held_()
812 FatCompleteRequest( IrpContext, Irp, STATUS_END_OF_FILE );
813 return STATUS_END_OF_FILE;
935 FatCompleteRequest( IrpContext, Irp, STATUS_END_OF_FILE );
936 return STATUS_END_OF_FILE;
1122 try_return ( Status = STATUS_END_OF_FILE );
H A Ddirsup.c134 *(STATUS) = STATUS_END_OF_FILE; \
1280 if ((Status == STATUS_END_OF_FILE) || in _Requires_lock_held_()
1884 if ((Status == STATUS_END_OF_FILE) || in _Requires_lock_held_()
2125 if ((Status == STATUS_END_OF_FILE) || in _Requires_lock_held_()
3164 if ( (Status == STATUS_END_OF_FILE ) || in _Requires_lock_held_()
/reactos/modules/rostests/kmtests/ntos_io/
H A DIoReadWrite.h74 return STATUS_END_OF_FILE; in TestGetReturnStatus()
H A DIoReadWrite_drv.c125 IoStatus->Status = STATUS_END_OF_FILE; in TestCommonRead()
/reactos/dll/win32/kernel32/client/file/
H A Drw.c180 if (Status == STATUS_END_OF_FILE && lpNumberOfBytesRead != NULL) in ReadFile()
211 if (Status == STATUS_END_OF_FILE) in ReadFile()
H A Dcopy.c109 errCode = STATUS_END_OF_FILE; in CopyLoop()
133 if (STATUS_END_OF_FILE == errCode) in CopyLoop()
/reactos/sdk/lib/drivers/copysup/
H A Dcopysup.c129 IoStatus->Status = STATUS_END_OF_FILE; in FsRtlCopyRead2()
150 …ASSERT(!Ret || (IoStatus->Status == STATUS_END_OF_FILE) || (((ULONGLONG)FileOffset->QuadPart + IoS… in FsRtlCopyRead2()
159 …ASSERT((IoStatus->Status == STATUS_END_OF_FILE) || ((FileOffset->LowPart + IoStatus->Information) … in FsRtlCopyRead2()
/reactos/drivers/filesystems/udfs/Include/
H A Denv_spec_w32.cpp126 return STATUS_END_OF_FILE; in UDFPhReadSynchronous()
133 return STATUS_END_OF_FILE; in UDFPhReadSynchronous()
171 return STATUS_END_OF_FILE; in UDFPhWriteSynchronous()
184 RC = STATUS_END_OF_FILE; in UDFPhWriteSynchronous()
H A Dudferr_usr.h139 #define STATUS_END_OF_FILE ((NTSTATUS)0xC0000011L) macro
/reactos/modules/rostests/tests/isotest/
H A Disotest.c132 if (!NT_SUCCESS(Status) && Status != STATUS_END_OF_FILE) in ReadBlock()
/reactos/ntoskrnl/tests/
H A Dfsrtl.c255 …but starting after EOF",(NT_SUCCESS(Return) && (IoStatus.Status == STATUS_END_OF_FILE) && IoStatus… in FsRtlTest_StartTest()
522 …but starting after EOF",(NT_SUCCESS(Return) && (IoStatus.Status == STATUS_END_OF_FILE) && IoStatus… in FsRtlTest_StartTest()
603 …but starting after EOF",(NT_SUCCESS(Return) && (IoStatus.Status == STATUS_END_OF_FILE) && IoStatus… in FsRtlTest_StartTest()
/reactos/drivers/filesystems/ext2/src/
H A Dread.c142 Status = STATUS_END_OF_FILE; in Ext2ReadVolume()
364 Status = STATUS_END_OF_FILE; in Ext2ReadInode()
635 Status = STATUS_END_OF_FILE; in Ext2ReadFile()
/reactos/drivers/crypto/ksecdd/
H A Ddispatch.c212 Status = STATUS_END_OF_FILE; in KsecDdDispatch()
/reactos/drivers/filesystems/cdfs/
H A Dwrite.c185 try_return( Status = STATUS_END_OF_FILE ); in _Requires_lock_held_()
H A Dread.c282 try_return( Status = STATUS_END_OF_FILE ); in _Requires_lock_held_()
/reactos/ntoskrnl/cache/section/
H A Dio.c187 …Status = ReadStatus->Status == STATUS_END_OF_FILE && ReadStatus->Information > 0 ? STATUS_SUCCESS … in MiSimpleRead()
/reactos/drivers/filesystems/ntfs/
H A Dattrib.c1405 return STATUS_END_OF_FILE; in FindFirstAttribute()
1418 return STATUS_END_OF_FILE; in FindFirstAttribute()
1441 return STATUS_END_OF_FILE; in FindNextAttribute()
1458 return STATUS_END_OF_FILE; in FindNextAttribute()
/reactos/ntoskrnl/fsrtl/
H A Dfastio.c172 IoStatus->Status = STATUS_END_OF_FILE; in FsRtlCopyRead()
201 if (IoStatus->Status != STATUS_END_OF_FILE) in FsRtlCopyRead()
223 ASSERT((IoStatus->Status == STATUS_END_OF_FILE) || in FsRtlCopyRead()
1109 IoStatus->Status = STATUS_END_OF_FILE; in FsRtlMdlReadDev()
/reactos/drivers/filesystems/vfatfs/
H A Drw.c786 Status = STATUS_END_OF_FILE; in VfatRead()
859 (NT_SUCCESS(Status) || Status == STATUS_END_OF_FILE)) in VfatRead()
954 Status = STATUS_END_OF_FILE; in VfatWrite()
/reactos/modules/rostests/winetests/ntdll/
H A Dfile.c719 ok( U(iosb).Status == STATUS_END_OF_FILE, "wrong status %x\n", U(iosb).Status ); in read_file_test()
735 ok( status == STATUS_END_OF_FILE || in read_file_test()
768 ok( status == STATUS_END_OF_FILE, "wrong status %x\n", status ); in read_file_test()
769 ok( U(iosb).Status == STATUS_END_OF_FILE, "wrong status %x\n", U(iosb).Status ); in read_file_test()
3794 ok(status == STATUS_END_OF_FILE, "expected STATUS_END_OF_FILE, got %#x\n", status); in test_read_write()
3795 … ok(U(iob).Status == STATUS_END_OF_FILE, "expected STATUS_END_OF_FILE, got %#x\n", U(iob).Status); in test_read_write()
3875 ok(status == STATUS_END_OF_FILE, "expected STATUS_END_OF_FILE, got %#x\n", status); in test_read_write()
3876 … ok(U(iob).Status == STATUS_END_OF_FILE, "expected STATUS_END_OF_FILE, got %#x\n", U(iob).Status); in test_read_write()
3890 ok(status == STATUS_END_OF_FILE, "expected STATUS_END_OF_FILE, got %#x\n", status); in test_read_write()
3906 ok(status == STATUS_END_OF_FILE, "expected STATUS_END_OF_FILE, got %#x\n", status); in test_read_write()
[all …]
/reactos/dll/shellext/shellbtrfs/
H A Dshellext.h67 #define STATUS_END_OF_FILE (NTSTATUS)0xc0000011 macro
H A Dsend.cpp149 if (Status != STATUS_END_OF_FILE) in Thread()
647 if (Status != STATUS_END_OF_FILE) in send_subvol()
/reactos/ntoskrnl/ob/
H A Ddevicemap.c595 return STATUS_END_OF_FILE; in ObQueryDeviceMapInformation()
/reactos/drivers/filesystems/udfs/udf_info/
H A Dextent.cpp3043 if(Offset > ExtInfo->Length) return STATUS_END_OF_FILE; in UDFReadExtent()
3051 if(Lba == LBA_OUT_OF_EXTENT) return STATUS_END_OF_FILE; in UDFReadExtent()
3110 return STATUS_END_OF_FILE; in UDFReadExtentLocation()
3125 return STATUS_END_OF_FILE; in UDFReadExtentLocation()
3217 return STATUS_END_OF_FILE; in UDFWriteExtent()
3242 return STATUS_END_OF_FILE; in UDFWriteExtent()
3365 return STATUS_END_OF_FILE; in UDFZeroExtent()

123