Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/fs_rec/
H A Dbtrfs.c94 case IRP_MN_LOAD_FILE_SYSTEM: in FsRecBtrfsFsControl()
H A Dext2.c94 case IRP_MN_LOAD_FILE_SYSTEM: in FsRecExt2FsControl()
H A Dcdfs.c98 case IRP_MN_LOAD_FILE_SYSTEM: in FsRecCdfsFsControl()
H A Dreiserfs.c107 case IRP_MN_LOAD_FILE_SYSTEM: in FsRecReiserfsFsControl()
H A Dfatx.c113 case IRP_MN_LOAD_FILE_SYSTEM: in FsRecFatxFsControl()
H A Dudfs.c138 case IRP_MN_LOAD_FILE_SYSTEM: in FsRecUdfsFsControl()
H A Dntfs.c131 case IRP_MN_LOAD_FILE_SYSTEM: in FsRecNtfsFsControl()
H A Dfat.c163 case IRP_MN_LOAD_FILE_SYSTEM: in FsRecVfatFsControl()
H A Dffs.c205 case IRP_MN_LOAD_FILE_SYSTEM: in FsRecFfsFsControl()
/reactos/drivers/filesystems/ext2/src/
H A Ddebug.c549 } else if (IoStackLocation->MinorFunction == IRP_MN_LOAD_FILE_SYSTEM) { in Ext2DbgPrintCall()
/reactos/ntoskrnl/io/iomgr/
H A Dvolume.c442 StackPtr->MinorFunction = IRP_MN_LOAD_FILE_SYSTEM; in IopLoadFileSystemDriver()
/reactos/sdk/include/xdk/
H A Diotypes.h4406 #define IRP_MN_LOAD_FILE_SYSTEM 0x03 macro