Implemented vfs_volume_info_get() for proper df(1) entry.
[reactos.git] / include / ddk / iodef.h
index dfadff7..ebb28b1 100644 (file)
@@ -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