|
The Sleuth Kit
4.11.1
|
Linked list entry that describes a volume in a generic way. More...
#include <tsk_vs.h>
Public Attributes | |
| TSK_PNUM_T | addr |
| Address of this partition. | |
| char * | desc |
| UTF-8 description of partition (volume system type-specific) | |
| TSK_VS_PART_FLAG_ENUM | flags |
| Flags for partition. | |
| TSK_DADDR_T | len |
| Number of sectors in partition. | |
| TSK_VS_PART_INFO * | next |
| Pointer to next partition (or NULL) | |
| TSK_VS_PART_INFO * | prev |
| Pointer to previous partition (or NULL) | |
| int8_t | slot_num |
| Entry in the table that describes this partition. | |
| TSK_DADDR_T | start |
| Sector offset of start of partition. | |
| int8_t | table_num |
| Table address that describes this partition. | |
| int | tag |
| TSK_VS_INFO * | vs |
| Pointer to parent volume system handle. | |
Linked list entry that describes a volume in a generic way.
Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.