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

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_INFOimg_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_INFOpart_list
 Linked list of partitions.
 
int tag
 
TSK_VS_TYPE_ENUM vstype
 Type of volume system / media management.
 

Detailed Description

Data structure used to store state and basic information for open volume systems.


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.