|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| ULONGLONG | NtfsGetFreeClusters (PDEVICE_EXTENSION DeviceExt) |
| NTSTATUS | NtfsAllocateClusters (PDEVICE_EXTENSION DeviceExt, ULONG FirstDesiredCluster, ULONG DesiredClusters, PULONG FirstAssignedCluster, PULONG AssignedClusters) |
| static NTSTATUS | NtfsGetFsVolumeInformation (PDEVICE_OBJECT DeviceObject, PFILE_FS_VOLUME_INFORMATION FsVolumeInfo, PULONG BufferLength) |
| static NTSTATUS | NtfsGetFsAttributeInformation (PDEVICE_EXTENSION DeviceExt, PFILE_FS_ATTRIBUTE_INFORMATION FsAttributeInfo, PULONG BufferLength) |
| static NTSTATUS | NtfsGetFsSizeInformation (PDEVICE_OBJECT DeviceObject, PFILE_FS_SIZE_INFORMATION FsSizeInfo, PULONG BufferLength) |
| static NTSTATUS | NtfsGetFsDeviceInformation (PDEVICE_OBJECT DeviceObject, PFILE_FS_DEVICE_INFORMATION FsDeviceInfo, PULONG BufferLength) |
| NTSTATUS | NtfsQueryVolumeInformation (PNTFS_IRP_CONTEXT IrpContext) |
| NTSTATUS | NtfsSetVolumeInformation (PNTFS_IRP_CONTEXT IrpContext) |
| NTSTATUS NtfsAllocateClusters | ( | PDEVICE_EXTENSION | DeviceExt, |
| ULONG | FirstDesiredCluster, | ||
| ULONG | DesiredClusters, | ||
| PULONG | FirstAssignedCluster, | ||
| PULONG | AssignedClusters | ||
| ) |
NtfsAllocateClusters Allocates a run of clusters. The run allocated might be smaller than DesiredClusters.
Definition at line 105 of file volinfo.c.
Referenced by SetNonResidentAttributeDataLength().
| ULONGLONG NtfsGetFreeClusters | ( | PDEVICE_EXTENSION | DeviceExt | ) |
Definition at line 37 of file volinfo.c.
Referenced by GetNfsVolumeData(), and NtfsGetFsSizeInformation().
|
static |
Definition at line 253 of file volinfo.c.
Referenced by NtfsQueryVolumeInformation().
|
static |
Definition at line 318 of file volinfo.c.
Referenced by NtfsQueryVolumeInformation().
|
static |
Definition at line 288 of file volinfo.c.
Referenced by NtfsQueryVolumeInformation().
|
static |
Definition at line 207 of file volinfo.c.
Referenced by NtfsQueryVolumeInformation().
| NTSTATUS NtfsQueryVolumeInformation | ( | PNTFS_IRP_CONTEXT | IrpContext | ) |
Definition at line 343 of file volinfo.c.
Referenced by NtfsDispatch().
| NTSTATUS NtfsSetVolumeInformation | ( | PNTFS_IRP_CONTEXT | IrpContext | ) |
Definition at line 420 of file volinfo.c.
Referenced by NtfsDispatch().