ReactOS 0.4.16-dev-1007-g2e85425
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static NTSTATUS | FsdGetFsVolumeInformation (PDEVICE_OBJECT DeviceObject, PFILE_FS_VOLUME_INFORMATION FsVolumeInfo, PULONG BufferLength) |
static NTSTATUS | FsdGetFsAttributeInformation (PDEVICE_EXTENSION DeviceExt, PFILE_FS_ATTRIBUTE_INFORMATION FsAttributeInfo, PULONG BufferLength) |
static NTSTATUS | FsdGetFsSizeInformation (PDEVICE_OBJECT DeviceObject, PFILE_FS_SIZE_INFORMATION FsSizeInfo, PULONG BufferLength) |
static NTSTATUS | FsdGetFsDeviceInformation (PDEVICE_OBJECT DeviceObject, PFILE_FS_DEVICE_INFORMATION FsDeviceInfo, PULONG BufferLength) |
static NTSTATUS | FsdGetFsFullSizeInformation (PDEVICE_OBJECT DeviceObject, PFILE_FS_FULL_SIZE_INFORMATION FsSizeInfo, PULONG BufferLength) |
static NTSTATUS | FsdSetFsLabelInformation (PDEVICE_OBJECT DeviceObject, PFILE_FS_LABEL_INFORMATION FsLabelInfo) |
NTSTATUS | VfatQueryVolumeInformation (PVFAT_IRP_CONTEXT IrpContext) |
NTSTATUS | VfatSetVolumeInformation (PVFAT_IRP_CONTEXT IrpContext) |
|
static |
Definition at line 86 of file volume.c.
Referenced by VfatQueryVolumeInformation().
|
static |
Definition at line 175 of file volume.c.
Referenced by VfatQueryVolumeInformation().
|
static |
Definition at line 201 of file volume.c.
Referenced by VfatQueryVolumeInformation().
|
static |
Definition at line 145 of file volume.c.
Referenced by VfatQueryVolumeInformation().
|
static |
Definition at line 20 of file volume.c.
Referenced by VfatQueryVolumeInformation().
|
static |
Definition at line 232 of file volume.c.
Referenced by VfatSetVolumeInformation().
NTSTATUS VfatQueryVolumeInformation | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 431 of file volume.c.
Referenced by VfatDispatchRequest().
NTSTATUS VfatSetVolumeInformation | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 510 of file volume.c.
Referenced by VfatDispatchRequest().