TSK_FS_DIR Struct Reference

#include <tsk_fs.h>


Detailed Description

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

Data Fields

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.
int tag

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

Copyright © 2007-2008 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.