From d90aa9c825e6c2dda92c65238afc782c99f9f0b2 Mon Sep 17 00:00:00 2001 From: robi Date: Thu, 16 Sep 2010 17:22:29 +0000 Subject: magic functions part3 (inactiv) --- src/inode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/inode.h') diff --git a/src/inode.h b/src/inode.h index a09c574..e3406f4 100644 --- a/src/inode.h +++ b/src/inode.h @@ -66,5 +66,8 @@ 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); + #endif -- cgit v1.2.3