|
STATIC UINT64 | GetLcn (IN OUT RUNLIST *Runlist, IN UINT64 Vcn) |
|
STATIC EFI_STATUS | ReadClusters (IN RUNLIST *Runlist, IN UINT64 Offset, IN UINTN Length, OUT UINT8 *Dest) |
|
EFI_STATUS EFIAPI | DiskRead (IN EFI_FS *FileSystem, IN UINT64 Offset, IN UINTN Size, IN OUT VOID *Buffer) |
|
EFI_STATUS EFIAPI | ReadMftRecord (IN EFI_NTFS_FILE *File, OUT UINT8 *Buffer, IN UINT64 RecordNumber) |
|
EFI_STATUS EFIAPI | ReadAttr (IN NTFS_ATTR *Attr, OUT UINT8 *Dest, IN UINT64 Offset, IN UINTN Length) |
|
EFI_STATUS EFIAPI | ReadData (IN NTFS_ATTR *Attr, IN UINT8 *AttrStart, OUT UINT8 *Dest, IN UINT64 Offset, IN UINTN Length) |
|
STATIC UINT64 | ReadField (IN CONST UINT8 *Run, IN UINT8 FieldSize, IN BOOLEAN Signed) |
|
EFI_STATUS EFIAPI | ReadRunListElement (IN OUT RUNLIST *Runlist) |
|
CHAR16 * | ReadSymlink (IN NTFS_FILE *File) |
|
Copyright (c) 2022, Mikhail Krichanov. All rights reserved. SPDX-License-Identifier: BSD-3-Clause
Functional and structural descriptions follow NTFS Documentation by Richard Russon and Yuval Fledel
Definition in file Data.c.