The Sleuth Kit  4.10.2
Macros | Functions
ext2fs_journal.c File Reference

Contains the internal TSK Ext3 journal walking code. More...

#include "tsk_fs_i.h"
#include "tsk_ext2fs.h"

Macros

#define big_tsk_getu32(x)
 

Functions

uint8_t ext2fs_jblk_walk (TSK_FS_INFO *fs, TSK_DADDR_T start, TSK_DADDR_T end, int flags, TSK_FS_JBLK_WALK_CB action, void *ptr)
 
uint8_t ext2fs_jentry_walk (TSK_FS_INFO *fs, int flags, TSK_FS_JENTRY_WALK_CB action, void *ptr)
 
uint8_t ext2fs_jopen (TSK_FS_INFO *fs, TSK_INUM_T inum)
 

Detailed Description

Contains the internal TSK Ext3 journal walking code.

Macro Definition Documentation

#define big_tsk_getu32 (   x)
Value:
(uint32_t)((((uint8_t *)x)[3] << 0) + \
(((uint8_t *)x)[2] << 8) + \
(((uint8_t *)x)[1] << 16) + \
(((uint8_t *)x)[0] << 24) )

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.