|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "fatprocs.h"
Go to the source code of this file.
Macros | |
| #define | BugCheckFileId (FAT_BUG_CHECK_DIRSUP) |
| #define | Dbg (DEBUG_TRACE_DIRSUP) |
| #define | FatConstructDot(IRPCONTEXT, DCB, PARENT, DIRENT) |
| #define | FatConstructDotDot(IRPCONTEXT, DCB, PARENT, DIRENT) |
| #define | FatConstructEndDirent(IRPCONTEXT, DIRENT) NOTHING |
| #define | FatReadDirent(IRPCONTEXT, DCB, VBO, BCB, DIRENT, STATUS) |
Functions | |
| UCHAR | FatComputeLfnChecksum (PDIRENT Dirent) |
| _Requires_lock_held_ (_Global_critical_region_) | |
| VOID | FatTunnelFcbOrDcb (IN PFCB FcbOrDcb, IN PCCB Ccb OPTIONAL) |
| VOID | FatConstructDirent (IN PIRP_CONTEXT IrpContext, IN OUT PDIRENT Dirent, IN POEM_STRING FileName, IN BOOLEAN ComponentReallyLowercase, IN BOOLEAN ExtensionReallyLowercase, IN PUNICODE_STRING Lfn OPTIONAL, IN USHORT Attributes, IN BOOLEAN ZeroAndSetTimeFields, IN PLARGE_INTEGER SetCreationTime OPTIONAL) |
| VOID | FatConstructLabelDirent (IN PIRP_CONTEXT IrpContext, IN OUT PDIRENT Dirent, IN POEM_STRING Label) |
| #define BugCheckFileId (FAT_BUG_CHECK_DIRSUP) |
| _Requires_lock_held_ | ( | _Global_critical_region_ | ) |
Definition at line 158 of file dirsup.c.
Definition at line 2878 of file dirsup.c.
Referenced by FatConstructDirent().
| VOID FatConstructDirent | ( | IN PIRP_CONTEXT | IrpContext, |
| IN OUT PDIRENT | Dirent, | ||
| IN POEM_STRING | FileName, | ||
| IN BOOLEAN | ComponentReallyLowercase, | ||
| IN BOOLEAN | ExtensionReallyLowercase, | ||
| IN PUNICODE_STRING Lfn | OPTIONAL, | ||
| IN USHORT | Attributes, | ||
| IN BOOLEAN | ZeroAndSetTimeFields, | ||
| IN PLARGE_INTEGER SetCreationTime | OPTIONAL | ||
| ) |
Definition at line 2171 of file dirsup.c.
Referenced by FatSetRenameInfo().
| VOID FatConstructLabelDirent | ( | IN PIRP_CONTEXT | IrpContext, |
| IN OUT PDIRENT | Dirent, | ||
| IN POEM_STRING | Label | ||
| ) |
Definition at line 2440 of file dirsup.c.
Referenced by FatSetFsLabelInfo().
Definition at line 652 of file dirsup.c.
Referenced by _Requires_lock_held_(), and FatSetRenameInfo().