The Sleuth Kit
4.11.1
|
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_LIST * | next |
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) | |
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.
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.