The Sleuth Kit
4.12.1
|
Contains the internal TSK UFS / FFS file system functions. More...
Functions | |
TSK_FS_BLOCK_FLAG_ENUM | ffs_block_getflags (TSK_FS_INFO *a_fs, TSK_DADDR_T a_addr) |
uint8_t | ffs_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 action, void *ptr) |
uint8_t | ffs_inode_walk (TSK_FS_INFO *fs, TSK_INUM_T start_inum, TSK_INUM_T end_inum, TSK_FS_META_FLAG_ENUM a_flags, TSK_FS_META_WALK_CB action, void *ptr) |
uint8_t | ffs_jblk_walk (TSK_FS_INFO *fs, TSK_DADDR_T start, TSK_DADDR_T end, int a_flags, TSK_FS_JBLK_WALK_CB action, void *ptr) |
uint8_t | ffs_jentry_walk (TSK_FS_INFO *fs, int a_flags, TSK_FS_JENTRY_WALK_CB action, void *ptr) |
uint8_t | ffs_jopen (TSK_FS_INFO *fs, TSK_INUM_T inum) |
TSK_FS_INFO * | ffs_open (TSK_IMG_INFO *img_info, TSK_OFF_T offset, TSK_FS_TYPE_ENUM ftype, uint8_t test) |
Contains the internal TSK UFS / FFS file system functions.
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.