From 2761a6bac18b775c6ddd5dcdc83ade0ce6e4944c Mon Sep 17 00:00:00 2001 From: robi Date: Fri, 24 Sep 2010 02:03:00 +0000 Subject: magic functions --- src/inode.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/inode.h') diff --git a/src/inode.h b/src/inode.h index e3406f4..bcc0089 100644 --- a/src/inode.h +++ b/src/inode.h @@ -66,8 +66,10 @@ int read_journal_inode( ext2_ino_t, struct ext2_inode*, __u32);// get the first int read_time_match_inode( ext2_ino_t, struct ext2_inode*, __u32);// get the first Journal Inode by time_stamp struct ring_buf* get_j_inode_list(struct ext2_super_block*, ext2_ino_t);//fill all inode found in the Journal in the inode-ringbuffer -struct ext2_inode_large* new_inode(); -int inode_add_block(struct ext2_inode_large* , blk_t , __u32); +//functions for the magic scanner +struct ext2_inode_large* new_inode(); //create a new inode +int inode_add_block(struct ext2_inode_large* , blk_t , __u32); //add a block to inode +blk_t inode_add_meta_block(struct ext2_inode_large*, blk_t, blk_t*, char* ); //add the ext3 indirect Blocks to the inode #endif -- cgit v1.2.3