ReactOS 0.4.16-dev-838-g27bb510
|
#include "fatprocs.h"
Go to the source code of this file.
Macros | |
#define | Dbg (DEBUG_TRACE_EA) |
#define | EA_SECTION_SIZE (0x00040000) |
_Requires_lock_held_ | ( | _Global_critical_region_ | ) |
Definition at line 52 of file easup.c.
VOID FatAppendPackedEa | ( | IN PIRP_CONTEXT | IrpContext, |
IN OUT PEA_SET_HEADER * | EaSetHeader, | ||
IN OUT PULONG | PackedEasLength, | ||
IN OUT PULONG | AllocationLength, | ||
IN PFILE_FULL_EA_INFORMATION | FullEa, | ||
IN ULONG | BytesPerCluster | ||
) |
Definition at line 2967 of file easup.c.
Referenced by FatCommonSetEa().
VOID FatDeletePackedEa | ( | IN PIRP_CONTEXT | IrpContext, |
IN OUT PEA_SET_HEADER | EaSetHeader, | ||
IN OUT PULONG | PackedEasLength, | ||
IN ULONG | Offset | ||
) |
Definition at line 3148 of file easup.c.
Referenced by FatCommonSetEa().
BOOLEAN FatIsEaNameValid | ( | IN PIRP_CONTEXT | IrpContext, |
IN OEM_STRING | Name | ||
) |
Definition at line 3429 of file easup.c.
Referenced by FatCommonSetEa().
BOOLEAN FatLocateEaByName | ( | IN PIRP_CONTEXT | IrpContext, |
IN PPACKED_EA | FirstPackedEa, | ||
IN ULONG | PackedEasLength, | ||
IN POEM_STRING | EaName, | ||
OUT PULONG | Offset | ||
) |
Definition at line 3344 of file easup.c.
Referenced by FatCommonSetEa().
ULONG FatLocateNextEa | ( | IN PIRP_CONTEXT | IrpContext, |
IN PPACKED_EA | FirstPackedEa, | ||
IN ULONG | PackedEasLength, | ||
IN ULONG | PreviousOffset | ||
) |
Definition at line 3257 of file easup.c.
Referenced by FatLocateEaByName().
VOID FatMarkEaRangeDirty | ( | IN PIRP_CONTEXT | IrpContext, |
IN PFILE_OBJECT | EaFileObject, | ||
IN OUT PEA_RANGE | EaRange | ||
) |
Definition at line 3709 of file easup.c.
Referenced by FatCommonSetEa().
VOID FatPinEaRange | ( | IN PIRP_CONTEXT | IrpContext, |
IN PFILE_OBJECT | VirtualEaFile, | ||
IN PFCB | EaFcb, | ||
IN OUT PEA_RANGE | EaRange, | ||
IN ULONG | StartingVbo, | ||
IN ULONG | Length, | ||
IN NTSTATUS | ErrorStatus | ||
) |
Definition at line 3512 of file easup.c.
Referenced by FatReadEaSet().
VOID FatReadEaSet | ( | IN PIRP_CONTEXT | IrpContext, |
IN PVCB | Vcb, | ||
IN USHORT | EaHandle, | ||
IN POEM_STRING | FileName, | ||
IN BOOLEAN | ReturnEntireSet, | ||
OUT PEA_RANGE | EaSetRange | ||
) |
Definition at line 1306 of file easup.c.
Referenced by _Requires_lock_held_(), FatCommonQueryEa(), FatCommonSetEa(), and FatReadEaSet().
Definition at line 3782 of file easup.c.
Referenced by _Requires_lock_held_(), FatCommonQueryEa(), FatCommonSetEa(), and FatReadEaSet().