2.3.9.1 DUPLICATE_EXTENTS_DATA_EX
A DUPLICATE_EXTENTS_DATA_EX data element is defined as follows:
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
StructureSize |
|||||||||||||||||||||||||||||||
… |
|||||||||||||||||||||||||||||||
FileHandle |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
SourceFileOffset |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
TargetFileOffset |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
ByteCount |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
Flags |
StructureSize (8 bytes): A SIZE_T [MS-DTYP] section 2.2.43) data type that specifies the size of the structure, in bytes.
FileHandle (8 bytes): A HANDLE ([MS-DTYP] section 2.2.16) data type that is an identifier of the open to the source file.
SourceFileOffset (8 bytes): A 64-bit signed integer that contains the file offset, in bytes, of the start of a range of bytes in a source file from which the data is to be copied. The value of this field MUST be greater than or equal to 0x0000000000000000 and MUST be aligned to a logical cluster boundary.
TargetFileOffset (8 bytes): A 64-bit signed integer that contains the file offset, in bytes, of the start of a range of bytes in a target file to which the data is to be copied. The value of this field MUST be greater than or equal to 0x0000000000000000 and MUST be aligned to a logical cluster boundary.
ByteCount (8 bytes): A 64-bit signed integer that contains the number of bytes to copy from source to target. The value of this field MUST be greater than or equal to 0x0000000000000000 and MUST be aligned to a logical cluster boundary.
Flags (4 bytes): A 32-bit unsigned integer that contains zero or more of the following flag values. Flag values not specified in the following table SHOULD be set to 0 and MUST be ignored.
-
Value
Meaning
DUPLICATE_EXTENTS_DATA_EX_SOURCE_ATOMIC
0x00000001
Indicates that duplication is atomic from source point of view.