The Sleuth Kit  4.3
Functions | Variables
fs_inode.c File Reference

Contains functions to allocate, free, and process the generic inode structures. More...

#include "tsk_fs_i.h"

Functions

TSK_FS_METAtsk_fs_meta_alloc (size_t a_buf_len)
 
void tsk_fs_meta_close (TSK_FS_META *fs_meta)
 
TSK_FS_METAtsk_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...
 

Detailed Description

Contains functions to allocate, free, and process the generic inode structures.

Variable Documentation

char tsk_fs_meta_type_str[TSK_FS_META_TYPE_STR_MAX][2]
Initial value:
=
{ "-", "r", "d", "p", "c", "b", "l", "s", "h", "w", "v", "V"
}

Contains the short (1 character) name of the file type.

Referenced by tsk_fs_meta_make_ls().


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