X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=include%2Fddk%2Fiodef.h;h=ebb28b1f5932d04f1cebd7fc7a425c2a302d8ac0;hp=dfadff780b22faf184783afbe8b84678d33a974c;hb=0ad80fa11249e5059980d2b2c365b405e98706d7;hpb=de0e1deefe36a076b147b3cc2ce4b2459e13850f diff --git a/include/ddk/iodef.h b/include/ddk/iodef.h index dfadff7..ebb28b1 100644 --- a/include/ddk/iodef.h +++ b/include/ddk/iodef.h @@ -420,9 +420,10 @@ typedef ULONG FS_INFORMATION_CLASS, *PFS_INFORMATION_CLASS; #define FileFsDeviceInformation 4 #define FileFsAttributeInformation 5 #define FileFsControlInformation 6 -#define FileFsQuotaQueryInformation 7 -#define FileFsQuotaSetInformation 8 -#define FileFsMaximumInformation 9 +#define FileFsFullSizeInformation 7 +#define FileFsObjectIdInformation 8 +#define FileFsDriverPathInformation 9 +#define FileFsMaximumInformation 10 #define IRP_MN_QUERY_DIRECTORY 0x01 #define IRP_MN_NOTIFY_CHANGE_DIRECTORY 0x02