ReactOS
0.4.15-dev-5608-gafb953a
|
#include "udf.h"
Go to the source code of this file.
Classes | |
struct | _UDF_VERIFY_ITEM |
struct | _UDF_VERIFY_REQ_RANGE |
struct | _UDF_VERIFY_REQ |
Macros | |
#define | UDF_BUG_CHECK_ID UDF_FILE_UDF_INFO_REMAP |
#define | MAX_VREQ_RANGES 128 |
Typedefs | |
typedef struct _UDF_VERIFY_ITEM | UDF_VERIFY_ITEM |
typedef struct _UDF_VERIFY_ITEM * | PUDF_VERIFY_ITEM |
typedef struct _UDF_VERIFY_REQ_RANGE | UDF_VERIFY_REQ_RANGE |
typedef struct _UDF_VERIFY_REQ_RANGE * | PUDF_VERIFY_REQ_RANGE |
typedef struct _UDF_VERIFY_REQ | UDF_VERIFY_REQ |
typedef struct _UDF_VERIFY_REQ * | PUDF_VERIFY_REQ |
#define UDF_BUG_CHECK_ID UDF_FILE_UDF_INFO_REMAP |
typedef struct _UDF_VERIFY_ITEM * PUDF_VERIFY_ITEM |
typedef struct _UDF_VERIFY_REQ * PUDF_VERIFY_REQ |
typedef struct _UDF_VERIFY_REQ_RANGE * PUDF_VERIFY_REQ_RANGE |
typedef struct _UDF_VERIFY_ITEM UDF_VERIFY_ITEM |
typedef struct _UDF_VERIFY_REQ UDF_VERIFY_REQ |
Definition at line 982 of file remap.cpp.
Referenced by UDFRelocateSectors().
Definition at line 763 of file remap.cpp.
Referenced by UDFAllocFreeExtent_(), and UDFRemapPacket().
Definition at line 934 of file remap.cpp.
Referenced by UDFRelocateSectors().
PEXTENT_MAP __fastcall UDFRelocateSectors | ( | IN PVCB | Vcb, |
IN uint32 | Lba, | ||
IN uint32 | BlockCount | ||
) |
Definition at line 1029 of file remap.cpp.
Referenced by UDFTRead(), and UDFTWrite().
Definition at line 810 of file remap.cpp.
Definition at line 894 of file remap.cpp.
Referenced by UDFMarkSpaceAsXXXNoProtect_().
Definition at line 742 of file remap.cpp.
Referenced by UDFCommonDeviceControl(), UDFEjectReqWaiter(), UDFFlushLogicalVolume(), and UDFUmount__().
Definition at line 486 of file remap.cpp.
Definition at line 54 of file remap.cpp.
Referenced by UDFCommonDeviceControl(), UDFMountVolume(), and UDFVerifyVolume().
OSSTATUS UDFVRead | ( | IN PVCB | Vcb, |
IN void * | Buffer, | ||
IN uint32 | BCount, | ||
IN uint32 | LBA, | ||
IN uint32 | Flags | ||
) |
Definition at line 375 of file remap.cpp.
Referenced by UDFPhReadSynchronous(), and UDFVWorkItem().
Definition at line 132 of file remap.cpp.
Referenced by UDFCommonDeviceControl(), and UDFReleaseVCB().
VOID UDFVRemoveBlock | ( | PUDF_VERIFY_CTX | VerifyCtx, |
PUDF_VERIFY_ITEM | vItem | ||
) |
Definition at line 211 of file remap.cpp.
Referenced by UDFVForget(), UDFVRead(), UDFVRelease(), and UDFVWrite().
PUDF_VERIFY_ITEM UDFVStoreBlock | ( | IN PVCB | Vcb, |
IN uint32 | LBA, | ||
IN PVOID | Buffer, | ||
PLIST_ENTRY | Link | ||
) |
Definition at line 170 of file remap.cpp.
Referenced by UDFVWrite().
Definition at line 601 of file remap.cpp.
Referenced by UDFCommonWrite(), UDFEjectReqWaiter(), UDFVFlush(), and UDFVWrite().
VOID UDFVWaitQueued | ( | PUDF_VERIFY_CTX | VerifyCtx | ) |
Definition at line 109 of file remap.cpp.
Referenced by UDFVFlush(), UDFVRelease(), and UDFVVerify().
Definition at line 541 of file remap.cpp.
Referenced by UDFVVerify().
OSSTATUS UDFVWrite | ( | IN PVCB | Vcb, |
IN void * | Buffer, | ||
IN uint32 | BCount, | ||
IN uint32 | LBA, | ||
IN uint32 | Flags | ||
) |
Definition at line 225 of file remap.cpp.
Referenced by UDFPhWriteSynchronous().