#include "cdfs.h"
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
Functions |
| static NTSTATUS | CdfsGetFsVolumeInformation (PDEVICE_OBJECT DeviceObject, PFILE_FS_VOLUME_INFORMATION FsVolumeInfo, PULONG BufferLength) |
| static NTSTATUS | CdfsGetFsAttributeInformation (PDEVICE_EXTENSION DeviceExt, PFILE_FS_ATTRIBUTE_INFORMATION FsAttributeInfo, PULONG BufferLength) |
| static NTSTATUS | CdfsGetFsSizeInformation (PDEVICE_OBJECT DeviceObject, PFILE_FS_SIZE_INFORMATION FsSizeInfo, PULONG BufferLength) |
| static NTSTATUS | CdfsGetFsDeviceInformation (PDEVICE_OBJECT DeviceObject, PFILE_FS_DEVICE_INFORMATION FsDeviceInfo, PULONG BufferLength) |
| NTSTATUS NTAPI | CdfsQueryVolumeInformation (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
| NTSTATUS NTAPI | CdfsSetVolumeInformation (PDEVICE_OBJECT DeviceObject, PIRP Irp) |