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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
IgnoredLayoutRule.java 21 import com.android.ide.common.api.INode;
35 public DropFeedback onDropEnter(INode targetNode, Object targetView, IDragElement[] elements) {
GridLayoutRule.java 36 import com.android.ide.common.api.INode;
145 public void addLayoutActions(List<RuleAction> actions, final INode parentNode,
146 final List<? extends INode> children) {
169 public void action(final RuleAction action, List<? extends INode> selectedNodes,
172 public void handle(INode n) {
244 private static String getCurrentOrientation(final INode node) {
253 public DropFeedback onDropEnter(INode targetNode, Object targetView, IDragElement[] elements) {
260 public DropFeedback onDropMove(INode targetNode, IDragElement[] elements,
271 public void onDropped(final INode targetNode, final IDragElement[] elements,
289 INode newChild
    [all...]
  /system/extras/ext4_utils/
allocate.h 33 struct ext4_inode *get_inode(u32 inode);
42 void add_directory(u32 inode);
allocate.c 675 /* Returns an ext4_inode structure for an inode number */
676 struct ext4_inode *get_inode(u32 inode)
678 inode -= 1;
679 int bg = inode / info.inodes_per_group;
680 inode %= info.inodes_per_group;
683 return (struct ext4_inode *)(aux_info.bgs[bg].inode_table + inode *
691 u32 inode; local
697 inode = aux_info.bgs[bg].first_free_inode + i - 1;
698 aux_info.bgs[bg].inode_bitmap[inode / 8] |= 1 << (inode % 8)
714 u32 inode; local
    [all...]
  /external/e2fsprogs/po/
ca.po 9 #. "inode", and so on. In order to make it easier for translators, the
22 #. a dynamic %-expansion, which expands %i as an inode number, and so
25 #. expansions; so for example, "%Iu" expands to the inode's user id
26 #. ownership field (inode->i_uid).
31 #. %Di <dirent> -> ino inode number
36 #. %d <dir> inode number
38 #. %i <ino> inode number
39 #. %Is <inode> -> i_size
40 #. %IS <inode> -> i_extra_isize
41 #. %Ib <inode> -> i_block
    [all...]
pl.po 9 #. "inode", and so on. In order to make it easier for translators, the
22 #. a dynamic %-expansion, which expands %i as an inode number, and so
25 #. expansions; so for example, "%Iu" expands to the inode's user id
26 #. ownership field (inode->i_uid).
31 #. %Di <dirent> -> ino inode number
36 #. %d <dir> inode number
38 #. %i <ino> inode number
39 #. %Is <inode> -> i_size
40 #. %IS <inode> -> i_extra_isize
41 #. %Ib <inode> -> i_block
    [all...]
vi.po 9 #. "inode", and so on. In order to make it easier for translators, the
22 #. a dynamic %-expansion, which expands %i as an inode number, and so
25 #. expansions; so for example, "%Iu" expands to the inode's user id
26 #. ownership field (inode->i_uid).
31 #. %Di <dirent> -> ino inode number
36 #. %d <dir> inode number
38 #. %i <ino> inode number
39 #. %Is <inode> -> i_size
40 #. %IS <inode> -> i_extra_isize
41 #. %Ib <inode> -> i_block
    [all...]
sv.po 11 #. "inode", and so on. In order to make it easier for translators, the
24 #. a dynamic %-expansion, which expands %i as an inode number, and so
27 #. expansions; so for example, "%Iu" expands to the inode's user id
28 #. ownership field (inode->i_uid).
33 #. %Di <dirent> -> ino inode number
38 #. %d <dir> inode number
40 #. %i <ino> inode number
41 #. %Is <inode> -> i_size
42 #. %IS <inode> -> i_extra_isize
43 #. %Ib <inode> -> i_block
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jffs2.h 135 /* The JFFS2 raw inode structure: Used for storage on physical media. */
147 jint32_t ino; /* Inode number. */
152 jint32_t isize; /* Total resultant size of this inode (used for truncations) */
163 jint32_t node_crc; /* CRC for the raw inode (excluding data) */
188 jint32_t ino; /* inode number */
205 jint32_t sum[0]; /* inode summary info */
ufs_fs.h 70 * [fs->fs_iblkno] Inode blocks
210 #define ufs_cgimin(c) (ufs_cgstart(c) + uspi->s_iblkno) /* inode blk */
214 * Macros for handling inode numbers:
215 * inode number to file system block offset.
216 * inode number to cylinder group number.
217 * inode number to file system block address.
277 __fs32 d_ino; /* inode number of this entry */
342 __fs32 fs_iblkno; /* offset of inode-blocks in filesys */
528 __fs16 cg_niblk; /* number of inode blocks this cg */
533 __fs32 cg_irotor; /* position of last used inode */
    [all...]
iso_fs.h 133 /* We use this to help us look up the parent inode numbers. */
162 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
163 #define ISOFS_BUFFER_BITS(INODE) ((INODE)->i_sb->s_blocksize_bits)
  /external/e2fsprogs/misc/
tune2fs.c 270 * Remove the journal inode from the filesystem
274 struct ext2_inode inode; local
278 retval = ext2fs_read_inode(fs, ino, &inode);
281 _("while reading journal inode"));
296 _("while clearing journal inode"));
299 memset(&inode, 0, sizeof(inode));
303 inode.i_flags &= ~EXT2_IMMUTABLE_FL;
304 retval = ext2fs_write_inode(fs, ino, &inode);
307 _("while writing journal inode"));
1159 struct ext2_inode inode; local
    [all...]
mke2fs.conf.5.in 115 because the inode table isn't being initialized lazily.
149 This relation specifies the default inode ratio if the user does not
152 inode ratio.
155 This relation specifies the default inode size if the user does not
158 inode size.
253 will be used, so the filesystem will have an inode size of 128.
311 This relation is a boolean which specifies whether the inode table should
314 enabled, the inode table will
323 This relation specifies the default inode ratio if the user does not
327 This relation specifies the default inode size if the user does no
    [all...]
e2initrd_helper.c 78 struct ext2_inode inode; local
90 retval = ext2fs_read_inode(fs, ino, &inode);
94 if (inode.i_size_high || (inode.i_size > 65536))
97 buf = malloc(inode.i_size + 1);
100 memset(buf, 0, inode.i_size+1);
106 retval = ext2fs_file_read(e2_file, buf, inode.i_size, &got);
mke2fs.8.in 34 .I bytes-per-inode
38 .I inode-size
231 If enabled and the uninit_bg feature is enabled, the inode table will
238 enable lazy inode table initialization.
280 .BI \-i " bytes-per-inode"
281 Specify the bytes/inode ratio.
283 creates an inode for every
284 .I bytes-per-inode
286 .I bytes-per-inode
294 .BI \-I " inode-size
    [all...]
  /external/e2fsprogs/debugfs/
logdump.c 164 printf("Inode %u is at group %u, block %u, offset %u\n",
600 * If the block is an inode block for the inode being searched
601 * for, then we need to dump the contents of that inode
632 struct ext2_inode *inode; local
635 fprintf(out_file, " (inode block for inode %u):\n",
638 inode = (struct ext2_inode *) (buf + inode_offset_to_dump);
639 internal_dump_inode(out_file, " ", inode_to_dump, inode, 0);
643 * on-disk inode, not from the journaled copy of th
    [all...]
  /external/e2fsprogs/e2fsck/
util.c 226 old_op = ehandler_operation(_("reading inode and block bitmaps"));
243 old_op = ehandler_operation(_("writing block and inode bitmaps"));
248 _("while rewriting block and inode bitmaps for %s"),
384 struct ext2_inode * inode, const char *proc)
388 retval = ext2fs_read_inode(ctx->fs, ino, inode);
391 _("while reading inode %lu in %s"), ino, proc);
397 struct ext2_inode *inode, int bufsize,
402 retval = ext2fs_read_inode_full(ctx->fs, ino, inode, bufsize);
405 _("while reading inode %lu in %s"), ino, proc);
411 struct ext2_inode * inode, int bufsize
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 28 import com.android.ide.common.api.INode;
153 List<INode> nodes = new ArrayList<INode>(selections.size());
175 private List<IContributionItem> getMenuItems(List<INode> nodes) {
176 Map<INode, List<RuleAction>> allActions = new HashMap<INode, List<RuleAction>>();
177 for (INode node : nodes) {
211 INode parent = selection.get(0).getNode().getParent();
289 private Set<String> computeApplicableActionIds(Map<INode, List<RuleAction>> actions) {
295 for (Map.Entry<INode, List<RuleAction>> entry : actions.entrySet())
    [all...]
  /external/grub/stage2/
fsys_jfs.c 52 #define inode ((dinode_t *)((char *)FSYS_BUF + 8192 + sizeof(dinode_t))) macro
53 #define dtroot ((dtroot_t *)(&inode->di_btroot))
164 dtr = (dtroot_t *)&inode->di_btroot;
168 de_always[0].inumber = inode->di_parent;
169 de_always[1].inumber = inode->di_number;
238 xad = first_extent (inode);
287 di_read (inum, inode);
288 di_size = inode->di_size;
289 di_mode = inode->di_mode;
297 grub_memmove (linkbuf, inode->di_fastsymlink, di_size)
    [all...]
fs.h 61 * [fs->fs_iblkno] Inode blocks
89 * information in the inode, using the ``blksize(fs, ip, lbn)'' macro.
94 * The root inode is the root of the file system.
95 * Inode 0 can't be used for normal purposes and
96 * historically bad blocks were linked to inode 1,
97 * thus the root inode is 2. (inode 1 is no longer used for
152 mach_daddr_t fs_iblkno; /* offset of inode-blocks in filesys */
281 short cg_niblk; /* number of inode blocks this cg */
286 int cg_irotor; /* position of last used inode */
    [all...]
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml 501 and with <Emphasis>inode</Emphasis> you can start editing the inode table of the above
502 group block. From here, if the inode corresponds to a file, you can
750 corresponding inode will be saved in memory. The basic reason is that
751 the inode is essential for finding the blocks of the file or the
977 <Literal remap="tt">block, inode, superblock, block groups, block allocation bitmap, inode
996 directory, EXT2ED needs access to the inode of the edited directory.
998 since the object assumes that you passed through its inode to reach
1093 Using <Command>inode</Command> to get to the Bad blocks inode
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 32 import com.android.ide.common.api.INode;
46 public final INode mResized;
50 public ResizeHandler(INode layout, INode resized,
64 Set<INode> nodes = Collections.singleton(resized);
85 for (INode child : layout.getChildren()) {
164 public void updateResize(DropFeedback feedback, INode child, Rect newBounds,
  /external/valgrind/main/callgrind/
main.c 242 InstrInfo* inode; member in struct:__anon12083
329 ev->inode, ev->inode->instr_offset);
333 ev->inode, ev->inode->instr_offset, ev->Ev.Dr.szB);
339 ev->inode, ev->inode->instr_offset, ev->Ev.Dw.szB);
345 ev->inode, ev->inode->instr_offset, ev->Ev.Dm.szB);
350 VG_(printf)("Bc %p GA=", ev->inode);
    [all...]
  /external/e2fsprogs/ext2ed/
init.c 275 add_user_command (&ptr->type_commands,"inode","Returns to the inode of the current file",type_file___inode);
283 add_user_command (&ptr->type_commands,"remember","Saves the file\'s inode position for later reference",type_file___remember);
289 add_user_command (&ptr->type_commands,"show","Shows inode data",type_ext2_inode___show);
290 add_user_command (&ptr->type_commands,"next","Move to next inode in current block group",type_ext2_inode___next);
291 add_user_command (&ptr->type_commands,"prev","Move to next inode in current block group",type_ext2_inode___prev);
292 add_user_command (&ptr->type_commands,"group","Move to the group descriptors of the current inode table",type_ext2_inode___group);
293 add_user_command (&ptr->type_commands,"entry","Move to a specified entry in the current inode table",type_ext2_inode___entry);
294 add_user_command (&ptr->type_commands,"file","Display file data of the current inode",type_ext2_inode___file);
295 add_user_command (&ptr->type_commands,"dir","Display directory data of the current inode",type_ext2_inode___dir)
    [all...]
  /external/libxslt/libxslt/
xslt.c 2312 xsltCompilerNodeInfoPtr inode, iprev; local
    [all...]

Completed in 435 milliseconds

<<11121314151617181920>>