/external/e2fsprogs/tests/f_badjourblks/ |
name | 1 Illegal blocks in journal inode (and backup in superblock)
|
/external/e2fsprogs/tests/f_dupfsblks/ |
name | 1 blocks claimed by a file and bitmaps or inode tables
|
/external/e2fsprogs/tests/f_extra_journal/ |
name | 1 Valid journal inode, but has_journal feature not present
|
/external/e2fsprogs/tests/f_full_bg/ |
name | 0 inode table in last block of first bg
|
/external/e2fsprogs/tests/f_unsorted_EAs/ |
name | 1 unsorted EAs in inode should not be deleted
|
/external/e2fsprogs/tests/r_inline_xattr/ |
name | 1 shrinking filesystem with in-inode extended attributes
|
expect | 2 debugfs -R ''stat file'' ./test.img 2>&1 | grep ''^Inode\|in inode body\|name = '' 3 Inode: 1550 Type: regular Mode: 0644 Flags: 0x0 4 Extended attributes stored in inode body: 12 debugfs -R ''stat file'' ./test.img 2>&1 | grep ''^Inode\|in inode body\|name = '' 13 Inode: 12 Type: regular Mode: 0644 Flags: 0x0 14 Extended attributes stored in inode body:
|
/external/e2fsprogs/tests/r_move_itable/ |
name | 1 filesystem resize which requires moving the inode table
|
/external/e2fsprogs/tests/f_badorphan/ |
expect.1 | 1 Clearing orphaned inode 54 (uid=0, gid=0, mode=0100600, size=44610) 2 Clearing orphaned inode 32 (uid=0, gid=0, mode=040700, size=1024) 3 Clearing orphaned inode 67 (uid=0, gid=0, mode=040700, size=1024) 4 Clearing orphaned inode 55 (uid=0, gid=0, mode=040700, size=1024) 5 Backing up journal inode block information. 10 Inode 13 was part of the orphaned inode list. FIXED. 11 Inode 17 was part of the orphaned inode list. FIXED. 12 Deleted inode 18 has zero dtime. Fix? ye [all...] |
/external/e2fsprogs/tests/f_expand/ |
expect.1.gz | |
/external/e2fsprogs/tests/f_h_reindex/ |
expect.1 | 1 Backing up journal inode block information. 5 Problem in HTREE directory inode 16001: block #1 has bad max hash 6 Problem in HTREE directory inode 16001: block #2 has bad min hash 7 Problem in HTREE directory inode 16001: block #2 has bad max hash 8 Problem in HTREE directory inode 16001: block #3 has bad min hash 9 Problem in HTREE directory inode 16001: block #3 has bad max hash 10 Problem in HTREE directory inode 16001: block #4 has bad min hash 11 Problem in HTREE directory inode 16001: block #4 has bad max hash 12 Problem in HTREE directory inode 16001: block #5 has bad min hash 13 Problem in HTREE directory inode 16001: block #5 has bad max has [all...] |
/external/e2fsprogs/tests/f_badsymlinks/ |
expect.1 | 2 Special (device/socket/fifo/symlink) file (inode 18) has immutable 5 Inode 19 has illegal block(s). Clear? yes 7 Illegal block #0 (1234567890) in inode 19. CLEARED. 8 Inode 19, i_blocks is 2, should be 0. Fix? yes 10 Special (device/socket/fifo/symlink) file (inode 20) has immutable 13 Inode 21 is too big. Truncate? yes 16 Inode 21, i_blocks is 4, should be 2. Fix? yes 19 Symlink /empty_link (inode #17) is invalid. 22 Symlink /long_fastlink (inode #13) is invalid. 25 Symlink /long_link (inode #14) is invalid [all...] |
/external/e2fsprogs/tests/f_messy_inode/ |
expect.1 | 4 Inode 14 has illegal block(s). Clear? yes 6 Illegal block #2 (4294901760) in inode 14. CLEARED. 7 Illegal block #3 (4294901760) in inode 14. CLEARED. 8 Illegal block #4 (4294901760) in inode 14. CLEARED. 9 Illegal block #5 (4294901760) in inode 14. CLEARED. 10 Illegal block #6 (4294901760) in inode 14. CLEARED. 11 Illegal block #7 (4294901760) in inode 14. CLEARED. 12 Illegal block #8 (4294901760) in inode 14. CLEARED. 13 Illegal block #9 (4294901760) in inode 14. CLEARED. 14 Illegal block #10 (4294901760) in inode 14. CLEARED [all...] |
/external/e2fsprogs/tests/f_journal/ |
expect.1 | 2 Clearing orphaned inode 37 (uid=0, gid=0, mode=0100600, size=4096) 3 Clearing orphaned inode 90 (uid=0, gid=0, mode=040700, size=1024) 4 Clearing orphaned inode 67 (uid=0, gid=0, mode=0100600, size=4096) 5 Clearing orphaned inode 50 (uid=0, gid=0, mode=0100600, size=4096) 6 Clearing orphaned inode 57 (uid=0, gid=0, mode=040700, size=1024) 7 Clearing orphaned inode 80 (uid=0, gid=0, mode=040700, size=1024) 8 Clearing orphaned inode 45 (uid=0, gid=0, mode=040700, size=1024) 9 Clearing orphaned inode 71 (uid=0, gid=0, mode=0100600, size=4096) 10 Clearing orphaned inode 86 (uid=0, gid=0, mode=040700, size=1024) 11 Clearing orphaned inode 83 (uid=0, gid=0, mode=040700, size=1024 [all...] |
/external/e2fsprogs/lib/ext2fs/ |
i_block.c | 29 errcode_t ext2fs_iblk_add_blocks(ext2_filsys fs, struct ext2_inode *inode, 32 unsigned long long b = inode->i_blocks; 36 !(inode->i_flags & EXT4_HUGE_FILE_FL)) 43 b += ((long long) inode->osd2.linux2.l_i_blocks_hi) << 32; 44 inode->osd2.linux2.l_i_blocks_hi = b >> 32; 47 inode->i_blocks = b & 0xFFFFFFFF; 51 errcode_t ext2fs_iblk_sub_blocks(ext2_filsys fs, struct ext2_inode *inode, 54 unsigned long long b = inode->i_blocks; 58 !(inode->i_flags & EXT4_HUGE_FILE_FL)) 68 b += ((long long) inode->osd2.linux2.l_i_blocks_hi) << 32 [all...] |
valid_blk.c | 2 * valid_blk.c --- does the inode have valid blocks? 23 * This function returns 1 if the inode's block entries actually 26 int ext2fs_inode_has_valid_blocks(struct ext2_inode *inode) 32 if (!LINUX_S_ISDIR(inode->i_mode) && !LINUX_S_ISREG(inode->i_mode) && 33 !LINUX_S_ISLNK(inode->i_mode)) 40 if (LINUX_S_ISLNK (inode->i_mode)) { 41 if (inode->i_file_acl == 0) { 43 if (inode->i_blocks == 0) 47 if (inode->i_size >= EXT2_N_BLOCKS*4 [all...] |
irel.h | 33 * Add an inode relocation entry. 38 * Get an inode relocation entry. 44 * Get an inode relocation entry by its original inode number 50 * Initialize for iterating over the inode relocation entries. 55 * The iterator function for the inode relocation entries. 56 * Returns an inode number of 0 when out of entries. 62 * Add an inode reference (i.e., note the fact that a 63 * particular block/offset contains a reference to an inode) 69 * Initialize for iterating over the inode references for [all...] |
/external/e2fsprogs/tests/f_baddotdir/ |
expect.1 | 5 Missing '.' in directory inode 12. 8 Missing '..' in directory inode 12. 11 First entry 'X' (inode=11) in directory inode 13 (/b) should be '.' 14 Missing '..' in directory inode 14. 17 Second entry 'XX' (inode=11) in directory inode 15 should be '..' 20 '.' directory entry in directory inode 17 is not NULL terminated 23 '..' directory entry in directory inode 17 is not NULL terminated 26 Missing '.' in directory inode 16 [all...] |
/external/e2fsprogs/tests/f_h_badroot/ |
expect.1 | 1 Backing up journal inode block information. 4 HTREE directory inode 13345 has an invalid root node. 7 HTREE directory inode 26689 has an unsupported hash version (240) 10 HTREE directory inode 40033 has an invalid root node. 13 HTREE directory inode 53377 has a tree depth (8) which is too big 16 HTREE directory inode 66721 uses an incompatible htree root node flag. 20 Problem in HTREE directory inode 80065: block #0 has an unordered hash table 23 Problem in HTREE directory inode 86737: block #0 has invalid limit (511) 26 Problem in HTREE directory inode 93409: block #0 has invalid count (234) 29 Problem in HTREE directory inode 73393: block #1 has bad min has [all...] |
/external/e2fsprogs/tests/f_ea_checks/ |
expect.1 | 2 Inode 13 has a bad extended attribute block 26. Clear? yes 4 Inode 13, i_blocks is 4, should be 2. Fix? yes 6 Extended attribute in inode 14 has a hash (1649340189) which is invalid 9 Inode 14, i_blocks is 2, should be 0. Fix? yes 11 Inode 17 has a bad extended attribute block 28. Clear? yes 13 Inode 17, i_blocks is 4, should be 2. Fix? yes 15 Inode 16 has a bad extended attribute block 29. Clear? yes 17 Inode 16, i_blocks is 2, should be 0. Fix? yes 19 Inode 19 has a bad extended attribute block 33. Clear? yes 21 Inode 19, i_blocks is 2, should be 0. Fix? ye [all...] |
/external/e2fsprogs/tests/f_lotsbad/ |
expect.1 | 4 Inode 13 is too big. Truncate? yes 7 Inode 13, i_size is 15360, should be 12288. Fix? yes 9 Inode 13, i_blocks is 32, should be 30. Fix? yes 11 Inode 12 has illegal block(s). Clear? yes 13 Illegal block #12 (778398818) in inode 12. CLEARED. 14 Illegal block #13 (1768444960) in inode 12. CLEARED. 15 Illegal block #14 (1752375411) in inode 12. CLEARED. 16 Illegal block #15 (1684829551) in inode 12. CLEARED. 17 Illegal block #16 (1886349344) in inode 12. CLEARED. 18 Illegal block #17 (1819633253) in inode 12. CLEARED [all...] |
/development/ndk/platforms/android-3/include/linux/ |
fs.h | 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg)) 118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY) 119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC)) 120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC)) [all...] |
/external/e2fsprogs/tests/f_badroot/ |
expect.1 | 4 Root inode is not a directory. Clear? yes 7 Entry '..' in ??? (11) has deleted/unused inode 2. Clear? yes 10 Root inode not allocated. Allocate? yes 12 Unconnected directory inode 11 (...) 18 Inode 11 ref count is 3, should be 2. Fix? yes 20 Unattached inode 12 23 Inode 12 ref count is 2, should be 1. Fix? yes
|
/external/e2fsprogs/tests/f_h_badnode/ |
expect.1 | 3 Problem in HTREE directory inode 12929: block #531 has bad max hash 4 Problem in HTREE directory inode 12929: block #993 referenced twice 5 Problem in HTREE directory inode 12929: block #1061 has bad min hash 6 Problem in HTREE directory inode 12929: block #1062 has invalid depth (2) 7 Problem in HTREE directory inode 12929: block #1062 has bad max hash 8 Problem in HTREE directory inode 12929: block #1062 not referenced 9 Invalid HTREE directory inode 12929 (/test2). Clear HTree index? yes
|
/external/e2fsprogs/tests/f_lpffile/ |
expect.1 | 10 Unattached inode 11 13 Unattached inode 12 16 Inode 12 ref count is 2, should be 1. Fix? yes 18 Unattached inode 13 21 Inode 13 ref count is 2, should be 1. Fix? yes 23 Unattached inode 14 26 Inode 14 ref count is 2, should be 1. Fix? yes
|