ReactOS
0.4.15-dev-5606-gf34e425
|
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 474 of file dir.c.
Referenced by VfatDirectoryControl().
BOOLEAN FsdDosDateTimeToSystemTime | ( | PDEVICE_EXTENSION | DeviceExt, |
USHORT | DosDate, | ||
USHORT | DosTime, | ||
PLARGE_INTEGER | SystemTime | ||
) |
Definition at line 21 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 52 of file dir.c.
Referenced by FATAddEntry(), FATXAddEntry(), VfatCreateFile(), VfatSetBasicInformation(), and VfatWrite().
NTSTATUS VfatDirectoryControl | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 727 of file dir.c.
Referenced by VfatDispatchRequest().
|
static |
Definition at line 347 of file dir.c.
Referenced by DoQuery().
|
static |
Definition at line 134 of file dir.c.
Referenced by DoQuery().
|
static |
Definition at line 251 of file dir.c.
Referenced by DoQuery().
|
static |
Definition at line 90 of file dir.c.
Referenced by DoQuery().
NTSTATUS VfatNotifyChangeDirectory | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 697 of file dir.c.
Referenced by VfatDirectoryControl().