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

<<11121314151617181920>>

  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 25 * - tree depth (0 mean there is no tree yet. all extents in the inode)
26 * - number of alive extents in the inode
53 * 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...]
check_desc.c 72 * Check to make sure the inode bitmap for group is sane
83 * Check to make sure the inode table for group is sane
gen_bitmap.c 374 * The compared start block number or start inode number
402 * The compared start block number or start inode number is
407 * The compared end block number or end inode number is
441 ino_t inode, int num)
444 if ((inode < bitmap->start) || (inode+num-1 > bitmap->real_end)) {
446 inode, bitmap->description);
450 bitmap, inode, num);
alloc_tables.c 32 * group of bitmaps or inode tables for a flexbg group. Returns the
33 * block number with a correct offset were the bitmaps and inode
106 * Allocate the block and inode bitmaps, if necessary
178 * Allocate the inode table
  /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) */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 21 import com.android.ide.common.api.INode;
28 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint,
30 INode layout = TestNode.create("android.widget.RelativeLayout").id("@+id/RelativeLayout01")
46 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint,
63 INode inserted = dragInto(
125 INode inserted = dragInto(
FrameLayoutRuleTest.java 19 import com.android.ide.common.api.INode;
28 INode layout = TestNode.create("android.widget.FrameLayout").id("@+id/FrameLayout01")
ZoomControlsRuleTest.java 21 import com.android.ide.common.api.INode;
32 INode layout = TestNode.create("android.widget.ZoomControls").id("@+id/ZoomControls01")
  /sdk/rule_api/src/com/android/ide/common/api/
Segment.java 44 public final INode node;
52 public Segment(int at, int from, int to, INode node, String id, SegmentType edgeType,
  /external/genext2fs/
genext2fs.c 165 // inode block size (why is it != BLOCKSIZE ?!?)
166 /* The field i_blocks in the ext2 inode stores the number of data blocks
175 #define EXT2_BAD_INO 1 // Bad blocks inode
176 #define EXT2_ROOT_INO 2 // Root inode
177 #define EXT2_ACL_IDX_INO 3 // ACL inode
178 #define EXT2_ACL_DATA_INO 4 // ACL inode
179 #define EXT2_BOOT_LOADER_INO 5 // Boot loader inode
180 #define EXT2_UNDEL_DIR_INO 6 // Undelete directory inode
181 #define EXT2_FIRST_INO 11 // First non reserved inode
247 // Get group inode bitmap (ibm) given the group numbe
530 } inode; typedef in typeref:struct:__anon5641
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 42 import com.android.ide.common.api.INode;
80 public final INode layout;
132 private Set<INode> mDeleted;
152 public GridModel(IClientRulesEngine rulesEngine, INode node, Object viewObject) {
175 public ViewData getView(INode node) {
309 INode[] children = layout.getChildren();
318 for (INode child : children) {
712 public INode addColumn(List<? extends INode> selectedChildren) {
716 INode first = selectedChildren.get(0)
    [all...]
  /external/grub/stage2/
fsys_xfs.c 65 #define inode ((xfs_dinode_t *)((char *)FSYS_BUF + 8192)) macro
66 #define icore (inode->di_core)
216 devread (daddr, offset*xfs.isize, xfs.isize, (char *)inode);
219 (inode->di_u.di_c + sizeof(xfs_bmdr_block_t)
233 xfs.xt = inode->di_u.di_bmx;
322 ? le64(*(xfs_ino_t *)(&inode->di_u.di_dir2sf.hdr.parent))
323 : le32(*(xfs_uint32_t *)(&inode->di_u.di_dir2sf.hdr.parent));
364 (inode->di_u.di_c
416 xfs.dirmax = inode->di_u.di_dir2sf.hdr.count;
417 xfs.i8param = inode->di_u.di_dir2sf.hdr.i8count ? 0 : 4
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
blktrans.h 21 struct inode;
  /development/ndk/platforms/android-3/include/linux/mtd/
blktrans.h 21 struct inode;
  /external/e2fsprogs/resize/
extent.c 139 * Given an inode map and inode number, look up the old inode number
140 * and return the new inode number.
online.c 48 * the on-line resizing inode must be present.
102 * bitmap blocks and inode tables. This means we don't get
149 printf("new inode bitmap is at 0x%04x\n", input.inode_bitmap);
150 printf("new inode table is at 0x%04x-0x%04x\n",
  /external/e2fsprogs/tests/defaults/
e_script 3 # (irel -- inode relocation and brel -- block relocation)
  /external/e2fsprogs/tests/f_dup_de/
expect-nohtree.1 2 Inode 12 has INDEX_FL flag set on filesystem without htree support.
  /external/e2fsprogs/tests/progs/test_data/
test.irel 2 # This is the test script for the inode relocation table.
  /external/kernel-headers/original/linux/mtd/
blktrans.h 19 struct inode;
  /external/kernel-headers/original/linux/sunrpc/
stats.h 44 void rpc_modcount(struct inode *, int);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
bfs_fs.h 21 /* BFS inode layout on disk */
jbd.h 213 extern int journal_blocks_per_page(struct inode *inode);
244 extern int jbd_blocks_per_page(struct inode *inode);
romfs_fs.h 29 /* On disk inode */

Completed in 753 milliseconds

<<11121314151617181920>>