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

A handle to a directory so that its files can be individually accessed. More...

#include <tsk_fs.h>

Public Attributes

TSK_INUM_T addr
 Metadata address of this directory.
 
TSK_FS_FILEfs_file
 Pointer to the file structure for the directory.
 
TSK_FS_INFOfs_info
 Pointer to file system the directory is located in.
 
TSK_FS_NAMEnames
 Pointer to list of names in directory.
 
size_t names_alloc
 Number of name structures that were allocated.
 
size_t names_used
 Number of name structures in queue being used.
 
uint32_t seq
 Metadata address sequence (NTFS Only)
 
int tag
 

Detailed Description

A handle to a directory so that its files can be individually accessed.


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.