/external/e2fsprogs/lib/ext2fs/ |
alloc.c | 76 * Check for uninit inode bitmaps and deal with them appropriately 98 * group to find the next free inode.
|
irel_ma.c | 44 * This data structure stores the array of inode references; there is 45 * a structure for each inode. 250 * If the inode reference array doesn't exist, create it.
|
/external/genext2fs/ |
genext2fs.8 | 63 .BI "\-i, \-\-bytes\-per\-inode ratio" 79 Use a timestamp of 0 for inode and filesystem creation, instead of the present. Useful for testing.
|
/external/grub/stage2/ |
dir.h | 56 * a struct direct at the front of it, containing its inode number, 79 u_int d_ino; /* inode number of entry */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridMatch.java | 20 import com.android.ide.common.api.INode; 87 public String getDisplayName(INode layout) {
|
/external/kernel-headers/original/linux/ |
jbd.h | 605 * @j_inode: Optional inode where we store the journal. If present, all journal 606 * block numbers are mapped into this inode via bmap(). 751 /* Optional inode where we store the journal. If present, all */ 752 /* journal block numbers are mapped into this inode via */ 754 struct inode *j_inode; 918 extern journal_t * journal_init_inode (struct inode *); 1055 extern int journal_blocks_per_page(struct inode *inode); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngine.java | 25 import com.android.ide.common.api.INode; 75 * in the {@link INode#insertChildAt} methods etc), so instead we track the state 215 * Invokes {@link IViewRule#addContextMenuActions(List, INode)} on the rule matching the specified element. 244 * Invokes {@link IViewRule#addLayoutActions(List, INode, List)} on the rule 275 * Invokes {@link IViewRule#getSelectionHint(INode, INode)} 301 List<? extends INode> childNodes, Object view) { 542 final IViewRule parentRule, final INode parentNode, 543 final IViewRule childRule, final INode newNode) { 595 List<INode> children) [all...] |
/external/e2fsprogs/debian/ |
changelog | 23 fallocated() beyond an inode's i_size. 41 * Fix flex_bg inode table placement algorithm used by mke2fs for 71 when huge_file file system feature is set, but the inode does not 107 ones for multiple bad block group checksums, or when an inode 109 * Fix e2fsck to handle moving inode tables in FLEX_BG filesystems more 130 which prints detailed information about an inode's extent tree. 176 uninitalized data into the portion of the inode beyond the first 128 217 * e2fsck will no longer abort a preen operation if an inode's 222 use in the unused portion of the block group's inode table. 230 * Fix a bug in e2fsck which could cause it to crash if an inode has [all...] |
/external/e2fsprogs/ext2ed/ |
ext2.descriptors | 51 /* same inode or on next free entry */ 73 * Structure of an inode on the disk 144 __u32 s_first_ino; /* First non-reserved inode */ 145 __u16 s_inode_size; /* size of inode structure */ 165 __u32 s_journal_inum; /* inode number of journal file */ 378 __u32 inode; /* Inode number */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
MoveGesture.java | 19 import com.android.ide.common.api.INode; 347 Set<INode> children = new HashSet<INode>(); 348 for (INode node : mTargetNode.getChildren()) { 374 final List<INode> added = new ArrayList<INode>(); 375 for (INode node : mTargetNode.getChildren()) {
|
/system/core/sdcard/ |
fuse.h | 80 /** The node ID of the root inode */ 279 __u64 nodeid; /* Inode ID */ 280 __u64 generation; /* Inode generation: nodeid:gen must
|
/bionic/libc/include/sys/ |
_types.h | 49 typedef __uint32_t __ino_t; /* inode number */
|
/development/ndk/platforms/android-3/include/sys/ |
_types.h | 49 typedef __uint32_t __ino_t; /* inode number */
|
/external/e2fsprogs/contrib/ |
dconf | 18 /^Inode count:/ {
|
/external/e2fsprogs/debugfs/ |
util.o | |
/external/e2fsprogs/e2fsck/ |
pass5.c | 2 * pass5.c --- check block and inode bitmaps against on-disk bitmaps 346 fs->group_desc_count * sizeof(int), "free inode count array"); 400 * Inode wasn't used, but marked in bitmap 405 * Inode used, but not in bitmap
|
/external/kernel-headers/original/linux/sunrpc/ |
clnt.h | 64 struct dentry * cl_dentry; /* inode */
|
/libcore/luni/src/main/java/libcore/io/ |
StructStat.java | 28 /** File serial number (inode). */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/ |
_types.h | 49 typedef __uint32_t __ino_t; /* inode number */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/ |
_types.h | 49 typedef __uint32_t __ino_t; /* inode number */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/ |
_types.h | 49 typedef __uint32_t __ino_t; /* inode number */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/ |
_types.h | 49 typedef __uint32_t __ino_t; /* inode number */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/ |
_types.h | 49 typedef __uint32_t __ino_t; /* inode number */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/ |
_types.h | 49 typedef __uint32_t __ino_t; /* inode number */
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/ |
_types.h | 49 typedef __uint32_t __ino_t; /* inode number */
|