Home
last modified time | relevance | path

Searched refs:WriteToEof (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/drivers/copysup/
H A Dcopysup.c203 BOOLEAN WriteToEof, AcquiredShared, FileSizeChanged, Ret; in FsRtlCopyWrite2() local
209 WriteToEof = ((FileOffset->LowPart == FILE_WRITE_TO_END_OF_FILE) && in FsRtlCopyWrite2()
250 if (WriteToEof || FileOffset->QuadPart + Length > Fcb->ValidDataLength.QuadPart) in FsRtlCopyWrite2()
271 if (WriteToEof) in FsRtlCopyWrite2()
317 if (WriteToEof) in FsRtlCopyWrite2()
484 if (WriteToEof || FileOffset->QuadPart + Length > Fcb->ValidDataLength.QuadPart) in FsRtlCopyWrite2()
499 if (WriteToEof) in FsRtlCopyWrite2()
547 if (WriteToEof) in FsRtlCopyWrite2()
/reactos/drivers/filesystems/fastfat/
H A Dwrite.c280 BOOLEAN WriteToEof; local
379 WriteToEof = ( (StartingByte.LowPart == FILE_WRITE_TO_END_OF_FILE) &&
424 if (!PagingIo && !WriteToEof && (TypeOfOpen != UserVolumeOpen)) {
921 if (!WriteToEof && (StartingLbo < VolumeSize)) {
1013 if (WriteToEof || StartingLbo >= VolumeSize) {
1040 if (WriteToEof) {
1219WriteToEof ? &FcbOrDcb->Header.FileSize : &StartingByte,
1229 WriteToEof ? &FcbOrDcb->Header.FileSize : &StartingByte,
1301 NT_ASSERT( WriteToEof ? !PagingIo : TRUE );
1547 (WriteToEof ||
[all …]
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c3947 …BOOLEAN CanWait, PagingIo, NoCache, Sync, NormalFile, WriteToEof, IsPipe, NoPreposting, InFsp, Rec… in RxCommonWrite() local
4051 WriteToEof = ((ByteOffset.LowPart == FILE_WRITE_TO_END_OF_FILE) && (ByteOffset.HighPart == -1)); in RxCommonWrite()
4114 ASSERT(!(WriteToEof && PagingIo)); in RxCommonWrite()
4287 if (WriteToEof) in RxCommonWrite()
4394 (WriteToEof || ByteOffset.QuadPart + WriteLength > ValidDataLength)) in RxCommonWrite()
4463 if (WriteToEof) in RxCommonWrite()
4537 if (WriteToEof || ByteOffset.QuadPart + WriteLength > ValidDataLength) in RxCommonWrite()