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

Relatively generic structure to hold file names that are stored with the file metadata. More...

#include <tsk_fs.h>

Public Attributes

char name [TSK_FS_META_NAME_LIST_NSIZE]
 Name in UTF-8 (does not include parent directory name)
 
TSK_FS_META_NAME_LISTnext
 Pointer to next name (or NULL)
 
TSK_INUM_T par_inode
 Inode address of parent directory (NTFS only)
 
uint32_t par_seq
 Sequence number of parent directory (NTFS only)
 

Detailed Description

Relatively generic structure to hold file names that are stored with the file metadata.

Note that this is different from the file name stored in the directory heirarchy, which is part of the tsk_fs_name_... code. This is currently used for NTFS and FAT file systems only.


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.