/external/grub/stage2/ |
disk_inode.h | 42 * @(#)inode.h 7.5 (Berkeley) 7/3/89 50 * There is a unique inode allocated for each active file, 52 * An inode is 'named' by its dev/inumber pair. (iget/iget.c) 53 * Data in icommon is read in from permanent inode on volume. 56 #define FFS_NDADDR 12 /* direct addresses in inode */ 57 #define FFS_NIADDR 3 /* indirect addresses in inode */ 73 mach_time_t ic_ctime; /* 32: last time inode changed */
|
fsys_ffs.c | 75 #define INODE ((struct icommon *) ( FSYS_BUF + 16384 )) 104 return (INODE->i_db[file_block]); 108 if ((bnum = fsbtodb (SUPERBLOCK, INODE->i_ib[0])) != mapblock 153 size = blksize (SUPERBLOCK, INODE, logno); 189 /* main loop to find destination inode */ 192 /* load current inode (defaults to the root inode) */ 196 sizeof (struct dinode), (char *) INODE)) 204 if ((INODE->i_mode & IFMT) != IFREG) 210 filemax = INODE->i_size [all...] |
ufs2.h | 74 * The root inode is the root of the filesystem. Inode 0 can't be used for 75 * normal purposes and historically bad blocks were linked to inode 1, thus 76 * the root inode is 2. (Inode 1 is no longer used for this purpose, however 89 /* inode number */ 118 #define NXADDR 2 /* External addresses in inode. */ 119 #define NDADDR 12 /* Direct addresses in inode. */ 120 #define NIADDR 3 /* Indirect addresses in inode. */ 133 grub_int32_t di_ctime; /* 32: Last inode change time. * [all...] |
xfs.h | 92 xfs_ino_t sb_rootino; /* root inode number */ 93 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */ 94 xfs_ino_t sb_rsumino; /* summary inode for rt bitmap */ 102 xfs_uint16_t sb_inodesize; /* inode size, bytes */ 112 xfs_uint8_t sb_imax_pct; /* max % of fs for inode space */ 126 xfs_ino_t sb_uquotino; /* user quota inode */ 127 xfs_ino_t sb_gquotino; /* group quota inode */ 131 xfs_extlen_t sb_inoalignmt; /* inode chunk alignment, fsblocks */ 345 xfs_ino_t inumber; /* inode number */ 409 * Directory layout when stored internal to an inode [all...] |
jfs.h | 62 #define DISIZE 512 /* on-disk inode size (in byte) */ 66 #define INOSPEREXT 32 /* number of disk inode per extent */ 80 * fixed reserved inode number 82 /* aggregate inode */ 83 #define AGGREGATE_I 1 /* aggregate inode map inode */ 84 #define FILESYSTEM_I 16 /* 1st/only fileset inode in ait: 85 * fileset inode map inode 88 /* per fileset inode */ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
ScrollViewRule.java | 28 import com.android.ide.common.api.INode; 40 public void onChildInserted(INode child, INode parent, InsertType insertType) { 50 public void onCreate(INode node, INode parent, InsertType insertType) { 62 public DropFeedback onDropMove(INode targetNode, IDragElement[] elements, 76 INode targetNode,
|
TabHostRule.java | 30 import com.android.ide.common.api.INode; 43 public void onCreate(INode node, INode parent, InsertType insertType) { 54 INode linear = node.appendChild(FQCN_LINEAR_LAYOUT); 60 INode tab = linear.appendChild(FQCN_TAB_WIDGET); 65 INode frame = linear.appendChild(FQCN_FRAME_LAYOUT); 71 INode child = frame.appendChild(FQCN_LINEAR_LAYOUT);
|
CalendarViewRule.java | 23 import com.android.ide.common.api.INode; 33 public void onCreate(INode node, INode parent, InsertType insertType) {
|
FragmentRule.java | 21 import com.android.ide.common.api.INode; 30 public void onCreate(INode node, INode parent, InsertType insertType) {
|
/external/e2fsprogs/po/ |
nl.po | 10 #. "inode", and so on. In order to make it easier for translators, the 23 #. a dynamic %-expansion, which expands %i as an inode number, and so 26 #. expansions; so for example, "%Iu" expands to the inode's user id 27 #. ownership field (inode->i_uid). 32 #. %Di <dirent> -> ino inode number 37 #. %d <dir> inode number 39 #. %i <ino> inode number 40 #. %Is <inode> -> i_size 41 #. %IS <inode> -> i_extra_isize 42 #. %Ib <inode> -> i_block [all...] |
zh_CN.po | 8 #. "inode", and so on. In order to make it easier for translators, the 21 #. a dynamic %-expansion, which expands %i as an inode number, and so 24 #. expansions; so for example, "%Iu" expands to the inode's user id 25 #. ownership field (inode->i_uid). 30 #. %Di <dirent> -> ino inode number 35 #. %d <dir> inode number 37 #. %i <ino> inode number 38 #. %Is <inode> -> i_size 39 #. %IS <inode> -> i_extra_isize 40 #. %Ib <inode> -> i_block [all...] |
/external/e2fsprogs/lib/ext2fs/ |
ext2_fs.h | 43 * Special inode numbers 45 #define EXT2_BAD_INO 1 /* Bad blocks inode */ 46 #define EXT2_ROOT_INO 2 /* Root inode */ 47 #define EXT2_ACL_IDX_INO 3 /* ACL inode */ 48 #define EXT2_ACL_DATA_INO 4 /* ACL inode */ 49 #define EXT2_BOOT_LOADER_INO 5 /* Boot loader inode */ 50 #define EXT2_UNDEL_DIR_INO 6 /* Undelete directory inode */ 51 #define EXT2_RESIZE_INO 7 /* Reserved group descriptors inode */ 52 #define EXT2_JOURNAL_INO 8 /* Journal inode */ 54 /* First non-reserved inode for old ext2 filesystems * 682 __u32 inode; \/* Inode number *\/ member in struct:ext2_dir_entry 695 __u32 inode; \/* Inode number *\/ member in struct:ext2_dir_entry_2 [all...] |
bitops.h | 70 extern int ext2fs_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode); 72 ext2_ino_t inode); 73 extern int ext2fs_test_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode); 83 ext2_ino_t inode); 85 ext2_ino_t inode); 87 ext2_ino_t inode); 100 ino_t inode, int num); 331 ext2_ino_t inode) 334 inode); 338 ext2_ino_t inode) [all...] |
get_pathname.c | 2 * get_pathname.c --- do directry/inode -> name translation 13 * This function translates takes two inode numbers into a 15 * directory inode, and <ino> is the inode number itself. If 53 gp->parent = dirent->inode; 54 if (dirent->inode == gp->search_ino) {
|
brel.h | 52 * The iterator function for the inode relocation entries. 53 * Returns an inode number of 0 when out of entries. 59 * Move the inode relocation table from one block number to
|
/external/e2fsprogs/debugfs/ |
util.c | 105 * an inode. 116 * inode number. 174 * This routine returns 1 if a filesystem is doesn't have its inode 313 * argument which is a file/inode number specifier. 316 ext2_ino_t *inode, int flags) 321 *inode = string_to_inode(argv[1]); 322 if (!*inode) 354 int debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode, 359 retval = ext2fs_read_inode_full(current_fs, ino, inode, bufsize); 361 com_err(cmd, retval, "while reading inode %u", ino) [all...] |
/external/e2fsprogs/misc/ |
e2image.c | 110 com_err(program_name, retval, _("while writing inode table")); 124 com_err(program_name, retval, _("while writing inode bitmap")); 161 * ext2fs_check_directory; we use them since we already have the inode 163 * the inode again. 195 struct ext2_inode *inode) struct 199 *inode = *stashed_inode; 268 * Mark the blocks used for the inode table 286 * Mark block used for the inode bitmap 462 struct ext2_inode inode; local 489 com_err(program_name, retval, _("while opening inode scan")) [all...] |
/external/kernel-headers/original/linux/ |
nfs_xdr.h | 381 struct inode * inode; member in struct:nfs3_setaclargs 726 struct inode *inode; member in struct:nfs_read_data 744 struct inode *inode; member in struct:nfs_write_data 777 int (*lookup) (struct inode *, struct qstr *, 779 int (*access) (struct inode *, struct nfs_access_entry *); 780 int (*readlink)(struct inode *, struct page *, unsigned int, 785 int (*create) (struct inode *, struct dentry * [all...] |
rbtree.h | 34 static inline struct page * rb_search_page_cache(struct inode * inode, 37 struct rb_node * n = inode->i_rb_page_cache.rb_node; 54 static inline struct page * __rb_insert_page_cache(struct inode * inode, 58 struct rb_node ** p = &inode->i_rb_page_cache.rb_node; 80 static inline struct page * rb_insert_page_cache(struct inode * inode, 85 if ((ret = __rb_insert_page_cache(inode, offset, node))) 87 rb_insert_color(node, &inode->i_rb_page_cache) [all...] |
posix_acl.h | 77 extern int posix_acl_permission(struct inode *, const struct posix_acl *, int); 83 extern struct posix_acl *get_posix_acl(struct inode *, int); 84 extern int set_posix_acl(struct inode *, int, struct posix_acl *);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
DependencyGraph.java | 25 import com.android.ide.common.api.INode; 26 import com.android.ide.common.api.INode.IAttribute; 57 private final Map<INode, ViewData> mNodeToView = new HashMap<INode, ViewData>(); 60 DependencyGraph(INode layout) { 61 INode[] nodes = layout.getChildren(); 78 for (INode child : nodes) { 143 public ViewData getView(INode node) { 158 public Set<INode> dependsOn(Collection<? extends INode> nodes, boolean vertical) [all...] |
/external/blktrace/ |
rbtree.h | 34 static inline struct page * rb_search_page_cache(struct inode * inode, 37 struct rb_node * n = inode->i_rb_page_cache.rb_node; 54 static inline struct page * __rb_insert_page_cache(struct inode * inode, 58 struct rb_node ** p = &inode->i_rb_page_cache.rb_node; 80 static inline struct page * rb_insert_page_cache(struct inode * inode, 85 if ((ret = __rb_insert_page_cache(inode, offset, node))) 87 rb_insert_color(node, &inode->i_rb_page_cache) [all...] |
/external/e2fsprogs/ext2ed/ |
dir_com.c | 19 We assume that the user reached here using the dir command of the inode type and not by using settype dir, so 22 type_data is not changed! It still contains the inode of the file - We handle the directory in our own 23 variables, so that settype ext2_inode will "go back" to the inode of this directory. 44 This function is called by the inode of the directory when the user issues the dir command from the inode. 45 It is used to gather information about the inode and to reset some variables which we need in order to handle 53 ptr=&type_data.u.t_ext2_inode; /* type_data contains the inode */ 56 info_ptr->inode_offset=device_offset; /* device offset contains the inode's offset */ 196 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that 197 type_data is still intact and contains the inode of the current directory) into the object memory [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionOverlay.java | 21 import com.android.ide.common.api.INode; 102 parent, Collections.<INode>emptyList(), root.getViewObject()); 117 parent, Collections.<INode>emptyList(), root.getViewObject()); 124 INode parent = node.getParent(); 162 Set<INode> parents = new HashSet<INode>(); 163 for (INode node : nodes) { 164 INode parent = node.getParent(); 171 for (INode parent : parents) { 172 List<INode> children = new ArrayList<INode>() [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ext3_fs.h | 56 #define EXT3_BAD_INO 1 /* Bad blocks inode */ 57 #define EXT3_ROOT_INO 2 /* Root inode */ 58 #define EXT3_BOOT_LOADER_INO 5 /* Boot loader inode */ 59 #define EXT3_UNDEL_DIR_INO 6 /* Undelete directory inode */ 60 #define EXT3_RESIZE_INO 7 /* Reserved group descriptors inode */ 61 #define EXT3_JOURNAL_INO 8 /* Journal inode */ 63 /* First non-reserved inode for old ext3 filesystems */ 128 * Inode flags 156 * Inode dynamic state flags 159 #define EXT3_STATE_NEW 0x00000002 /* inode is newly created * 567 __le32 inode; \/* Inode number *\/ member in struct:ext3_dir_entry 580 __le32 inode; \/* Inode number *\/ member in struct:ext3_dir_entry_2 [all...] |