Home
last modified time | relevance | path

Searched refs:IOCTL_MOUNTMGR_CHANGE_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/ddk/
H A Dmountmgr.h61 #define IOCTL_MOUNTMGR_CHANGE_NOTIFY \ macro
/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c213 #define IOCTL_MOUNTMGR_CHANGE_NOTIFY \ macro
469 CASE_RETURN_STR(IOCTL_MOUNTMGR_CHANGE_NOTIFY); in GetIoControlName()
/reactos/drivers/filesystems/btrfs/
H A Dsearch.c1071 …Irp = IoBuildDeviceIoControlRequest(IOCTL_MOUNTMGR_CHANGE_NOTIFY, mountmgr, &mcni, sizeof(MOUNTMGR… in _Function_class_()
/reactos/drivers/storage/mountmgr/
H A Ddevice.c2735 case IOCTL_MOUNTMGR_CHANGE_NOTIFY: in MountMgrDeviceControl()