ReactOS
0.4.15-dev-4853-g3a72a52
|
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 498 of file finfo.c.
Referenced by VfatSetRenameInformation().
|
static |
Definition at line 1184 of file finfo.c.
Referenced by VfatSetAllocationSizeInformation().
|
static |
Definition at line 1144 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 282 of file finfo.c.
Referenced by VfatFastIoQueryBasicInfo(), VfatGetAllInformation(), and VfatQueryInformation().
|
static |
Definition at line 1116 of file finfo.c.
Referenced by VfatGetAllInformation(), and VfatQueryInformation().
|
static |
Definition at line 1017 of file finfo.c.
Referenced by VfatGetAllInformation(), and VfatQueryInformation().
|
static |
Definition at line 972 of file finfo.c.
Referenced by VfatGetAllInformation(), and VfatQueryInformation().
|
static |
Definition at line 1041 of file finfo.c.
Referenced by VfatQueryInformation().
|
static |
Definition at line 125 of file finfo.c.
Referenced by VfatGetAllInformation(), and VfatQueryInformation().
NTSTATUS VfatGetStandardInformation | ( | PVFATFCB | FCB, |
PFILE_STANDARD_INFORMATION | StandardInfo, | ||
PULONG | BufferLength | ||
) |
Definition at line 75 of file finfo.c.
Referenced by VfatFastIoQueryStandardInfo(), VfatGetAllInformation(), and VfatQueryInformation().
|
static |
Definition at line 412 of file finfo.c.
Referenced by VfatSetRenameInformation().
NTSTATUS VfatQueryInformation | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 1436 of file finfo.c.
Referenced by VfatDispatchRequest().
|
static |
Definition at line 527 of file finfo.c.
Referenced by VfatSetRenameInformation().
NTSTATUS VfatSetAllocationSizeInformation | ( | PFILE_OBJECT | FileObject, |
PVFATFCB | Fcb, | ||
PDEVICE_EXTENSION | DeviceExt, | ||
PLARGE_INTEGER | AllocationSize | ||
) |
Definition at line 1213 of file finfo.c.
Referenced by VfatCreateFile(), vfatFindDirSpace(), VfatSetInformation(), and VfatWrite().
|
static |
Definition at line 153 of file finfo.c.
Referenced by VfatSetInformation().
|
static |
Definition at line 351 of file finfo.c.
Referenced by VfatSetInformation().
NTSTATUS VfatSetInformation | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 1563 of file finfo.c.
Referenced by VfatDispatchRequest().
|
static |
Definition at line 108 of file finfo.c.
Referenced by VfatSetInformation().
|
static |
Definition at line 560 of file finfo.c.
Referenced by VfatSetInformation().
Definition at line 23 of file finfo.c.
Referenced by VfatQueryInformation(), and VfatSetInformation().