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

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
android_pmem.h 45 int (*open) (struct inode *, struct file *);
47 int (*release) (struct inode *, struct file *);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
android_pmem.h 45 int (*open) (struct inode *, struct file *);
47 int (*release) (struct inode *, struct file *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
android_pmem.h 45 int (*open) (struct inode *, struct file *);
47 int (*release) (struct inode *, struct file *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
android_pmem.h 45 int (*open) (struct inode *, struct file *);
47 int (*release) (struct inode *, struct file *);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
MergeRule.java 19 import com.android.ide.common.api.INode;
32 public void addContextMenuActions(List<RuleAction> actions, final INode selectedNode) {
PropertySettingNodeHandler.java 18 import com.android.ide.common.api.INode;
37 public void handle(INode node) {
ResizeState.java 22 import com.android.ide.common.api.INode;
37 public final INode node;
42 public final INode layout;
94 ResizeState(BaseLayoutRule rule, INode layout, Object layoutView, INode node) {
  /sdk/rule_api/src/com/android/ide/common/api/
INodeHandler.java 22 * {@link INode#editXml(String, INodeHandler)}.
34 void handle(INode node);
  /external/e2fsprogs/debugfs/
debugfs.h 42 ext2_ino_t *inode, int flags);
45 extern int debugfs_read_inode(ext2_ino_t ino, struct ext2_inode * inode,
47 extern int debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode,
49 extern int debugfs_write_inode(ext2_ino_t ino, struct ext2_inode * inode,
51 extern int debugfs_write_new_inode(ext2_ino_t ino, struct ext2_inode * inode,
  /external/e2fsprogs/e2fsck/
journal.c 52 struct inode *inode = journal->j_inode;
56 if (!inode) {
61 retval= ext2fs_bmap(inode->i_ctx->fs, inode->i_ino,
62 &inode->i_ext2, NULL, 0, block, &pblk);
233 struct inode *j_inode = NULL;
272 "journal inode");
454 /* The journal inode is bogus, remove and force full fsck */
512 /* If we don't even have JFS_MAGIC, we probably have a wrong inode */
912 struct ext2_inode inode; local
    [all...]
CHANGES 28 links to be wrong. Also, the inode link count for the root directory
41 e2fsck will now move bad blocks found in the inode bitmaps, block
42 bitmaps, and in the inode tables. (Can't handle bad blocks found in
  /external/clang/unittests/Basic/
FileManagerTest.cpp 30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) {
34 statBuf.st_ino = INode;
42 // Inject a file with the given inode value to the fake file system.
43 void InjectFile(const char *Path, ino_t INode) {
44 InjectFileOrDirectory(Path, INode, /*IsFile=*/true);
47 // Inject a directory with the given inode value to the fake file system.
48 void InjectDirectory(const char *Path, ino_t INode) {
49 InjectFileOrDirectory(Path, INode, /*IsFile=*/false);
194 // Inject two real files with the same inode.
207 // Inject two real files with the same inode
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 30 import com.android.ide.common.api.INode;
47 public void paint(IGraphics gc, INode node, DropFeedback feedback) {
50 for (INode dragged : state.mDraggedNodes) {
58 Set<INode> horizontalDeps = state.mHorizontalDeps;
59 Set<INode> verticalDeps = state.mVerticalDeps;
60 Set<INode> deps = new HashSet<INode>(horizontalDeps.size() + verticalDeps.size());
65 for (INode n : deps) {
168 INode from = cycle.get(0).from.node;
174 INode to = null
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 158 __le32 s_flags; /* Right now used only by inode-attributes, if enabled */
265 static __inline__ struct reiserfs_inode_info *REISERFS_I(const struct inode *inode)
267 return container_of(inode, struct reiserfs_inode_info, vfs_inode);
289 #define get_inode_item_key_version( inode ) \
290 ((REISERFS_I(inode)->i_flags & i_item_key_version_mask) ? KEY_FORMAT_3_6 : KEY_FORMAT_3_5)
292 #define set_inode_item_key_version( inode, version ) \
294 REISERFS_I(inode)->i_flags |= i_item_key_version_mask; \
296 REISERFS_I(inode)->i_flags &= ~i_item_key_version_mask; })
298 #define get_inode_sd_version(inode) \
2042 struct inode *inode; \/* inode passed to allocator, if we allocate unf. nodes *\/ member in struct:__reiserfs_blocknr_hint
    [all...]
quotaio_v2.h 32 __le32 dqb_isoftlimit; /* preferred inode limit */
38 __le64 dqb_itime; /* time limit for excessive inode use */
53 __le32 dqi_igrace; /* Time before inode soft limit becomes hard limit */
  /external/e2fsprogs/po/
de.po 11 #. "inode", and so on. In order to make it easier for translators, the
24 #. a dynamic %-expansion, which expands %i as an inode number, and so
27 #. expansions; so for example, "%Iu" expands to the inode's user id
28 #. ownership field (inode->i_uid).
33 #. %Di <dirent> -> ino inode number
38 #. %d <dir> inode number
40 #. %i <ino> inode number
41 #. %Is <inode> -> i_size
42 #. %IS <inode> -> i_extra_isize
43 #. %Ib <inode> -> i_block
    [all...]
  /external/e2fsprogs/ext2ed/doc/
ext2fs-overview.sgml 228 Each file in the filesystem is reserved a special <Literal remap="tt">inode</Literal>. I don't want
231 inode, while any specific inode can be <Literal remap="tt">allocated</Literal> or
279 <Literal remap="tt">bg&lowbar;inode&lowbar;bitmap</Literal> is fully analogous to the previous variable - It
280 contains the block number of the <Literal remap="tt">inode allocation bitmap block</Literal>, which
281 is used to allocate / deallocate each specific inode in the filesystem.
285 <Literal remap="tt">bg&lowbar;inode&lowbar;table</Literal> contains the block number of the start of the
286 <Literal remap="tt">inode table of the current blocks group</Literal>. The <Literal remap="tt">inode table</Literal> is
291 The block bitmap block, inode bitmap block and the inode table are create
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 177 * Special flag in the ext2 inode i_flag field that means that this is
178 * a new inode. (So that ext2_write_inode() can clear extra fields.)
207 struct ext2_inode *inode);
209 struct ext2_inode *inode);
228 * Inode cache
260 * to an inode. It can also be used for programs that want to be able
267 * inode.
396 * Inode scan definitions
459 * ext2 size of an inode
709 struct ext2_inode *inode,
    [all...]
block.c 2 * block.c --- iterate over all blocks in an inode
308 struct ext2_inode inode; local
315 ctx.errcode = ext2fs_read_inode(fs, ino, &inode);
323 if (!LINUX_S_ISDIR(inode.i_mode) &&
324 (inode.i_size_high != 0))
350 if (inode.osd1.hurd1.h_i_translator) {
352 &inode.osd1.hurd1.h_i_translator,
361 if (inode.i_flags & EXT4_EXTENTS_FL) {
370 ctx.errcode = ext2fs_extent_open2(fs, ino, &inode, &handle);
461 if (inode.i_block[i] || (flags & BLOCK_FLAG_APPEND))
    [all...]
mkjournal.c 280 struct ext2_inode inode; local
289 if ((retval = ext2fs_read_inode(fs, journal_ino, &inode)))
292 if (inode.i_blocks > 0)
302 inode.i_flags |= EXT4_EXTENTS_FL;
303 if ((retval = ext2fs_write_inode(fs, journal_ino, &inode)))
348 if ((retval = ext2fs_read_inode(fs, journal_ino, &inode)))
351 inode.i_size += fs->blocksize * size;
352 ext2fs_iblk_add_blocks(fs, &inode, es.newblocks);
353 inode.i_mtime = inode.i_ctime = fs->now ? fs->now : time(0)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 18 import com.android.ide.common.api.INode;
118 Set<INode> children = new HashSet<INode>();
119 for (INode node : targetNode.getChildren()) {
144 final List<INode> added = new ArrayList<INode>();
145 for (INode node : targetNode.getChildren()) {
  /external/e2fsprogs/tests/progs/
test_icount.c 48 * Helper function which parses an inode number.
104 const char *usage = "usage: %s inode\n";
115 if (parse_inode(argv[0], "inode", argv[1], &ino))
127 const char *usage = "usage: %s inode\n";
138 if (parse_inode(argv[0], "inode", argv[1], &ino))
151 const char *usage = "usage: %s inode\n";
162 if (parse_inode(argv[0], "inode", argv[1], &ino))
175 const char *usage = "usage: %s inode count\n";
186 if (parse_inode(argv[0], "inode", argv[1], &ino))
  /external/kernel-headers/original/linux/
quota.h 156 __u32 dqb_isoftlimit; /* preferred inode limit */
159 time_t dqb_itime; /* time limit for excessive inode use */
208 #define DQ_INODES_B 2 /* uid/gid has been warned about inode limit */
247 int (*initialize) (struct inode *, int);
248 int (*drop) (struct inode *);
249 int (*alloc_space) (struct inode *, qsize_t, int);
250 int (*alloc_inode) (const struct inode *, unsigned long);
251 int (*free_space) (struct inode *, qsize_t);
252 int (*free_inode) (const struct inode *, unsigned long);
253 int (*transfer) (struct inode *, struct iattr *)
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 39 Allocating blocks in the same block group as the file inode
51 u32 inode; local
62 inode = make_directory(root_inode, 0, NULL, 0);
63 *dentries.inode = inode;
64 inode_set_permissions(inode, dentries.mode,
81 u32 inode; local
156 inode = make_directory(dir_inode, entries, dentries, dirs);
163 dentries[i].path, inode, android);
170 *dentries[i].inode = entry_inode
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 20 import com.android.ide.common.api.INode;
54 public class NodeProxy implements INode {
63 * Creates a new {@link INode} that wraps an {@link UiViewElementNode} that is
145 public INode getRoot() {
173 public INode getParent() {
184 public INode[] getChildren() {
186 ArrayList<INode> nodes = new ArrayList<INode>();
193 return nodes.toArray(new INode[nodes.size()]);
196 return new INode[0]
    [all...]

Completed in 814 milliseconds

<<11121314151617181920>>