#include <tsk_vs.h>
Data Fields | |
| TSK_IMG_INFO * | img_info |
| Pointer to disk image that VS is in. | |
| TSK_MM_INFO_TYPE_ENUM | mmtype |
| Type of volume system / media management. | |
| TSK_DADDR_T | offset |
| Byte offset where VS starts in disk image. | |
| const char * | str_type |
| String name of VS types. | |
| unsigned int | block_size |
| Size of blocks in bytes. | |
| unsigned int | dev_bsize |
| Size of device blocks in bytes (typically 512). | |
| TSK_ENDIAN_ENUM | endian |
| Endian ordering of data. | |
| TSK_MM_PART * | part_list |
| Linked list of partitions. | |
| TSK_PNUM_T | first_part |
| number of first partition | |
| TSK_PNUM_T | last_part |
| number of last partition | |
| uint8_t(* | part_walk )(TSK_MM_INFO *, TSK_PNUM_T, TSK_PNUM_T, int, TSK_MM_PART_WALK_CB, void *) |
| void(* | close )(TSK_MM_INFO *) |
1.5.1