Go to the source code of this file.
Defines |
| #define | NDEBUG |
Functions |
| void | vfat8Dot3ToString (PFAT_DIR_ENTRY pEntry, PUNICODE_STRING NameU) |
| NTSTATUS | ReadVolumeLabel (PDEVICE_EXTENSION DeviceExt, PVPB Vpb) |
| NTSTATUS | FindFile (PDEVICE_EXTENSION DeviceExt, PVFATFCB Parent, PUNICODE_STRING FileToFindU, PVFAT_DIRENTRY_CONTEXT DirContext, BOOLEAN First) |
| static NTSTATUS | VfatOpenFile (PDEVICE_EXTENSION DeviceExt, PUNICODE_STRING PathNameU, PFILE_OBJECT FileObject, PVFATFCB *ParentFcb) |
| static NTSTATUS | VfatCreateFile (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
| NTSTATUS | VfatCreate (PVFAT_IRP_CONTEXT IrpContext) |