Searched refs:inode (Results 51 - 75 of 146) sorted by relevance

123456

/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Ddisk_parser_test.js91 assertEquals(81993, slice.args.inode);
99 assertEquals(4882, slice.args.inode);
106 assertEquals(3342, slice.args.inode);
/external/e2fsprogs/e2fsck/
H A Demptydir.c27 struct ext2_inode inode; member in struct:empty_dir_info_struct
97 printf(_("Empty directory block %u (#%d) in inode %u\n"),
130 retval = ext2fs_bmap2(fs, edi->ino, &edi->inode,
160 retval = ext2fs_read_inode(fs, db->ino, &edi->inode);
170 edi->inode.i_size -= edi->freed_blocks * fs->blocksize;
171 ext2fs_iblk_add_blocks(fs, &edi->inode, edi->freed_blocks);
172 retval = ext2fs_write_inode(fs, db->ino, &edi->inode);
H A Dsuper.c44 * helper function to release an inode
96 * If we are truncating an orphan, then update the inode fields
152 * This function releases an inode. Returns 1 if an inconsistency was
153 * found. If the inode has a link count, then it is being truncated and
157 struct ext2_inode *inode, char *block_buf,
165 if (!ext2fs_inode_has_valid_blocks2(fs, inode))
173 if (inode->i_links_count) {
176 ((EXT2_I_SIZE(inode) + fs->blocksize - 1) /
178 pb.truncate_offset = inode->i_size % fs->blocksize;
189 _("while calling ext2fs_block_iterate for inode
156 release_inode_blocks(e2fsck_t ctx, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf, struct problem_context *pctx) argument
234 struct ext2_inode inode; local
317 struct ext2_inode inode; local
[all...]
H A Drehash.c56 struct ext2_inode *inode; member in struct:fill_dir_struct
98 if (offset + fs->blocksize > fd->inode->i_size) {
129 if (dirent->inode == 0)
136 fd->parent = dirent->inode;
152 ent->ino = dirent->inode;
196 ret = he_b->dir->inode - he_a->dir->inode;
353 if (!ent->dir->inode ||
360 if ((ent->dir->inode == prev->dir->inode)
680 struct ext2_inode inode; local
714 struct ext2_inode inode; local
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.h145 // <major_dev(hex)>:<minor_dev(hex)> <inode> <filename> Note: the
157 uint64 offset, int64 inode, const char *filename,
179 uint64 *offset, int64 *inode, char **filename);
182 uint64 *offset, int64 *inode, char **filename,
H A Dsysinfo.cc545 uint64 *offset, int64 *inode, char **filename,
563 if (inode) *inode = 0;
677 int *major, int *minor, int64 *inode,
683 * start, end, flags, offset, major, minor, inode, filename_offset)
707 if (!StringToIntegerUntilCharWithCheck(inode, endptr, 10, ' ', &endptr))
815 uint64 *offset, int64 *inode, char **filename) {
816 return NextExt(start, end, flags, offset, inode, filename, NULL, NULL,
824 uint64 *offset, int64 *inode, char **filename,
878 inode
542 NextExtMachHelper(const mach_header* hdr, int current_image, int current_load_cmd, uint64 *start, uint64 *end, char **flags, uint64 *offset, int64 *inode, char **filename, uint64 *file_mapping, uint64 *file_pages, uint64 *anon_mapping, uint64 *anon_pages, dev_t *dev) argument
675 ParseProcMapsLine(char *text, uint64 *start, uint64 *end, char *flags, uint64 *offset, int *major, int *minor, int64 *inode, unsigned *filename_offset) argument
814 Next(uint64 *start, uint64 *end, char **flags, uint64 *offset, int64 *inode, char **filename) argument
823 NextExt(uint64 *start, uint64 *end, char **flags, uint64 *offset, int64 *inode, char **filename, uint64 *file_mapping, uint64 *file_pages, uint64 *anon_mapping, uint64 *anon_pages, dev_t *dev) argument
1074 FormatLine(char* buffer, int bufsize, uint64 start, uint64 end, const char *flags, uint64 offset, int64 inode, const char *filename, dev_t dev) argument
1107 int64 inode; local
1133 int64 inode; local
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.h145 // <major_dev(hex)>:<minor_dev(hex)> <inode> <filename> Note: the
157 uint64 offset, int64 inode, const char *filename,
179 uint64 *offset, int64 *inode, char **filename);
182 uint64 *offset, int64 *inode, char **filename,
H A Dsysinfo.cc528 uint64 *offset, int64 *inode, char **filename,
546 if (inode) *inode = 0;
659 uint64 *offset, int64 *inode, char **filename) {
660 return NextExt(start, end, flags, offset, inode, filename, NULL, NULL,
668 uint64 *offset, int64 *inode, char **filename,
721 inode ? inode : &tmpinode, &filename_offset) != 7) continue;
739 inode ? inode
525 NextExtMachHelper(const mach_header* hdr, int current_image, int current_load_cmd, uint64 *start, uint64 *end, char **flags, uint64 *offset, int64 *inode, char **filename, uint64 *file_mapping, uint64 *file_pages, uint64 *anon_mapping, uint64 *anon_pages, dev_t *dev) argument
658 Next(uint64 *start, uint64 *end, char **flags, uint64 *offset, int64 *inode, char **filename) argument
667 NextExt(uint64 *start, uint64 *end, char **flags, uint64 *offset, int64 *inode, char **filename, uint64 *file_mapping, uint64 *file_pages, uint64 *anon_mapping, uint64 *anon_pages, dev_t *dev) argument
916 FormatLine(char* buffer, int bufsize, uint64 start, uint64 end, const char *flags, uint64 offset, int64 inode, const char *filename, dev_t dev) argument
948 int64 inode; local
974 int64 inode; local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtst_inode_size.c18 struct ext2_inode_large inode; variable in typeref:struct:ext2_inode_large
24 #define check_field(x, s) cur_offset = do_field(#x, s, sizeof(inode.x), \
74 do_field("Small inode end", 0, 0, cur_offset, 128);
84 do_field("Large inode end", 0, 0, cur_offset, sizeof(inode));
H A Dbb_inode.c2 * bb_inode.c --- routines to update the bad block inode.
5 * this routine returns an error, the bad block inode may be in an
54 * Given a bad blocks bitmap, update the bad blocks inode to reflect
61 struct ext2_inode inode; local
99 * block inode (!).
119 * Update the bad block inode's mod time and block count
122 retval = ext2fs_read_inode(fs, EXT2_BAD_INO, &inode);
126 inode.i_atime = inode.i_mtime = fs->now ? fs->now : time(0);
127 if (!inode
[all...]
H A Dnewdir.c58 dir->inode = dir_ino;
73 dir->inode = parent_ino;
H A Dtst_bitmaps.c180 retval = ext2fs_allocate_inode_bitmap(test_fs, "inode bitmap",
183 com_err(name, retval, "while allocating inode bitmap");
280 printf("inode bitmap: ");
450 unsigned int inode; local
458 com_err(argv[0], 0, "Usage: seti <inode>");
462 inode = parse_ulong(argv[1], argv[0], "inode", &err);
466 test_result = ext2fs_test_inode_bitmap2(test_fs->inode_map, inode);
467 op_result = ext2fs_mark_inode_bitmap2(test_fs->inode_map, inode);
468 printf("Setting inode
479 unsigned int inode; local
508 unsigned int inode; local
[all...]
H A Dblock.c2 * block.c --- iterate over all blocks in an inode
334 struct ext2_inode inode; local
342 ctx.errcode = ext2fs_read_inode(fs, ino, &inode);
350 if (!LINUX_S_ISDIR(inode.i_mode) &&
351 (inode.i_size_high != 0))
377 if (inode.osd1.hurd1.h_i_translator) {
378 blk64 = inode.osd1.hurd1.h_i_translator;
382 inode.osd1.hurd1.h_i_translator = (blk_t) blk64;
389 if (inode.i_flags & EXT4_EXTENTS_FL) {
398 ctx.errcode = ext2fs_extent_open2(fs, ino, &inode,
[all...]
H A Dblknum.c65 * Return the inode data block count
68 struct ext2_inode *inode)
70 return (inode->i_blocks |
73 (__u64) inode->osd2.linux2.l_i_blocks_hi << 32 : 0)) -
74 (inode->i_file_acl ? fs->blocksize >> 9 : 0);
78 * Return the inode i_blocks count
81 struct ext2_inode *inode)
83 return (inode->i_blocks |
86 (__u64)inode->osd2.linux2.l_i_blocks_hi << 32 : 0));
229 * Return the inode bitma
67 ext2fs_inode_data_blocks2(ext2_filsys fs, struct ext2_inode *inode) argument
80 ext2fs_inode_i_blocks(ext2_filsys fs, struct ext2_inode *inode) argument
475 ext2fs_file_acl_block(ext2_filsys fs, const struct ext2_inode *inode) argument
487 ext2fs_file_acl_block_set(ext2_filsys fs, struct ext2_inode *inode, blk64_t blk) argument
[all...]
H A Dmkjournal.c305 struct ext2_inode inode; local
316 if ((retval = ext2fs_read_inode(fs, journal_ino, &inode)))
319 if (inode.i_blocks > 0) {
332 inode.i_flags |= EXT4_EXTENTS_FL;
333 if ((retval = ext2fs_write_inode(fs, journal_ino, &inode)))
376 if ((retval = ext2fs_read_inode(fs, journal_ino, &inode)))
380 inode.i_size = inode_size & 0xFFFFFFFF;
381 inode.i_size_high = (inode_size >> 32) & 0xFFFFFFFF;
385 ext2fs_iblk_add_blocks(fs, &inode, es.newblocks);
386 inode
[all...]
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dproc-llist.c50 newnode->inode = node->inode;
93 if (cur->inode == i) {
H A Dproc-llist.h37 unsigned long inode; // inode of socket member in struct:_lnode
/external/e2fsprogs/po/
H A Dat-expand.pl7 "#. \"inode\", and so on. In order to make it easier for translators, the\n",
20 "#. a dynamic %-expansion, which expands %i as an inode number, and so\n",
23 "#. expansions; so for example, \"%Iu\" expands to the inode's user id\n",
24 "#. ownership field (inode->i_uid).\n",
29 "#. %Di <dirent> -> ino inode number\n",
34 "#. %d <dir> inode number\n",
36 "#. %i <ino> inode number\n",
37 "#. %Is <inode> -> i_size\n",
38 "#. %IS <inode> -> i_extra_isize\n",
39 "#. %Ib <inode>
[all...]
/external/chromium_org/third_party/freetype/src/cache/
H A Dftccback.h31 ftc_inode_free( FTC_Node inode,
40 ftc_inode_weight( FTC_Node inode,
/external/freetype/src/cache/
H A Dftccback.h31 ftc_inode_free( FTC_Node inode,
40 ftc_inode_weight( FTC_Node inode,
/external/kernel-headers/original/uapi/linux/
H A Dminix_fs.h31 * This is the original minix inode layout on disk.
45 * The new minix inode has all the time entries, as well as
48 * now 16-bit. The inode is now 64 bytes instead of 32.
98 __u16 inode; member in struct:minix_dir_entry
103 __u32 inode; member in struct:minix3_dir_entry
/external/qemu/distrib/ext4_utils/src/
H A Dallocate.c63 struct ext4_inode *inode; member in struct:xattr_list_element
82 static struct ext4_xattr_header *xattr_list_find(struct ext4_inode *inode) argument
86 if (element->inode == inode)
92 static void xattr_list_insert(struct ext4_inode *inode, struct ext4_xattr_header *header) argument
95 element->inode = inode;
656 /* Returns an ext4_inode structure for an inode number */
657 struct ext4_inode *get_inode(u32 inode) argument
659 inode
668 get_xattr_block_for_inode(struct ext4_inode *inode) argument
701 u32 inode; local
724 u32 inode; local
742 add_directory(u32 inode) argument
[all...]
H A Dext4_utils.c288 struct ext4_inode *inode = get_inode(EXT4_RESIZE_INO); local
289 if (inode == NULL) {
290 error("failed to get resize inode");
307 inode_attach_resize(inode, reserve_inode_alloc);
309 inode->i_mode = S_IFREG | S_IRUSR | S_IWUSR;
310 inode->i_links_count = 1;
315 /* Allocate the blocks to hold a journal inode and connect them to the
316 reserved journal inode */
319 struct ext4_inode *inode = get_inode(EXT4_JOURNAL_INO); local
320 if (inode
[all...]
/external/f2fs-tools/fsck/
H A Dmount.c13 void print_inode_info(struct f2fs_inode *inode) argument
16 int namelen = le32_to_cpu(inode->i_namelen);
18 DISP_u32(inode, i_mode);
19 DISP_u32(inode, i_uid);
20 DISP_u32(inode, i_gid);
21 DISP_u32(inode, i_links);
22 DISP_u64(inode, i_size);
23 DISP_u64(inode, i_blocks);
25 DISP_u64(inode, i_atime);
26 DISP_u32(inode, i_atime_nse
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxslt.c2030 xsltPointerListPtr extElemNs = cctxt->inode->extElemNs;
2031 xsltPointerListPtr exclResultNs = cctxt->inode->exclResultNs;
2033 if ((cctxt == NULL) || (cctxt->inode == NULL) || (elem == NULL) ||
2040 extElemNs = cctxt->inode->extElemNs;
2041 exclResultNs = cctxt->inode->exclResultNs;
2201 if ((cctxt == NULL) || (cctxt->inode == NULL))
2224 item->inScopeNs = cctxt->inode->inScopeNs;
2229 cctxt->inode->litResElemInfo = item;
2230 cctxt->inode->nsChanged = 0;
2312 xsltCompilerNodeInfoPtr inode, ipre local
[all...]

Completed in 362 milliseconds

123456