Home
last modified time | relevance | path

Searched refs:IRP_MN_NOTIFY_CHANGE_DIRECTORY (Results 1 – 13 of 13) sorted by relevance

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Drdpdr.c56 #define IRP_MN_NOTIFY_CHANGE_DIRECTORY 0x02 macro
598 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in rdpdr_process_irp()
/reactos/drivers/filesystems/ntfs/
H A Ddirctl.c602 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in NtfsDirectoryControl()
/reactos/drivers/filesystems/ext2/src/
H A Ddebug.c499 } else if (IoStackLocation->MinorFunction & IRP_MN_NOTIFY_CHANGE_DIRECTORY) { in Ext2DbgPrintCall()
H A Ddirctl.c1251 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in Ext2DirectoryControl()
/reactos/drivers/filesystems/udfs/
H A Ddircntrl.cpp170 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in UDFCommonDirControl()
/reactos/drivers/filesystems/cdfs/
H A Ddirctrl.c139 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in _Requires_lock_held_()
/reactos/drivers/filesystems/vfatfs/
H A Ddir.c740 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in VfatDirectoryControl()
/reactos/drivers/filesystems/fastfat/
H A Ddirctrl.c203 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in _Requires_lock_held_()
/reactos/drivers/filesystems/btrfs/
H A Ddirctrl.c1187 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in _Function_class_()
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c986 Context->MinorFunction != IRP_MN_NOTIFY_CHANGE_DIRECTORY) in RxCancelNotifyChangeDirectoryRequestsForFobx()
1068 Context->MinorFunction != IRP_MN_NOTIFY_CHANGE_DIRECTORY) in RxCancelNotifyChangeDirectoryRequestsForVNetRoot()
2836 else if (Stack->MinorFunction == IRP_MN_NOTIFY_CHANGE_DIRECTORY) in RxCommonDirectoryControl()
/reactos/ntoskrnl/io/iomgr/
H A Diofunc.c1741 IoStack->MinorFunction = IRP_MN_NOTIFY_CHANGE_DIRECTORY; in NtNotifyChangeDirectoryFile()
/reactos/sdk/lib/drivers/rxce/
H A Drxce.c4578 …ajorFunction == IRP_MJ_DIRECTORY_CONTROL && Stack->MinorFunction == IRP_MN_NOTIFY_CHANGE_DIRECTORY) in RxInitializeContext()
4634 …nction == IRP_MJ_DIRECTORY_CONTROL && RxContext->MinorFunction == IRP_MN_NOTIFY_CHANGE_DIRECTORY && in RxInitializeContext()
/reactos/sdk/include/xdk/
H A Diotypes.h4401 #define IRP_MN_NOTIFY_CHANGE_DIRECTORY 0x02 macro