#include <fs_tools.h>
These are in a linked list.
Data Fields | |
| TSK_FS_DATA_RUN * | next |
| Pointer to the next run in the attribute. | |
| DADDR_T | offset |
| Logical block offset of this run in the "file". | |
| DADDR_T | addr |
| Starting block address of run. | |
| DADDR_T | len |
| Number of blocks in run. | |
| TSK_FS_DATA_RUN_FLAG_ENUM | flags |
| Flags for run. | |
1.5.1