The Sleuth Kit
4.11.1
|
Data structure used to store state and basic information for open volume systems. More...
#include <tsk_vs.h>
Public Attributes | |
unsigned int | block_size |
Size of blocks in bytes. | |
void(* | close )(TSK_VS_INFO *) |
TSK_ENDIAN_ENUM | endian |
Endian ordering of data. | |
TSK_IMG_INFO * | img_info |
Pointer to disk image that VS is in. | |
int | is_backup |
1 if the partition table found was a backup | |
TSK_DADDR_T | offset |
Byte offset where VS starts in disk image. | |
TSK_PNUM_T | part_count |
number of partitions | |
TSK_VS_PART_INFO * | part_list |
Linked list of partitions. | |
int | tag |
TSK_VS_TYPE_ENUM | vstype |
Type of volume system / media management. | |
Data structure used to store state and basic information for open volume systems.
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.