HomeSort by relevance Sort by last modified time
    Searched full:inode (Results 126 - 150 of 666) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/debugfs/
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/lib/ext2fs/
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;
namei.c 28 ext2_ino_t inode, int link_count,
37 printf("follow_link: root=%lu, dir=%lu, inode=%lu, lc=%d\n",
38 root, dir, inode, link_count);
41 retval = ext2fs_read_inode (fs, inode, &ei);
44 *res_inode = inode;
71 * directory and the root directory, and returns the inode of the
84 ext2_ino_t inode; local
101 retval = ext2fs_lookup (fs, dir, thisname, len, buf, &inode);
103 retval = follow_link (fs, root, dir, inode,
119 ext2_ino_t dir, inode; local
    [all...]
res_gdt.c 58 * uses before we can add them to the resize inode (which has to come
59 * after the creation of the inode table).
65 struct ext2_inode inode; local
80 retval = ext2fs_read_inode(fs, EXT2_RESIZE_INO, &inode);
86 if ((dindir_blk = inode.i_block[EXT2_DIND_BLOCK])) {
101 inode.i_mode = LINUX_S_IFREG | 0600;
102 inode.i_links_count = 1;
103 inode.i_block[EXT2_DIND_BLOCK] = dindir_blk;
104 ext2fs_iblk_set(fs, &inode, 1);
112 inode.i_size = inode_size & 0xFFFFFFFF
    [all...]
link.c 25 ext2_ino_t inode; member in struct:link_struct
56 (next->inode == 0) &&
70 if (dirent->inode) {
80 next->inode = 0;
94 dirent->inode = ls->inode;
116 struct ext2_inode inode; local
126 ls.inode = ino;
143 if ((retval = ext2fs_read_inode(fs, dir, &inode)) != 0)
146 if (inode.i_flags & EXT2_INDEX_FL)
    [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)
  /external/e2fsprogs/e2fsck/
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...]
pass1.c 2 * pass1.c -- pass #1 of e2fsck: sequential scan of the inode table
12 * and applies the following tests to each inode:
14 * - The mode field of the inode must be legal.
15 * - The size and block count fields of the inode are correct.
16 * - A data block must not be used by another inode
31 * other passes should not need to read in the inode information
34 * inode to fix it.)
89 struct ext2_inode *inode; member in struct:process_block_struct
97 struct ext2_inode inode; member in struct:process_inode_block
125 * Check to make sure a device inode is real. Returns 1 if the devic
133 struct ext2_inode *inode) struct
257 struct ext2_inode *inode = pctx->inode; local
273 struct ext2_inode_large *inode; local
353 struct ext2_inode_large *inode; local
403 struct ext2_inode *inode = pctx->inode; local
549 struct ext2_inode *inode; local
1409 struct ext2_inode *inode = pctx->inode; local
1820 struct ext2_inode *inode = pctx->inode; local
1873 struct ext2_inode *inode = pctx->inode; local
    [all...]
pass2.c 20 * - The inode number in the directory entry should be within
22 * - The inode number should refer to a in-use inode.
23 * - The first entry should be '.', and its inode should be
24 * the inode of the directory.
31 * - The inode numbers of the subdirectories for each directory.
60 * Keeps track of how many times an inode is referenced.
352 if (!dirent->inode)
365 dirent->inode = ino;
373 if (dirent->inode != ino)
481 struct ext2_inode inode; local
1175 struct ext2_inode inode; local
1233 struct ext2_inode inode; local
1247 struct ext2_inode inode; local
1400 struct ext2_inode inode; local
    [all...]
  /external/e2fsprogs/tests/m_no_opt/
