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

1 2 3 4 5 6 78 91011>>

  /external/kernel-headers/original/linux/
cdev.h 24 void cd_forget(struct inode *);
seq_file.h 13 struct inode;
37 int seq_release(struct inode *, struct file *);
48 int single_release(struct inode *, struct file *);
49 int seq_release_private(struct inode *, struct file *);
ext3_fs.h 59 #define EXT3_BAD_INO 1 /* Bad blocks inode */
60 #define EXT3_ROOT_INO 2 /* Root inode */
61 #define EXT3_BOOT_LOADER_INO 5 /* Boot loader inode */
62 #define EXT3_UNDEL_DIR_INO 6 /* Undelete directory inode */
63 #define EXT3_RESIZE_INO 7 /* Reserved group descriptors inode */
64 #define EXT3_JOURNAL_INO 8 /* Journal inode */
66 /* First non-reserved inode for old ext3 filesystems */
162 * Inode flags
190 * Inode dynamic state flags
193 #define EXT3_STATE_NEW 0x00000002 /* inode is newly created *
606 __le32 inode; \/* Inode number *\/ member in struct:ext3_dir_entry
619 __le32 inode; \/* Inode number *\/ member in struct:ext3_dir_entry_2
    [all...]
  /external/e2fsprogs/tests/f_filetype/
expect.1 2 Special (device/socket/fifo/symlink) file (inode 14) has immutable
5 Special (device/socket/fifo/symlink) file (inode 15) has immutable
8 Special (device/socket/fifo/symlink) file (inode 16) has immutable
11 Special (device/socket/fifo/symlink) file (inode 17) has immutable
24 Inode 18 (/badchar) is an illegal character device.
27 Inode 19 (/badblock) is an illegal block device.
30 Inode 20 (/badfifo) is an illegal FIFO.
  /external/e2fsprogs/tests/m_large_file/
expect.1 14 Writing inode tables: done
36 Inode count: 64
48 Inode blocks per group: 4
53 First inode: 11
54 Inode size: 256
63 Block bitmap at 5 (+5), Inode bitmap at 6 (+6)
64 Inode table at 7-10 (+7)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
PropertyCallback.java 20 import com.android.ide.common.api.INode;
31 private final List<? extends INode> mTargetNodes;
46 public PropertyCallback(List<? extends INode> targetNodes, String undoLabel,
56 public void action(RuleAction action, List<? extends INode> selectedNodes,
64 final List<? extends INode> nodes = selectedNodes;
66 public void handle(INode n) {
67 for (INode targetNode : nodes) {
RelativeLayoutRule.java 48 import com.android.ide.common.api.INode;
49 import com.android.ide.common.api.INode.IAttribute;
96 public List<String> getSelectionHint(INode parentNode, INode childNode) {
119 private void addAttr(String propertyName, INode childNode, List<String> infos) {
134 public void paintSelectionFeedback(IGraphics graphics, INode parentNode,
135 List<? extends INode> childNodes, Object view) {
153 public DropFeedback onDropEnter(INode targetNode, Object targetView, IDragElement[] elements) {
159 public DropFeedback onDropMove(INode targetNode, IDragElement[] elements,
177 public void onDropLeave(INode targetNode, IDragElement[] elements, DropFeedback feedback)
    [all...]
DialerFilterRule.java 26 import com.android.ide.common.api.INode;
36 public void onCreate(INode node, INode parent, InsertType insertType) {
42 INode hint = node.appendChild(FQCN_EDIT_TEXT);
47 INode primary = node.appendChild(FQCN_EDIT_TEXT);
56 //INode icon = node.appendChild("android.widget.ImageView"); //$NON-NLS-1$
FrameLayoutRule.java 29 import com.android.ide.common.api.INode;
53 public DropFeedback onDropEnter(INode targetNode, Object targetView,
60 public void paint(IGraphics gc, INode node, DropFeedback feedback) {
68 INode targetNode,
115 public DropFeedback onDropMove(INode targetNode, IDragElement[] elements,
123 public void onDropLeave(INode targetNode, IDragElement[] elements, DropFeedback feedback) {
128 public void onDropped(final INode targetNode, final IDragElement[] elements,
142 public void handle(INode node) {
148 INode newChild = targetNode.appendChild(fqcn);
160 public void addLayoutActions(List<RuleAction> actions, final INode parentNode
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
minix_fs.h 30 * This is the original minix inode layout on disk.
44 * The new minix inode has all the time entries, as well as
47 * now 16-bit. The inode is now 64 bytes instead of 32.
97 __u16 inode; member in struct:minix_dir_entry
102 __u32 inode; member in struct:minix3_dir_entry
  /external/grub/stage2/
fsys_minix.c 79 #define INODE_VERSION(inode) inode->i_sb->u.minix_sb.s_version
81 #define INODE_VERSION(inode) (SUPERBLOCK->s_version)
84 * This is the original minix inode layout on disk.
98 * The new minix inode has all the time entries, as well as
101 * now 16-bit. The inode is now 64 bytes instead of 32.
132 __u16 inode; member in struct:minix_dir_entry
140 #define INODE \
143 ((int)((int)INODE + sizeof(struct minix_inode)))
200 a physical block (the location in the file system) via an inode. *
    [all...]
fsys_ext2fs.c 176 __u32 inode; /* Inode number */ member in struct:ext2_dir_entry
210 #define INODE \
213 ((int)((int)INODE + sizeof(struct ext2_inode)))
283 ext2/inode.c:ext2_bmap()
286 a physical block (the location in the file system) via an inode. */
293 for (i = (unsigned char *) INODE;
294 i < ((unsigned char *) INODE + sizeof (struct ext2_inode));
299 if (!((i + 1 - (unsigned char *) INODE) % 16))
311 /* if it is directly pointed to by the inode, return that physical addr *
    [all...]
  /external/e2fsprogs/lib/ext2fs/
inode.c 2 * inode.c --- utility routines to read and write inodes
116 * If fs->badblocks isn't set, then set it --- since the inode
267 * blocks in the inode table.
279 * If the inode table is missing, then obviously there are no
328 * read in more blocks from the current blockgroup's inode table.
355 * Do inode bad block processing, if necessary.
388 * that part of the inode table was used at one point; we want all
389 * zeros, which means that the inode table is pristine.)
406 struct ext2_inode *inode, int bufsize)
452 * Have we run out of space in the inode buffer? If so, w
792 struct ext2_inode inode; local
815 struct ext2_inode inode; local
    [all...]
bmove.c 26 struct ext2_inode * inode; member in struct:process_block_struct
96 struct ext2_inode inode; local
131 retval = ext2fs_get_next_inode(scan, &ino, &inode);
136 if ((inode.i_links_count == 0) ||
137 !ext2fs_inode_has_valid_blocks(&inode))
141 pb.inode = &inode;
143 pb.add_dir = (LINUX_S_ISDIR(inode.i_mode) &&
154 retval = ext2fs_get_next_inode(scan, &ino, &inode);
fileio.c 25 struct ext2_inode inode; member in struct:ext2_file
36 struct ext2_inode *inode,
60 if (inode) {
61 memcpy(&file->inode, inode, sizeof(struct ext2_inode));
63 retval = ext2fs_read_inode(fs, ino, &file->inode);
119 retval = ext2fs_bmap(fs, file->ino, &file->inode,
171 retval = ext2fs_bmap(fs, file->ino, &file->inode,
220 while ((file->pos < EXT2_I_SIZE(&file->inode)) && (wanted > 0)) {
232 left = EXT2_I_SIZE(&file->inode) - file->pos
    [all...]
expanddir.c 85 struct ext2_inode inode; local
112 * Update the size and block count fields in the inode.
114 retval = ext2fs_read_inode(fs, dir, &inode);
118 inode.i_size += fs->blocksize;
119 ext2fs_iblk_add_blocks(fs, &inode, es.newblocks);
121 retval = ext2fs_write_inode(fs, dir, &inode);
ext2fsP.h 63 * Inode cache structure
76 struct ext2_inode inode; member in struct:ext2_inode_cache_ent
  /sdk/rule_api/src/com/android/ide/common/api/
IViewRule.java 84 * Most rules should consider calling super.{@link #addContextMenuActions(List, INode)}
98 void addContextMenuActions(List<RuleAction> actions, INode node);
113 INode parentNode, List<? extends INode> targets);
129 List<String> getSelectionHint(INode parentNode, INode childNode);
139 void paintSelectionFeedback(IGraphics graphics, INode parentNode,
140 List<? extends INode> childNodes, Object view);
149 * @param targetNode the {@link INode} for the target layout receiving a
159 DropFeedback onDropEnter(INode targetNode, Object targetView, IDragElement[] elements)
    [all...]
  /system/extras/ext4_utils/
ext4fixup.c 36 /* The inode block count for a file/directory is in units of 512 byte blocks,
240 printf(" Inode size: %d\n", info.inode_size);
255 static int read_inode(int fd, unsigned int inum, struct ext4_inode *inode)
268 critical_error_errno("failed to seek to inode %d\n", inum);
271 len=read(fd, inode, sizeof(*inode));
272 if (len != sizeof(*inode)) {
273 critical_error_errno("failed to read inode %d\n", inum);
343 * new_inodes_per_group, retrieve the inode bitmap, and make sure
359 printf("Warning: updated inode bitmap for block group %d\n", bg_num)
592 struct ext4_inode inode; local
    [all...]
  /external/e2fsprogs/e2fsck/
super.c 42 * helper function to release an inode
94 * If we are truncating an orphan, then update the inode fields
149 * This function releases an inode. Returns 1 if an inconsistency was
150 * found. If the inode has a link count, then it is being truncated and
154 struct ext2_inode *inode, char *block_buf,
162 if (!ext2fs_inode_has_valid_blocks(inode))
170 if (inode->i_links_count) {
173 ((((long long)inode->i_size_high << 32) +
174 inode->i_size + fs->blocksize - 1) /
176 pb.truncate_offset = inode->i_size % fs->blocksize
228 struct ext2_inode inode; local
310 struct ext2_inode inode; local
    [all...]
badblocks.c 2 * badblocks.c --- replace/append bad blocks to the bad block inode
38 * Make sure the bad block inode is sane. If there are any
45 _("while sanity checking the bad blocks inode"));
50 * If we're appending to the bad blocks inode, read in the
57 _("while reading the bad blocks inode"));
100 printf("%s: Updating bad block inode.\n", ctx->device_name);
104 _("while updating bad block inode"));
130 printf(_("Warning: illegal block %u found in bad block inode. "
emptydir.c 27 struct ext2_inode inode; member in struct:empty_dir_info_struct
95 return; /* Inode number 11 is usually lost+found */
97 printf(_("Empty directory block %u (#%d) in inode %u\n"),
130 retval = ext2fs_bmap(fs, edi->ino, &edi->inode,
160 retval = ext2fs_read_inode(fs, db->ino, &edi->inode);
170 edi->inode.i_size -= edi->freed_blocks * fs->blocksize;
171 ext2fs_iblk_add_blocks(fs, &edi->inode, edi->freed_blocks);
172 retval = ext2fs_write_inode(fs, db->ino, &edi->inode);
  /external/e2fsprogs/tests/
README 38 badbblocks.img Filesystem with illegal blocks in the bad block inode.
39 badinode.img Filesystem with various different corrupted inode
44 inode table blocks and the bad block inode
46 bitmaps.img Filesystem with corrupted inode and block bitmaps
51 inode/block bitmaps and inode tables
65 overfsblks.img Filesystem with overlapping inode and block bitmaps
  /external/e2fsprogs/tests/f_badjour_indblks/
expect.1 1 Superblock has an invalid journal (inode 8).
9 Journal inode is not in use, but contains data. Clear? yes
  /external/e2fsprogs/tests/f_badjourblks/
expect.1 1 Superblock has an invalid journal (inode 8).
7 Journal inode is not in use, but contains data. Clear? yes

Completed in 1201 milliseconds

1 2 3 4 5 6 78 91011>>