|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | NASSERTS_RENAME |
| #define | ASSERT(x) ((VOID) 0) |
Variables | |
| const char * | FileInformationClassNames [] |
Definition at line 496 of file finfo.c.
Referenced by IsThereAChildOpened(), and VfatSetRenameInformation().
|
static |
Definition at line 1182 of file finfo.c.
Referenced by VfatSetAllocationSizeInformation().
|
static |
Definition at line 1142 of file finfo.c.
Referenced by VfatQueryInformation().
| NTSTATUS VfatGetBasicInformation | ( | PFILE_OBJECT | FileObject, |
| PVFATFCB | FCB, | ||
| PDEVICE_EXTENSION | DeviceExt, | ||
| PFILE_BASIC_INFORMATION | BasicInfo, | ||
| PULONG | BufferLength | ||
| ) |
Definition at line 280 of file finfo.c.
Referenced by VfatFastIoQueryBasicInfo(), VfatGetAllInformation(), and VfatQueryInformation().
|
static |
Definition at line 1114 of file finfo.c.
Referenced by VfatGetAllInformation(), and VfatQueryInformation().
|
static |
Definition at line 1015 of file finfo.c.
Referenced by VfatGetAllInformation(), and VfatQueryInformation().
|
static |
Definition at line 970 of file finfo.c.
Referenced by VfatGetAllInformation(), and VfatQueryInformation().
|
static |
Definition at line 1039 of file finfo.c.
Referenced by VfatQueryInformation().
|
static |
Definition at line 123 of file finfo.c.
Referenced by VfatGetAllInformation(), and VfatQueryInformation().
| NTSTATUS VfatGetStandardInformation | ( | PVFATFCB | FCB, |
| PFILE_STANDARD_INFORMATION | StandardInfo, | ||
| PULONG | BufferLength | ||
| ) |
Definition at line 73 of file finfo.c.
Referenced by VfatFastIoQueryStandardInfo(), VfatGetAllInformation(), and VfatQueryInformation().
|
static |
Definition at line 410 of file finfo.c.
Referenced by VfatSetRenameInformation().
| NTSTATUS VfatQueryInformation | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 1434 of file finfo.c.
Referenced by VfatDispatchRequest().
|
static |
Definition at line 525 of file finfo.c.
Referenced by VfatRenameChildFCB(), and VfatSetRenameInformation().
| NTSTATUS VfatSetAllocationSizeInformation | ( | PFILE_OBJECT | FileObject, |
| PVFATFCB | Fcb, | ||
| PDEVICE_EXTENSION | DeviceExt, | ||
| PLARGE_INTEGER | AllocationSize | ||
| ) |
Definition at line 1211 of file finfo.c.
Referenced by VfatCreateFile(), vfatFindDirSpace(), VfatSetInformation(), and VfatWrite().
|
static |
Definition at line 151 of file finfo.c.
Referenced by VfatSetInformation().
|
static |
Definition at line 349 of file finfo.c.
Referenced by VfatSetInformation().
| NTSTATUS VfatSetInformation | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 1561 of file finfo.c.
Referenced by VfatDispatchRequest().
|
static |
Definition at line 106 of file finfo.c.
Referenced by VfatSetInformation().
|
static |
Definition at line 558 of file finfo.c.
Referenced by VfatSetInformation().
Definition at line 21 of file finfo.c.
Referenced by VfatQueryInformation(), and VfatSetInformation().