/external/e2fsprogs/lib/ext2fs/ |
ext2_err.et.in | 63 "Wrong magic number for inode io_channel structure" 87 "Corrupt group descriptor: bad block for inode bitmap" 90 "Corrupt group descriptor: bad block for inode table" 93 "Can't write an inode bitmap" 96 "Can't read an inode bitmap" 105 "Can't write an inode table" 108 "Can't read an inode table" 111 "Can't read next inode" 129 "Inode bitmap not loaded" 135 "Illegal inode number [all...] |
bb_inode.c | 2 * bb_inode.c --- routines to update the bad block inode. 5 * this routine returns an error, the bad block inode may be in an 54 * Given a bad blocks bitmap, update the bad blocks inode to reflect 61 struct ext2_inode inode; local 100 * block inode (!). 120 * Update the bad block inode's mod time and block count 123 retval = ext2fs_read_inode(fs, EXT2_BAD_INO, &inode); 127 inode.i_atime = inode.i_mtime = fs->now ? fs->now : time(0); 128 if (!inode.i_ctime [all...] |
e2image.h | 29 __u32 image_inode; /* Inode number of image file */ 34 __u32 offset_inode; /* Byte offset of the inode table */ 35 __u32 offset_inodemap; /* Byte offset of the inode bitmaps */ 36 __u32 offset_blockmap; /* Byte offset of the inode bitmaps */
|
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 266 * blocks in the inode table. 278 * If the inode table is missing, then obviously there are no 327 * read in more blocks from the current blockgroup's inode table. 354 * Do inode bad block processing, if necessary. 387 * that part of the inode table was used at one point; we want all 388 * zeros, which means that the inode table is pristine.) 405 struct ext2_inode *inode, int bufsize) 451 * Have we run out of space in the inode buffer? If so, w 791 struct ext2_inode inode; local 814 struct ext2_inode inode; local [all...] |
bmove.c | 30 struct ext2_inode * inode; member in struct:process_block_struct 100 struct ext2_inode inode; local 135 retval = ext2fs_get_next_inode(scan, &ino, &inode); 140 if ((inode.i_links_count == 0) || 141 !ext2fs_inode_has_valid_blocks(&inode)) 145 pb.inode = &inode; 147 pb.add_dir = (LINUX_S_ISDIR(inode.i_mode) && 158 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);
|
/external/e2fsprogs/debugfs/ |
debugfs.8.in | 53 which the inode and group bitmaps are not read initially. This can be 63 group descriptor, block and inode allocation bitmaps, and 64 the inode table, many 133 as an argument to specify an inode (as opposed to a pathname) 138 argument may be specified in two forms. The first form is an inode 163 in the inode 167 Dump the contents of the inode 187 Clear the contents of the inode 191 Dump the contents of the inode 203 Dump the the extent tree of the inode [all...] |
/external/e2fsprogs/e2fsck/ |
pass3.c | 76 pctx.errcode = ext2fs_allocate_inode_bitmap(fs, _("inode done bitmap"), 138 * This makes sure the root inode is present; if not, we ask if the 145 struct ext2_inode inode; local 153 * If the root inode is not a directory, die here. The 188 * Now let's create the actual data block for the inode 209 * Set up the inode structure 211 memset(&inode, 0, sizeof(inode)); 212 inode.i_mode = 040755; 213 inode.i_size = fs->blocksize 360 struct ext2_inode inode; local 506 struct ext2_inode inode; local 555 struct ext2_inode inode; local 756 struct ext2_inode inode; local [all...] |
/external/e2fsprogs/tests/f_special_ea/ |
expect.1 | 1 Backing up journal inode block information.
|
/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 | 22 import com.android.ide.common.api.INode; 33 private final List<? extends INode> mTargetNodes; 48 public PropertyCallback(List<? extends INode> targetNodes, String undoLabel, 59 public void action(@NonNull RuleAction action, @NonNull List<? extends INode> selectedNodes, 67 final List<? extends INode> nodes = selectedNodes; 70 public void handle(@NonNull INode n) { 71 for (INode targetNode : nodes) {
|
DialerFilterRule.java | 27 import com.android.ide.common.api.INode; 37 public void onCreate(@NonNull INode node, @NonNull INode parent, 44 INode hint = node.appendChild(FQCN_EDIT_TEXT); 49 INode primary = node.appendChild(FQCN_EDIT_TEXT); 58 //INode icon = node.appendChild("android.widget.ImageView"); //$NON-NLS-1$
|
RelativeLayoutRule.java | 47 import com.android.ide.common.api.INode; 93 public List<String> getSelectionHint(@NonNull INode parentNode, @NonNull INode childNode) { 116 private void addAttr(String propertyName, INode childNode, List<String> infos) { 131 public void paintSelectionFeedback(@NonNull IGraphics graphics, @NonNull INode parentNode, 132 @NonNull List<? extends INode> childNodes, @Nullable Object view) { 150 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, 157 public DropFeedback onDropMove(@NonNull INode targetNode, @NonNull IDragElement[] elements, 175 public void onDropLeave(@NonNull INode targetNode, @NonNull IDragElement[] elements, 180 public void onDropped(final @NonNull INode targetNode, final @NonNull IDragElement[] elements [all...] |
/prebuilts/gcc/linux-x86/host/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
DeletionHandler.java | 31 import com.android.ide.common.api.INode; 32 import com.android.ide.common.api.INode.IAttribute; 50 private final INode mLayout; 51 private final INode[] mChildren; 52 private final List<INode> mDeleted; 54 private final Map<String, INode> mNodeMap; 55 private final List<INode> mMoved; 64 public DeletionHandler(@NonNull List<INode> deleted, @NonNull List<INode> moved, 65 @NonNull INode layout) [all...] |
/system/extras/ext4_utils/ |
ext4fixup.c | 39 /* The inode block count for a file/directory is in units of 512 byte blocks, 242 printf(" Inode size: %d\n", info.inode_size); 257 static int read_inode(int fd, unsigned int inum, struct ext4_inode *inode) 270 critical_error_errno("failed to seek to inode %d\n", inum); 273 len=read(fd, inode, sizeof(*inode)); 274 if (len != sizeof(*inode)) { 275 critical_error_errno("failed to read inode %d\n", inum); 345 * new_inodes_per_group, retrieve the inode bitmap, and make sure 361 printf("Warning: updated inode bitmap for block group %d\n", bg_num) 594 struct ext4_inode inode; local [all...] |