The Sleuth Kit  4.11.1
Functions
fatfs.c File Reference

Contains the internal TSK FAT file system code to handle basic file system processing for opening file system, processing sectors, and directory entries. More...

#include "tsk_fs_i.h"
#include "tsk_fatfs.h"
#include "tsk_fatxxfs.h"
#include "tsk_exfatfs.h"

Functions

TSK_FS_BLOCK_FLAG_ENUM fatfs_block_getflags (TSK_FS_INFO *a_fs, TSK_DADDR_T a_addr)
 
uint8_t fatfs_block_walk (TSK_FS_INFO *fs, TSK_DADDR_T a_start_blk, TSK_DADDR_T a_end_blk, TSK_FS_BLOCK_WALK_FLAG_ENUM a_flags, TSK_FS_BLOCK_WALK_CB a_action, void *a_ptr)
 
void fatfs_close (TSK_FS_INFO *fs)
 
uint8_t fatfs_fscheck (TSK_FS_INFO *fs, FILE *hFile)
 
uint8_t fatfs_getFAT (FATFS_INFO *fatfs, TSK_DADDR_T clust, TSK_DADDR_T *value)
 
int8_t fatfs_is_sectalloc (FATFS_INFO *fatfs, TSK_DADDR_T sect)
 
uint8_t fatfs_jblk_walk (TSK_FS_INFO *fs, TSK_DADDR_T start, TSK_DADDR_T end, int a_flags, TSK_FS_JBLK_WALK_CB a_action, void *a_ptr)
 
uint8_t fatfs_jentry_walk (TSK_FS_INFO *fs, int a_flags, TSK_FS_JENTRY_WALK_CB a_action, void *a_ptr)
 
uint8_t fatfs_jopen (TSK_FS_INFO *fs, TSK_INUM_T inum)
 
TSK_FS_INFOfatfs_open (TSK_IMG_INFO *a_img_info, TSK_OFF_T a_offset, TSK_FS_TYPE_ENUM a_ftype, uint8_t a_test)
 

Detailed Description

Contains the internal TSK FAT file system code to handle basic file system processing for opening file system, processing sectors, and directory entries.


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.