|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | CACHEPAGESIZE(pDeviceExt) |
| #define CACHEPAGESIZE | ( | pDeviceExt | ) |
| ULONGLONG ClusterToSector | ( | PDEVICE_EXTENSION | DeviceExt, |
| ULONG | Cluster | ||
| ) |
Definition at line 731 of file fat.c.
Referenced by VfatReadFileData(), and VfatWriteFileData().
| NTSTATUS CountAvailableClusters | ( | PDEVICE_EXTENSION | DeviceExt, |
| PLARGE_INTEGER | Clusters | ||
| ) |
Definition at line 541 of file fat.c.
Referenced by FsdGetFsFullSizeInformation(), FsdGetFsSizeInformation(), and VfatMount().
|
static |
Definition at line 381 of file fat.c.
Referenced by CountAvailableClusters().
| NTSTATUS FAT12FindAndMarkAvailableCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
| PULONG | Cluster | ||
| ) |
Definition at line 244 of file fat.c.
Referenced by VfatMount().
| NTSTATUS FAT12GetNextCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
| ULONG | CurrentCluster, | ||
| PULONG | NextCluster | ||
| ) |
Definition at line 123 of file fat.c.
Referenced by VfatMount().
| NTSTATUS FAT12WriteCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
| ULONG | ClusterToWrite, | ||
| ULONG | NewValue, | ||
| PULONG | OldValue | ||
| ) |
Definition at line 570 of file fat.c.
Referenced by VfatMount().
|
static |
Definition at line 435 of file fat.c.
Referenced by CountAvailableClusters().
| NTSTATUS FAT16FindAndMarkAvailableCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
| PULONG | Cluster | ||
| ) |
Definition at line 173 of file fat.c.
Referenced by VfatMount().
| NTSTATUS FAT16GetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
| PBOOLEAN | DirtyStatus | ||
| ) |
Definition at line 858 of file fat.c.
Referenced by VfatMount().
| NTSTATUS FAT16GetNextCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
| ULONG | CurrentCluster, | ||
| PULONG | NextCluster | ||
| ) |
Definition at line 77 of file fat.c.
Referenced by VfatMount().
| NTSTATUS FAT16SetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
| BOOLEAN | DirtyStatus | ||
| ) |
Definition at line 1044 of file fat.c.
Referenced by VfatMount().
| NTSTATUS FAT16WriteCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
| ULONG | ClusterToWrite, | ||
| ULONG | NewValue, | ||
| PULONG | OldValue | ||
| ) |
|
static |
Definition at line 490 of file fat.c.
Referenced by CountAvailableClusters().
| NTSTATUS FAT32FindAndMarkAvailableCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
| PULONG | Cluster | ||
| ) |
Definition at line 312 of file fat.c.
Referenced by VfatMount().
| NTSTATUS FAT32GetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
| PBOOLEAN | DirtyStatus | ||
| ) |
Definition at line 936 of file fat.c.
Referenced by VfatMount().
| NTSTATUS FAT32GetNextCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
| ULONG | CurrentCluster, | ||
| PULONG | NextCluster | ||
| ) |
Definition at line 28 of file fat.c.
Referenced by VfatMount().
| NTSTATUS FAT32SetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
| BOOLEAN | DirtyStatus | ||
| ) |
Definition at line 1129 of file fat.c.
Referenced by VfatMount().
| NTSTATUS FAT32UpdateFreeClustersCount | ( | PDEVICE_EXTENSION | DeviceExt | ) |
Definition at line 1215 of file fat.c.
Referenced by FATAddEntry(), FATDelEntry(), and VfatSetAllocationSizeInformation().
| NTSTATUS FAT32WriteCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
| ULONG | ClusterToWrite, | ||
| ULONG | NewValue, | ||
| PULONG | OldValue | ||
| ) |
Definition at line 661 of file fat.c.
Referenced by VfatMount().
| NTSTATUS GetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
| PBOOLEAN | DirtyStatus | ||
| ) |
Definition at line 831 of file fat.c.
Referenced by VfatMount().
| NTSTATUS GetNextCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
| ULONG | CurrentCluster, | ||
| PULONG | NextCluster | ||
| ) |
Definition at line 744 of file fat.c.
Referenced by FATDelEntry(), FATXDelEntry(), NextCluster(), and OffsetToCluster().
| NTSTATUS GetNextClusterExtend | ( | PDEVICE_EXTENSION | DeviceExt, |
| ULONG | CurrentCluster, | ||
| PULONG | NextCluster | ||
| ) |
Definition at line 773 of file fat.c.
Referenced by NextCluster(), and OffsetToCluster().
| NTSTATUS SetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
| BOOLEAN | DirtyStatus | ||
| ) |
Definition at line 1017 of file fat.c.
Referenced by VfatDismountVolume(), VfatLockOrUnlockVolume(), VfatMarkVolumeDirty(), VfatMount(), and VfatShutdown().
| NTSTATUS WriteCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
| ULONG | ClusterToWrite, | ||
| ULONG | NewValue | ||
| ) |
Definition at line 705 of file fat.c.
Referenced by FATDelEntry(), FATXDelEntry(), GetNextClusterExtend(), and VfatSetAllocationSizeInformation().