ReactOS
0.4.15-dev-4614-ga5a6101
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | CACHEPAGESIZE(pDeviceExt) |
#define CACHEPAGESIZE | ( | pDeviceExt | ) |
ULONGLONG ClusterToSector | ( | PDEVICE_EXTENSION | DeviceExt, |
ULONG | Cluster | ||
) |
NTSTATUS CountAvailableClusters | ( | PDEVICE_EXTENSION | DeviceExt, |
PLARGE_INTEGER | Clusters | ||
) |
Definition at line 543 of file fat.c.
Referenced by FsdGetFsFullSizeInformation(), FsdGetFsSizeInformation(), and VfatMount().
|
static |
Definition at line 383 of file fat.c.
Referenced by CountAvailableClusters().
NTSTATUS FAT12FindAndMarkAvailableCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
PULONG | Cluster | ||
) |
Definition at line 246 of file fat.c.
Referenced by VfatMount().
NTSTATUS FAT12GetNextCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
ULONG | CurrentCluster, | ||
PULONG | NextCluster | ||
) |
Definition at line 125 of file fat.c.
Referenced by VfatMount().
NTSTATUS FAT12WriteCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
ULONG | ClusterToWrite, | ||
ULONG | NewValue, | ||
PULONG | OldValue | ||
) |
Definition at line 572 of file fat.c.
Referenced by VfatMount().
|
static |
Definition at line 437 of file fat.c.
Referenced by CountAvailableClusters().
NTSTATUS FAT16FindAndMarkAvailableCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
PULONG | Cluster | ||
) |
Definition at line 175 of file fat.c.
Referenced by VfatMount().
NTSTATUS FAT16GetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
PBOOLEAN | DirtyStatus | ||
) |
Definition at line 860 of file fat.c.
Referenced by VfatMount().
NTSTATUS FAT16GetNextCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
ULONG | CurrentCluster, | ||
PULONG | NextCluster | ||
) |
Definition at line 79 of file fat.c.
Referenced by VfatMount().
NTSTATUS FAT16SetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
BOOLEAN | DirtyStatus | ||
) |
Definition at line 1046 of file fat.c.
Referenced by VfatMount().
NTSTATUS FAT16WriteCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
ULONG | ClusterToWrite, | ||
ULONG | NewValue, | ||
PULONG | OldValue | ||
) |
Definition at line 623 of file fat.c.
Referenced by VfatMount().
|
static |
Definition at line 492 of file fat.c.
Referenced by CountAvailableClusters().
NTSTATUS FAT32FindAndMarkAvailableCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
PULONG | Cluster | ||
) |
Definition at line 314 of file fat.c.
Referenced by VfatMount().
NTSTATUS FAT32GetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
PBOOLEAN | DirtyStatus | ||
) |
Definition at line 938 of file fat.c.
Referenced by VfatMount().
NTSTATUS FAT32GetNextCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
ULONG | CurrentCluster, | ||
PULONG | NextCluster | ||
) |
Definition at line 30 of file fat.c.
Referenced by VfatMount().
NTSTATUS FAT32SetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
BOOLEAN | DirtyStatus | ||
) |
Definition at line 1131 of file fat.c.
Referenced by VfatMount().
NTSTATUS FAT32UpdateFreeClustersCount | ( | PDEVICE_EXTENSION | DeviceExt | ) |
Definition at line 1217 of file fat.c.
Referenced by FATAddEntry(), FATDelEntry(), and VfatSetAllocationSizeInformation().
NTSTATUS FAT32WriteCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
ULONG | ClusterToWrite, | ||
ULONG | NewValue, | ||
PULONG | OldValue | ||
) |
Definition at line 663 of file fat.c.
Referenced by VfatMount().
NTSTATUS GetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
PBOOLEAN | DirtyStatus | ||
) |
Definition at line 833 of file fat.c.
Referenced by VfatMount().
NTSTATUS GetNextCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
ULONG | CurrentCluster, | ||
PULONG | NextCluster | ||
) |
Definition at line 746 of file fat.c.
Referenced by FATDelEntry(), FATXDelEntry(), NextCluster(), and OffsetToCluster().
NTSTATUS GetNextClusterExtend | ( | PDEVICE_EXTENSION | DeviceExt, |
ULONG | CurrentCluster, | ||
PULONG | NextCluster | ||
) |
Definition at line 775 of file fat.c.
Referenced by NextCluster(), and OffsetToCluster().
NTSTATUS SetDirtyStatus | ( | PDEVICE_EXTENSION | DeviceExt, |
BOOLEAN | DirtyStatus | ||
) |
Definition at line 1019 of file fat.c.
Referenced by VfatDismountVolume(), VfatLockOrUnlockVolume(), VfatMarkVolumeDirty(), VfatMount(), and VfatShutdown().
NTSTATUS WriteCluster | ( | PDEVICE_EXTENSION | DeviceExt, |
ULONG | ClusterToWrite, | ||
ULONG | NewValue | ||
) |
Definition at line 707 of file fat.c.
Referenced by FATDelEntry(), FATXDelEntry(), GetNextClusterExtend(), and VfatSetAllocationSizeInformation().