diff options
author | robi <robi> | 2010-09-16 17:22:29 +0000 |
---|---|---|
committer | robi <robi> | 2010-09-16 17:22:29 +0000 |
commit | d90aa9c825e6c2dda92c65238afc782c99f9f0b2 (patch) | |
tree | 0f81ad6d93e26446afbf38f39d13baebf44cdb94 /src/inode.h | |
parent | 6512ac6340cc34ed778505293943b664e4ec1b4c (diff) |
magic functions part3 (inactiv)
Diffstat (limited to 'src/inode.h')
-rw-r--r-- | src/inode.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |