ReactOS
0.4.15-dev-4853-g3a72a52
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | ULONG_ROUND_UP(x) ROUND_UP((x), (sizeof(ULONG))) |
|
static |
Definition at line 475 of file dir.c.
Referenced by VfatDirectoryControl().
BOOLEAN FsdDosDateTimeToSystemTime | ( | PDEVICE_EXTENSION | DeviceExt, |
USHORT | DosDate, | ||
USHORT | DosTime, | ||
PLARGE_INTEGER | SystemTime | ||
) |
Definition at line 22 of file dir.c.
Referenced by FsdGetFsVolumeInformation(), VfatGetBasicInformation(), VfatGetFileBothInformation(), VfatGetFileDirectoryInformation(), VfatGetFileFullDirectoryInformation(), and VfatGetNetworkOpenInformation().
BOOLEAN FsdSystemTimeToDosDateTime | ( | PDEVICE_EXTENSION | DeviceExt, |
PLARGE_INTEGER | SystemTime, | ||
PUSHORT | pDosDate, | ||
PUSHORT | pDosTime | ||
) |
Definition at line 53 of file dir.c.
Referenced by FATAddEntry(), FATXAddEntry(), VfatCreateFile(), VfatSetBasicInformation(), and VfatWrite().
NTSTATUS VfatDirectoryControl | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 728 of file dir.c.
Referenced by VfatDispatchRequest().
|
static |
Definition at line 348 of file dir.c.
Referenced by DoQuery().
|
static |
Definition at line 135 of file dir.c.
Referenced by DoQuery().
|
static |
Definition at line 252 of file dir.c.
Referenced by DoQuery().
|
static |
Definition at line 91 of file dir.c.
Referenced by DoQuery().
NTSTATUS VfatNotifyChangeDirectory | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 698 of file dir.c.
Referenced by VfatDirectoryControl().