From 9d0ee99f1144cec4c00e04ce6a7e3f2653005df7 Mon Sep 17 00:00:00 2001 From: robi Date: Sun, 25 Dec 2011 20:38:16 +0000 Subject: new partial step, recover in journal lost inodes --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index ac1d576..243968e 100644 --- a/src/util.h +++ b/src/util.h @@ -205,6 +205,7 @@ ext2_ino_t local_namei(struct dir_list_head_t*, char* , __u32, __u32, int);// se //public functions recover.c void recover_list(char*, char*,__u32, __u32, int); // recover files from a "double quotes" listfile int recover_file( char* ,char* , char* , struct ext2_inode* , ext2_ino_t, int); //recover all filetypes +int check_file_stat(struct ext2_inode*); //check inode; return true if blocks not allocated and not recovered int check_file_recover(struct ext2_inode*); // return percentage of not allocated blocks void set_dir_attributes(char* ,char* ,struct ext2_inode*); //set owner,file mode bits an timestamps for directory int check_dir(char*);//check if the target directory existent -- cgit v1.2.3