/external/e2fsprogs/e2fsck/ |
message.c | 19 * %Di <dirent>->ino inode number 24 * %d <dir> inode number 26 * %i <ino> inode number 27 * %Is <inode> -> i_size 28 * %IS <inode> -> i_extra_isize 29 * %Ib <inode> -> i_blocks 30 * %Il <inode> -> i_links_count 31 * %Im <inode> -> i_mode 32 * %IM <inode> -> i_mtime 33 * %IF <inode> -> i_fadd 264 struct ext2_inode *inode; local [all...] |
problem.h | 17 struct ext2_inode *inode; member in struct:problem_context 33 #define PR_LATCH_BBLOCK 0x0020 /* Latch for bad block inode blocks (pass 1) */ 34 #define PR_LATCH_IBITMAP 0x0030 /* Latch for pass 5 inode bitmap proc. */ 35 #define PR_LATCH_BBITMAP 0x0040 /* Latch for pass 5 inode bitmap proc. */ 62 /* Inode bitmap not in group */ 65 /* Inode table not in group */ 95 /* Inode count in the superblock incorrect */ 101 /* Journal inode is invalid */ 137 /* Clearing orphan inode */ 140 /* Illegal block found in orphaned inode */ [all...] |
/external/e2fsprogs/tests/f_holedir2/ |
expect.1 | 2 Inode 12, i_size is 0, should be 5120. Fix? yes 4 Inode 13, i_size is 4096, should be 5120. Fix? yes 7 Directory inode 12 has an unallocated block #3. Allocate? yes 9 Directory inode 13 has an unallocated block #1. Allocate? yes
|
/external/e2fsprogs/tests/f_mke2fs2b/ |
expect.1 | 4 Root inode has dtime set (probably due to old mke2fs). Fix? yes 6 Inode 11 is in use, but has dtime set. Fix? yes 8 Inode 15 is in use, but has dtime set. Fix? yes 13 Unattached zero-length inode 15. Clear? yes
|
/external/e2fsprogs/tests/f_dup2/ |
expect.1 | 5 Running additional passes to resolve blocks claimed by more than one inode... 7 Multiply-claimed block(s) in inode 12: 25 26 8 Multiply-claimed block(s) in inode 13: 25 26 57 58 9 Multiply-claimed block(s) in inode 14: 57 58 14 File /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993) 16 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993) 19 File /motd (inode #13, mod time Tue Sep 21 03:19:20 1993) 21 /pass1.c (inode #14, mod time Tue Sep 21 04:28:37 1993) 22 /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993) 25 File /pass1.c (inode #14, mod time Tue Sep 21 04:28:37 1993) [all...] |
/system/extras/ext4_utils/ |
contents.c | 60 struct ext4_dir_entry_2 *prev, u32 inode, const char *name, 79 dentry->inode = inode; 90 and stores the location of the structure in an inode. The new inode's 91 .. link is set to dir_inode_num. Stores the location of the inode number 92 of each directory entry into dentries[i].inode, to be filled in later 93 when the inode for the entry is allocated. Returns the inode number of the 98 struct ext4_inode *inode; local 176 struct ext4_inode *inode; local 204 struct ext4_inode *inode; local 239 struct ext4_inode *inode = get_inode(inode_num); local 444 struct ext4_inode *inode = get_inode(inode_num); local [all...] |
ext4_jbd2.h | 17 #define EXT4_JOURNAL(inode) (EXT4_SB((inode)->i_sb)->s_journal) 44 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) __ext4_forget(__func__, (handle), (is_metadata), (inode), (bh), (block_nr)) 46 #define ext4_handle_dirty_metadata(handle, inode, bh) __ext4_handle_dirty_metadata(__func__, (handle), (inode), (bh))
|
/external/e2fsprogs/tests/f_illitable/ |
expect.1 | 1 Note: if several inode or block bitmap blocks or part 2 of the inode table require relocation, you may wish to try 7 Inode table for group 0 is not in group. (block 40000) 11 ../e2fsck/e2fsck: A block group is missing an inode table while reading bad blocks inode 14 Relocating group 0's inode table to 5... 17 Root inode is not a directory. Clear? yes 21 Root inode not allocated. Allocate? yes
|
/external/e2fsprogs/tests/f_misstable/ |
expect.1 | 2 Inode table for group 1 is not in group. (block 0) 7 Relocating group 1's inode table to 8197... 11 Entry 'etc' in / (2) has deleted/unused inode 1505. Clear? yes 13 Entry 'cache' in / (2) has deleted/unused inode 1514. Clear? yes 15 Entry 'a' in / (2) has deleted/unused inode 1515. Clear? yes 17 Entry 'b' in / (2) has deleted/unused inode 1516. Clear? yes 21 Inode 2 ref count is 8, should be 4. Fix? yes 33 Inode bitmap differences: -(1505--1516)
|
/external/e2fsprogs/tests/r_inline_xattr/ |
script | 13 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT 14 $DEBUGFS -R "stat file" $TMPFILE 2>&1 | grep "^Inode\|in inode body\|name = " >> $OUT 26 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT 27 $DEBUGFS -R "stat file" $TMPFILE 2>&1 | grep "^Inode\|in inode body\|name = " >> $OUT
|
/external/kernel-headers/original/linux/ |
fs.h | 215 #define MS_I_VERSION (1<<23) /* Update inode I_version field */ 233 /* Inode flags - they have nothing to superblock flags now */ 240 #define S_NOQUOTA 32 /* Inode is not counted to quota */ 244 #define S_PRIVATE 512 /* Inode is fs-internal */ 245 #define S_IMA 1024 /* Inode has an associated IMA struct */ 250 * Note that nosuid etc flags are inode-specific: setting some file-system 262 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg)) 264 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY 761 struct inode { struct 2245 struct inode *inode = file->f_path.dentry->d_inode; local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
lookup.c | 24 ext2_ino_t *inode; member in struct:lookup_struct 43 *ls->inode = dirent->inode; 50 int namelen, char *buf, ext2_ino_t *inode) 59 ls.inode = inode;
|
ext2_err.c | 26 "Wrong magic number for inode io_channel structure", 34 "Corrupt group descriptor: bad block for inode bitmap", 35 "Corrupt group descriptor: bad block for inode table", 36 "Can't write an inode bitmap", 37 "Can't read an inode bitmap", 40 "Can't write an inode table", 41 "Can't read an inode table", 42 "Can't read next inode", 48 "Inode bitmap not loaded", 50 "Illegal inode number" [all...] |
bmap.c | 29 struct ext2_inode *inode, 33 #define inode_bmap(inode, nr) ((inode)->i_block[(nr)]) 132 errcode_t ext2fs_bmap2(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, 150 /* Read inode structure if necessary */ 151 if (!inode) { 155 inode = &inode_buf; 159 if (inode->i_flags & EXT4_EXTENTS_FL) { 163 retval = ext2fs_extent_open2(fs, ino, inode, &handle); 196 /* Update inode after setting extent * [all...] |
unlink.c | 24 ext2_ino_t inode; member in struct:link_struct 51 if (ls->inode) { 52 if (dirent->inode != ls->inode) 55 if (!dirent->inode) 62 dirent->inode = 0; 87 ls.inode = ino;
|
/external/e2fsprogs/tests/f_badbblocks/ |
expect.1 | 3 ../e2fsck/e2fsck: Illegal indirect block found while reading bad blocks inode 6 Bad block inode has illegal block(s). Clear? yes 8 Illegal block #1 (101) in bad block inode. CLEARED. 9 Illegal block #2 (103) in bad block inode. CLEARED. 10 Illegal block #3 (234523) in bad block inode. CLEARED. 11 Illegal indirect block (200) in bad block inode. CLEARED.
|
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 28 request do_ncheck, "Do inode->name translation", 31 request do_icheck, "Do block->inode translation", 43 request do_stat, "Show inode information ", 64 request do_kill_file, "Deallocate an inode and its blocks", 67 request do_clri, "Clear an inode's contents", 70 request do_freei, "Clear an inode's in-use flag", 73 request do_seti, "Set an inode's in-use flag", 76 request do_testi, "Test an inode's in-use flag", 88 request do_modify_inode, "Modify an inode by structure", 94 request do_find_free_inode, "Find free inode(s)" [all...] |
icheck.c | 30 ext2_ino_t inode; member in struct:block_walk_struct 45 bw->barray[i].ino = bw->inode; 62 struct ext2_inode inode; local 76 "while allocating inode info array"); 96 com_err("icheck", retval, "while opening inode scan"); 101 retval = ext2fs_get_next_inode(scan, &ino, &inode); 104 com_err("icheck", retval, "while starting inode scan"); 109 if (!inode.i_links_count) 112 bw.inode = ino; 114 if (inode.i_file_acl) [all...] |
debugfs.c | 91 com_err(device, 0, "catastrophic mode - not reading inode or group bitmaps"); 95 com_err(device, retval, "while reading inode bitmap"); 349 "inode bitmap at %u, " 350 "inode table at %u\n" 359 gdp->bg_free_inodes_count != 1 ? "inodes" : "inode", 366 gdp->bg_itable_unused != 1 ? "inodes":"inode"); 368 print_bg_opts(gdp, EXT2_BG_INODE_UNINIT, "Inode not init", 496 struct ext2_inode_large *inode) 503 fprintf(out, "Size of extra inode fields: %u\n", inode->i_extra_isize) 827 ext2_ino_t inode; local 858 struct ext2_inode inode; local 921 ext2_ino_t inode; local 937 ext2_ino_t inode; local 952 ext2_ino_t inode; local 966 ext2_ino_t inode; local 980 ext2_ino_t inode; local 1114 struct ext2_inode inode; local 1191 ext2_ino_t inode; local 1272 struct ext2_inode inode; local 1346 struct ext2_inode inode; local 1554 struct ext2_inode inode; local 1631 struct ext2_inode inode; local 1799 struct ext2_inode inode; local 1860 struct ext2_inode inode; local 1926 ext2_ino_t inode; local [all...] |
ncheck.c | 42 if (iw->iarray[i] == dirent->inode) { 59 struct ext2_inode inode; local 64 com_err(argv[0], 0, "Usage: ncheck <inode number> ..."); 73 "while allocating inode info array"); 81 com_err(argv[0], 0, "Bad inode - %s", argv[i]); 90 com_err("ncheck", retval, "while opening inode scan"); 95 retval = ext2fs_get_next_inode(scan, &ino, &inode); 98 com_err("ncheck", retval, "while starting inode scan"); 102 printf("Inode\tPathname\n"); 104 if (!inode.i_links_count [all...] |
/external/e2fsprogs/po/ |
at-expand.pl | 7 "#. \"inode\", and so on. In order to make it easier for translators, the\n", 20 "#. a dynamic %-expansion, which expands %i as an inode number, and so\n", 23 "#. expansions; so for example, \"%Iu\" expands to the inode's user id\n", 24 "#. ownership field (inode->i_uid).\n", 29 "#. %Di <dirent> -> ino inode number\n", 34 "#. %d <dir> inode number\n", 36 "#. %i <ino> inode number\n", 37 "#. %Is <inode> -> i_size\n", 38 "#. %IS <inode> -> i_extra_isize\n", 39 "#. %Ib <inode> -> i_blocks\n" [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeFactoryTest.java | 19 import com.android.ide.common.api.INode; 60 // Groovy scripts only see the INode interface so we want to primarily test that. 61 INode inode = proxy; local 62 assertEquals(new Rect(10, 12, 110-10-1, 120-12-1), inode.getBounds()); 63 assertTrue(Arrays.equals(new INode[0], inode.getChildren())); 64 assertEquals("com.example.MyJavaClass", inode.getFqcn()); 65 assertNull(inode.getParent()); 66 assertSame(inode, inode.getRoot()) 82 INode inode = proxy; local [all...] |
/external/kernel-headers/original/linux/nfsd/ |
nfsfh.h | 30 * ino/dev of the exported inode. 34 __u32 fb_ino; /* our inode number */ 35 __u32 fb_dirino; /* dir inode number, 0 for directories */ 65 * 0 - 4 byte device id (ms-2-bytes major, ls-2-bytes minor), 4byte inode number 69 * 2 - 4 byte major, 4 byte minor, 4 byte inode number - DEPRECATED 70 * 3 - 4 byte device id, encoded for user-space, 4 byte inode number 78 * 1 - 32bit inode number, 32 bit generation number. 79 * 2 - 32bit inode number, 32 bit generation number, 32 bit parent directory inode number. 141 unsigned char fh_locked; /* inode locked by us * 245 struct inode *inode; local 262 struct inode *inode = fhp->fh_dentry->d_inode; local 303 struct inode *inode; local [all...] |
/external/e2fsprogs/tests/f_dup/ |
expect.1 | 5 Running additional passes to resolve blocks claimed by more than one inode... 7 Multiply-claimed block(s) in inode 12: 25 26 8 Multiply-claimed block(s) in inode 13: 25 26 13 File /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993) 15 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993) 18 File /motd (inode #13, mod time Tue Sep 21 03:19:20 1993) 20 /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993)
|
/bionic/libc/kernel/common/linux/ |
fs.h | 169 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg)) 170 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY) 171 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC)) 172 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC)) [all...] |