expect.1 15 Writing inode tables: done
37 Inode count: 16384
48 Inode blocks per group: 256
53 First inode: 11
54 Inode size: 128
60 Block bitmap at 3 (+2), Inode bitmap at 4 (+3)
61 Inode table at 5-260 (+4)
67 Block bitmap at 8195 (+2), Inode bitmap at 8196 (+3)
68 Inode table at 8197-8452 (+4)
74 Block bitmap at 16387 (+2), Inode bitmap at 16388 (+3
    [all...]
  /external/e2fsprogs/tests/m_std/
expect.1 16 Writing inode tables: done
38 Inode count: 16384
50 Inode blocks per group: 256
55 First inode: 11
56 Inode size: 128
63 Block bitmap at 258 (+257), Inode bitmap at 259 (+258)
64 Inode table at 260-515 (+259)
71 Block bitmap at 8450 (+257), Inode bitmap at 8451 (+258)
72 Inode table at 8452-8707 (+259)
77 Block bitmap at 16385 (+0), Inode bitmap at 16386 (+1
    [all...]
  /system/extras/ext4_utils/
indirect.c 163 /* Given an allocation, attach as many blocks as possible to direct inode
165 static int inode_attach_direct_blocks(struct ext4_inode *inode,
172 inode->i_block[i] = get_block(alloc, i);
188 static int inode_attach_indirect_blocks(struct ext4_inode *inode,
194 inode->i_block[EXT4_IND_BLOCK] = ind_block;
219 static int inode_attach_dindirect_blocks(struct ext4_inode *inode,
225 inode->i_block[EXT4_DIND_BLOCK] = dind_block;
250 static int inode_attach_tindirect_blocks(struct ext4_inode *inode,
256 inode->i_block[EXT4_TIND_BLOCK] = tind_block;
342 static int do_inode_attach_indirect(struct ext4_inode *inode,
    [all...]
extent.c 74 struct ext4_inode *inode, u64 len)
98 (struct ext4_extent_header *)&inode->i_block[0];
105 extent = (struct ext4_extent *)&inode->i_block[3];
108 (struct ext4_extent_header *)&inode->i_block[0];
116 (struct ext4_extent_idx *)&inode->i_block[3];
164 inode->i_flags |= EXT4_EXTENTS_FL;
165 inode->i_size_lo = len;
166 inode->i_size_high = len >> 32;
167 inode->i_blocks_lo = blocks;
168 inode->osd2.linux2.l_i_blocks_high = blocks >> 32
    [all...]
  /external/e2fsprogs/tests/m_dasd_bs/
expect.1 16 Writing inode tables: done
38 Inode count: 16384
50 Inode blocks per group: 512
55 First inode: 11
56 Inode size: 128
63 Block bitmap at 33 (+33), Inode bitmap at 34 (+34)
64 Inode table at 35-546 (+35)
71 Block bitmap at 16417 (+33), Inode bitmap at 16418 (+34)
72 Inode table at 16419-16930 (+35)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableRowRule.java 21 import com.android.ide.common.api.INode;
34 protected boolean isVertical(INode node) {
44 public void onChildInserted(INode child, INode parent, InsertType insertType) {
51 public void addLayoutActions(List<RuleAction> actions, final INode parentNode,
52 final List<? extends INode> children) {
59 INode grandParent = parentNode.getParent();
68 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge,
TableLayoutRule.java 23 import com.android.ide.common.api.INode;
52 protected boolean isVertical(INode node) {
63 public void onChildInserted(INode child, INode parent, InsertType insertType) {
72 public void addContextMenuActions(List<RuleAction> actions, final INode selectedNode) {
76 public void action(RuleAction action, List<? extends INode> selectedNodes,
78 final INode node = selectedNode;
79 INode newRow = node.appendChild(FQCN_TABLE_ROW);
87 public void addLayoutActions(List<RuleAction> actions, final INode parentNode,
88 final List<? extends INode> children)
    [all...]
  /external/e2fsprogs/tests/f_badtable/
expect.1 6 Group 0's inode bitmap (4) is bad. Relocate? yes
9 Relocating group 0's inode bitmap from 4 to 10...
11 Entry 'lost+found' in / (2) points to inode (11) located in a bad block.
18 Inode 2 ref count is 4, should be 3. Fix? yes
30 Inode bitmap differences: +(12--16) +(25--32)
  /external/e2fsprogs/tests/f_lpf2/
expect.1 4 Unconnected directory inode 12 (/???)
9 Unconnected directory inode 13 (/???)
13 Inode 2 ref count is 4, should be 3. Fix? yes
15 Inode 12 ref count is 3, should be 2. Fix? yes
17 Inode 13 ref count is 3, should be 2. Fix? yes
  /external/kernel-headers/original/linux/
efs_fs_i.h 36 * extent based filesystem inode as it appears on disk. The efs inode
50 u_char di_version; /* version of inode */
58 /* efs inode storage in memory */
64 struct inode vfs_inode;
msdos_fs.h 265 * MS-DOS file system inode data in memory
280 struct inode vfs_inode;
288 static inline struct msdos_inode_info *MSDOS_I(struct inode *inode)
290 return container_of(inode, struct msdos_inode_info, vfs_inode);
293 /* Return the FAT attribute byte for this inode */
294 static inline u8 fat_attr(struct inode *inode)
296 return ((inode->i_mode & S_IWUGO) ? ATTR_NONE : ATTR_RO) |
297 (S_ISDIR(inode->i_mode) ? ATTR_DIR : ATTR_NONE)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h 141 /* Inode flags - they have nothing to superblock flags now */
148 #define S_NOQUOTA 32 /* Inode is not counted to quota */
152 #define S_PRIVATE 512 /* Inode is fs-internal */
155 * Note that nosuid etc flags are inode-specific: setting some file-system
167 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
169 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
170 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) ||
    [all...]
  /external/e2fsprogs/tests/f_dupdot/
expect.1 11 Unattached inode 13
14 Inode 13 ref count is 2, should be 1. Fix? yes
16 Unattached zero-length inode 14. Clear? yes

Completed in 241 milliseconds

1 2 3 4 56 7 8 91011>>