Searched refs:IRP_MN_NOTIFY_CHANGE_DIRECTORY (Results 1 – 13 of 13) sorted by relevance
56 #define IRP_MN_NOTIFY_CHANGE_DIRECTORY 0x02 macro598 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in rdpdr_process_irp()
602 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in NtfsDirectoryControl()
499 } else if (IoStackLocation->MinorFunction & IRP_MN_NOTIFY_CHANGE_DIRECTORY) { in Ext2DbgPrintCall()
1251 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in Ext2DirectoryControl()
170 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in UDFCommonDirControl()
139 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in _Requires_lock_held_()
740 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in VfatDirectoryControl()
203 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in _Requires_lock_held_()
1187 case IRP_MN_NOTIFY_CHANGE_DIRECTORY: in _Function_class_()
986 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()
1741 IoStack->MinorFunction = IRP_MN_NOTIFY_CHANGE_DIRECTORY; in NtNotifyChangeDirectoryFile()
4578 …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()
4401 #define IRP_MN_NOTIFY_CHANGE_DIRECTORY 0x02 macro