#include "fs_tools_i.h"
Functions | |
TSK_FS_INODE * | tsk_fs_inode_alloc (int direct_count, int indir_count) |
Allocates a generic inode / metadata structure. | |
TSK_FS_INODE * | tsk_fs_inode_realloc (TSK_FS_INODE *fs_inode, int direct_count, int indir_count) |
Resize an existing FS_INODE structure -- changes the number of block pointers. | |
void | tsk_fs_inode_free (TSK_FS_INODE *fs_inode) |
Free the memory allocated to the FS_INODE structure. | |
Variables | |
char | tsk_fs_inode_mode_str [TSK_FS_INODE_MODE_TYPE_STR_MAX][2] |
Contains the short (1 character) name of the file type. |
|
Allocates a generic inode / metadata structure.
|
|
Free the memory allocated to the FS_INODE structure.
|
|
Resize an existing FS_INODE structure -- changes the number of block pointers.
|
|
Initial value: { "-", "p", "c", "", "d", "", "b", "", "-", "", "l", "", "s", "h", "w" }
|