Searched refs:inode (Results 101 - 125 of 146) sorted by relevance

123456

/external/e2fsprogs/e2fsck/
H A Dutil.c277 old_op = ehandler_operation(_("reading inode and block bitmaps"));
297 old_op = ehandler_operation(_("writing block and inode bitmaps"));
302 _("while rewriting block and inode bitmaps for %s"),
439 struct ext2_inode * inode, const char *proc)
443 retval = ext2fs_read_inode(ctx->fs, ino, inode);
446 _("while reading inode %lu in %s"), ino, proc);
452 struct ext2_inode *inode, int bufsize,
457 retval = ext2fs_read_inode_full(ctx->fs, ino, inode, bufsize);
460 _("while reading inode %lu in %s"), ino, proc);
466 struct ext2_inode * inode, in
438 e2fsck_read_inode(e2fsck_t ctx, unsigned long ino, struct ext2_inode * inode, const char *proc) argument
451 e2fsck_read_inode_full(e2fsck_t ctx, unsigned long ino, struct ext2_inode *inode, int bufsize, const char *proc) argument
465 e2fsck_write_inode_full(e2fsck_t ctx, unsigned long ino, struct ext2_inode * inode, int bufsize, const char *proc) argument
479 e2fsck_write_inode(e2fsck_t ctx, unsigned long ino, struct ext2_inode * inode, const char *proc) argument
[all...]
H A Djfs_user.h28 struct inode { struct
/external/e2fsprogs/lib/ext2fs/
H A Dget_pathname.c2 * get_pathname.c --- do directry/inode -> name translation
16 * This function translates takes two inode numbers into a
18 * directory inode, and <ino> is the inode number itself. If
56 gp->parent = dirent->inode;
57 if (dirent->inode == gp->search_ino) {
H A DAndroid.mk45 inode.c \
H A Dgen_bitmap.c453 * The compared start block number or start inode number
481 * The compared start block number or start inode number is
486 * The compared end block number or end inode number is
544 ino_t inode, int num)
547 if ((inode < bitmap->start) || (inode+num-1 > bitmap->real_end)) {
549 inode, bitmap->description);
553 bitmap, inode, num);
543 ext2fs_test_inode_bitmap_range(ext2fs_inode_bitmap bitmap, ino_t inode, int num) argument
H A Ddir_iterate.c215 if (!dirent->inode &&
/external/f2fs-tools/scripts/
H A Ddumpf2fs.sh42 inode)
/external/nanopb-c/examples/network_server/
H A Dclient.c33 printf("%-10lld %s\n", (long long)fileinfo.inode, fileinfo.name);
H A Dserver.c34 fileinfo.inode = file->d_ino;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.cc153 int64 inode; local
156 while (it.Next(&start, &end, &flags, &offset, &inode, &filename)) {
158 start, end, flags, offset, inode, filename,
H A Ddeep-heap-profile.cc823 int64 inode; local
843 &flags, &offset, &inode, &filename)) {
848 flags, offset, inode, filename, 0);
981 flags, offset, inode, filename, 0);
H A Dheap-checker.cc908 int64 inode; local
914 &file_offset, &inode, &filename)) {
917 if (inode != 0) {
930 // 'fake' libraries with inode 0 when determining. However, some
932 // if we don't see any evidence that we're getting inode info.
933 if (inode != 0) {
942 if (inode != 0) {
952 if (inode != 0 && strncmp(permissions, "r-xp", 4) == 0) {
965 // non-zero inode), then we only say we saw a shared lib if we saw a
966 // 'real' one, with a non-zero inode
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.cc153 int64 inode; local
156 while (it.Next(&start, &end, &flags, &offset, &inode, &filename)) {
158 start, end, flags, offset, inode, filename,
/external/e2fsprogs/ext2ed/
H A Ddir_com.c19 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 o
[all...]
/external/e2fsprogs/debugfs/
H A Dlogdump.c601 * If the block is an inode block for the inode being searched
602 * for, then we need to dump the contents of that inode
633 struct ext2_inode *inode; local
636 fprintf(out_file, " (inode block for inode %u):\n",
639 inode = (struct ext2_inode *) (buf + inode_offset_to_dump);
640 internal_dump_inode(out_file, " ", inode_to_dump, inode, 0);
644 * on-disk inode, not from the journaled copy of the
645 * inode
[all...]
H A Dextent_inode.c68 ext2_ino_t inode; local
78 printf("Current inode is %d\n", current_ino);
80 printf("No current inode\n");
84 if (common_inode_args_process(argc, argv, &inode, 0))
89 retval = ext2fs_extent_open(current_fs, inode, &current_handle);
95 current_ino = inode;
/external/libxml2/
H A Dxmlschemas.c999 xmlSchemaNodeInfoPtr inode; /* the current element information */ member in struct:_xmlSchemaValidCtxt
2059 (vctxt->inode != NULL)) {
2060 node = vctxt->inode->node;
2220 if (vctxt->inode->nodeType == XML_ATTRIBUTE_NODE) {
2234 vctxt->inode->nsName, vctxt->inode->localName));
2408 (((xmlSchemaValidCtxtPtr) actxt)->inode != NULL))
2409 return ( ((xmlSchemaValidCtxtPtr) actxt)->inode->nodeType);
21815 xmlSchemaNodeInfoPtr inode; local
21819 inode
25886 xmlSchemaNodeInfoPtr inode = vctxt->inode; local
25945 xmlSchemaVContentModelCallback(xmlSchemaValidCtxtPtr vctxt ATTRIBUTE_UNUSED, const xmlChar * name ATTRIBUTE_UNUSED, xmlSchemaElementPtr item, xmlSchemaNodeInfoPtr inode) argument
25986 xmlSchemaVCheckINodeDataType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr inode, xmlSchemaTypePtr type, const xmlChar *value) argument
26010 xmlSchemaNodeInfoPtr inode = vctxt->inode; local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c998 xmlSchemaNodeInfoPtr inode; /* the current element information */ member in struct:_xmlSchemaValidCtxt
2054 (vctxt->inode != NULL)) {
2055 node = vctxt->inode->node;
2201 if (vctxt->inode->nodeType == XML_ATTRIBUTE_NODE) {
2215 vctxt->inode->nsName, vctxt->inode->localName));
2389 (((xmlSchemaValidCtxtPtr) actxt)->inode != NULL))
2390 return ( ((xmlSchemaValidCtxtPtr) actxt)->inode->nodeType);
21786 xmlSchemaNodeInfoPtr inode; local
21790 inode
25857 xmlSchemaNodeInfoPtr inode = vctxt->inode; local
25916 xmlSchemaVContentModelCallback(xmlSchemaValidCtxtPtr vctxt ATTRIBUTE_UNUSED, const xmlChar * name ATTRIBUTE_UNUSED, xmlSchemaElementPtr item, xmlSchemaNodeInfoPtr inode) argument
25957 xmlSchemaVCheckINodeDataType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr inode, xmlSchemaTypePtr type, const xmlChar *value) argument
25981 xmlSchemaNodeInfoPtr inode = vctxt->inode; local
[all...]
/external/f2fs-tools/fsck/
H A Dfsck.c296 int fsck_chk_node_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, argument
316 fsck_chk_dnode_blk(sbi, inode, nid, ftype, node_blk,
320 fsck_chk_idnode_blk(sbi, inode, ftype, node_blk,
324 fsck_chk_didnode_blk(sbi, inode, ftype, node_blk,
432 /* check data blocks in inode */
450 /* check node blocks in inode */
510 ASSERT_MSG("ino: 0x%x is orphan inode, but has i_links: %u",
518 int fsck_chk_dnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, argument
531 le64_to_cpu(inode->i_blocks) == *blk_cnt, ftype,
539 int fsck_chk_idnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, argument
559 fsck_chk_didnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt) argument
[all...]
/external/e2fsprogs/misc/
H A Ddumpe2fs.c278 "while reading inode bitmap");
331 struct ext2_inode inode; local
341 retval = ext2fs_read_inode(fs, ino, &inode);
344 _("while reading journal inode"));
347 retval = ext2fs_file_open2(fs, ino, &inode, 0, &journal_file);
350 _("while opening journal inode"));
382 (inode.i_flags & EXT4_HUGE_FILE_FL))
383 size = inode.i_blocks / (fs->blocksize / 1024);
385 size = inode.i_blocks >> 1;
H A Dtune2fs.c301 * Remove the journal inode from the filesystem
305 struct ext2_inode inode; local
309 retval = ext2fs_read_inode(fs, ino, &inode);
312 _("while reading journal inode"));
327 _("while clearing journal inode"));
330 memset(&inode, 0, sizeof(inode));
334 inode.i_flags &= ~EXT2_IMMUTABLE_FL;
335 retval = ext2fs_write_inode(fs, ino, &inode);
338 _("while writing journal inode"));
1494 struct ext2_inode inode; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dbcache.h70 #define KEY(inode, offset, size) \
72 .high = (1ULL << 63) | ((__u64) (size) << 20) | (inode), \
/external/genext2fs/
H A Dgenext2fs.c165 // 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 bitma
530 } inode; typedef in typeref:struct:__anon21585
778 is_hardlink(ino_t inode) argument
[all...]
/external/srec/srec/crec/
H A Dastar.c1006 int to_nodes[32], *pto_nodes, inode; local
1014 for (inode = 0; nodes_used[inode]; inode++) ;
1015 nodes_used[inode] = 1;
1016 *pto_nodes++ = inode;
1018 src_node, inode, parp1->refcount,
/external/chromium_org/tools/linux/
H A Dprocfs.py277 major, minor, inode, name):
287 self.inode = inode
301 'inode': self.inode,
371 int(matched.group(10), 10), # inode

Completed in 616 milliseconds

123456