The Sleuth Kit
4.12.1
|
Contains the internal TSK ext2/ext3/ext4 file system functions. More...
Macros | |
#define | INODE_TABLE_SIZE(ext2fs) |
Functions | |
TSK_FS_BLOCK_FLAG_ENUM | ext2fs_block_getflags (TSK_FS_INFO *a_fs, TSK_DADDR_T a_addr) |
uint8_t | ext2fs_block_walk (TSK_FS_INFO *a_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) |
uint8_t | ext2fs_inode_walk (TSK_FS_INFO *fs, TSK_INUM_T start_inum, TSK_INUM_T end_inum, TSK_FS_META_FLAG_ENUM flags, TSK_FS_META_WALK_CB a_action, void *a_ptr) |
TSK_FS_INFO * | ext2fs_open (TSK_IMG_INFO *img_info, TSK_OFF_T offset, TSK_FS_TYPE_ENUM ftype, uint8_t test) |
Contains the internal TSK ext2/ext3/ext4 file system functions.
#define INODE_TABLE_SIZE | ( | ext2fs | ) |
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.