Home
last modified time | relevance | path

Searched refs:FILE_EXISTS (Results 1 – 12 of 12) sorted by relevance

/reactos/modules/rostests/kmtests/ntos_io/
H A DIoCreateFile.c128 ok_eq_long(IoStatusBlock.Information, FILE_EXISTS); in KernelModeTest()
204 ok_eq_long(IoStatusBlock.Information, FILE_EXISTS); in KernelModeTest()
/reactos/drivers/filesystems/vfatfs/
H A Dcreate.c612 Irp->IoStatus.Information = FILE_EXISTS; in VfatCreateFile()
840 Irp->IoStatus.Information = FILE_EXISTS; in VfatCreateFile()
/reactos/sdk/include/psdk/
H A Dwinternl.h198 #define FILE_EXISTS 0x00000004 macro
/reactos/drivers/filesystems/ntfs/
H A Dcreate.c431 Irp->IoStatus.Information = FILE_EXISTS; in NtfsCreateFile()
/reactos/drivers/filesystems/ext2/src/
H A Dcreate.c1256 Irp->IoStatus.Information = FILE_EXISTS; in Ext2CreateFile()
1275 Irp->IoStatus.Information = FILE_EXISTS; in Ext2CreateFile()
/reactos/sdk/include/ndk/
H A Diotypes.h69 #define FILE_EXISTS 0x00000004 macro
/reactos/drivers/filesystems/udfs/
H A Dcreate.cpp1435 ReturnedInformation = FILE_EXISTS; in UDFCommonCreate()
1851 ReturnedInformation = FILE_EXISTS; in UDFCommonCreate()
/reactos/drivers/filesystems/udfs/Include/
H A Dnt_native.h772 #define FILE_EXISTS 0x00000004 macro
/reactos/ntoskrnl/io/iomgr/
H A Diofunc.c965 IoStatusBlock.Information == FILE_EXISTS) in IopOpenLinkOrRenameTarget()
/reactos/drivers/filesystems/fastfat/
H A Dcreate.c4082 Iosb.Information = (DoesNameExist ? FILE_EXISTS : FILE_DOES_NOT_EXIST); in _Requires_lock_held_()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h1828 #define FILE_EXISTS 4 macro
/reactos/sdk/include/xdk/
H A Diotypes.h3347 #define FILE_EXISTS 0x00000004 macro