The Sleuth Kit  4.10.2
Public Attributes | List of all members
TSK_VS_PART_INFO Struct Reference

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_INFOnext
 Pointer to next partition (or NULL)
 
TSK_VS_PART_INFOprev
 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_INFOvs
 Pointer to parent volume system handle.
 

Detailed Description

Linked list entry that describes a volume in a generic way.


The documentation for this struct was generated from the following file:

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.