Contains information about a file.
typedef struct
{
int FileBlock;
int VolumeBlock;
int NumberOfBlocks;
} dfs_filemap_t;
Specifies the starting logical block (zero-based) of the file for this extent or group of contiguous blocks.
Specifies the actual starting logical volume block (zero-based) of the contiguous volume blocks assigned to the logical file blocks above.
Specifies the number of contiguous volume blocks that compose this extent (extent block length).