The Sleuth Kit
4.12.1
|
Contains functions to allocate, free, and process the generic inode structures. More...
#include "tsk_fs_i.h"
Functions | |
TSK_FS_META * | tsk_fs_meta_alloc (size_t a_buf_len) |
void | tsk_fs_meta_close (TSK_FS_META *fs_meta) |
TSK_FS_META * | tsk_fs_meta_realloc (TSK_FS_META *a_fs_meta, size_t a_buf_len) |
void | tsk_fs_meta_reset (TSK_FS_META *a_fs_meta) |
uint8_t | tsk_fs_meta_walk (TSK_FS_INFO *a_fs, TSK_INUM_T a_start, TSK_INUM_T a_end, TSK_FS_META_FLAG_ENUM a_flags, TSK_FS_META_WALK_CB a_cb, void *a_ptr) |
Walk a range of metadata structures and call a callback for each structure that matches the flags supplied. More... | |
Variables | |
char | tsk_fs_meta_type_str [TSK_FS_META_TYPE_STR_MAX][2] |
Contains the short (1 character) name of the file type. More... | |
Contains functions to allocate, free, and process the generic inode structures.
char tsk_fs_meta_type_str[TSK_FS_META_TYPE_STR_MAX][2] |
Contains the short (1 character) name of the file type.
Referenced by tsk_fs_meta_make_ls().
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.