/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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
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)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
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)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
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/ |
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 228 If enabled and the uninit_bg feature is enabled, the inode table will 235 enable lazy inode table initialization. 245 and before write returns zero), then mark all not-yet-zeroed inode tables as 288 .BI \-i " bytes-per-inode" 289 Specify the bytes/inode ratio. 291 creates an inode for every 292 .I bytes-per-inode 294 .I bytes-per-inode [all...] |
/external/valgrind/main/callgrind/ |
main.c | 247 InstrInfo* inode; member in struct:__anon29484 334 ev->inode, ev->inode->instr_offset); 338 ev->inode, ev->inode->instr_offset, ev->Ev.Dr.szB); 344 ev->inode, ev->inode->instr_offset, ev->Ev.Dw.szB); 350 ev->inode, ev->inode->instr_offset, ev->Ev.Dm.szB); 355 VG_(printf)("Bc %p GA=", ev->inode); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/ |
DeletionHandlerTest.java | 21 import com.android.ide.common.api.INode; 72 INode layout = button2.getParent(); 73 List<INode> deletedNodes = Collections.<INode>singletonList(button2); 74 List<INode> movedNodes = Collections.<INode>emptyList(); 204 INode layout = button7.getParent(); 205 List<INode> deletedNodes = Arrays.<INode>asList(button7, checkBox); 206 List<INode> movedNodes = Collections.<INode>emptyList() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
LayoutTestBase.java | 27 import com.android.ide.common.api.INode; 68 protected INode dragInto(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint, 145 for (INode child : targetNode.getChildren()) { 295 public void select(@NonNull Collection<INode> nodes) { 316 public Map<INode, Rect> measureChildren(@NonNull INode parent, 352 public @Nullable Object getViewObject(@NonNull INode node) { 358 public boolean rename(INode node) {
|
RelativeLayoutRuleTest.java | 22 import com.android.ide.common.api.INode; 29 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint, 31 INode layout = TestNode.create("android.widget.RelativeLayout").id("@+id/RelativeLayout01") 47 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint, 64 INode inserted = dragInto( 126 INode inserted = dragInto(
|
/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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseViewRule.java | 46 import com.android.ide.common.api.INode; 127 final @NonNull INode selectedNode) { 159 final @NonNull List<? extends INode> selectedNodes, 169 for (INode node : selectedNodes) { 181 for (INode node : selectedNodes) { 192 for (INode node : selectedNodes) { 200 INode firstNode = selectedNodes.get(0); 242 for (INode n : selectedNodes) { 306 private String inputAttributeValue(final INode node, final String attribute) { 416 public @NonNull List<RuleAction> getNestedActions(@NonNull INode node) [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
xslt.c | 2312 xsltCompilerNodeInfoPtr inode, iprev; local [all...] |
/external/libxslt/libxslt/ |
xslt.c | 2312 xsltCompilerNodeInfoPtr inode, iprev; local [all...] |
/external/chromium_org/base/debug/ |
proc_maps_linux.cc | 52 long inode = 0; local 57 // address perms offset dev inode pathname 65 &dev_major, &dev_minor, &inode, &path_index) < 7) {
|
/external/e2fsprogs/lib/ext2fs/ |
ext3_extents.h | 17 * - tree depth (0 mean there is no tree yet. all extents in the inode) 18 * - number of alive extents in the inode 45 * each block (leaves and indexes), even inode-stored has header
|
extent.c | 55 struct ext2_inode *inode; member in struct:ext2_extent_handle 159 * Begin functions to handle an inode's extent information 168 if (handle->inode) 169 ext2fs_free_mem(&handle->inode); 187 struct ext2_inode *inode, 197 if (!inode) 206 retval = ext2fs_get_mem(sizeof(struct ext2_inode), &handle->inode); 213 if (inode) { 214 memcpy(handle->inode, inode, sizeof(struct ext2_inode)) 1586 ext2_ino_t inode; local [all...] |
/external/yaffs2/yaffs2/direct/ |
yaffsfs.h | 146 long d_ino; /* inode number */ 161 int st_ino; /* inode */ 166 unsigned st_rdev; /* device type (if inode device) */
|
/system/extras/ext4_utils/ |
make_ext4fs.c | 71 Allocating blocks in the same block group as the file inode 83 u32 inode; local 94 inode = make_directory(root_inode, 0, NULL, 0); 95 *dentries.inode = inode; 96 inode_set_permissions(inode, dentries.mode, 120 u32 inode; local 242 inode = make_directory(dir_inode, entries, dentries, dirs); 259 subdir_dir_path, inode, fs_config_func, sehnd, verbose); 268 *dentries[i].inode = entry_inode [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
ResizeHandler.java | 34 import com.android.ide.common.api.INode; 60 public ResizeHandler(INode layout, INode resized, 73 Set<INode> nodes = Collections.singleton(resized); 94 for (INode child : layout.getChildren()) { 181 public void updateResize(DropFeedback feedback, INode child, Rect newBounds,
|