HomeSort by relevance Sort by last modified time
    Searched refs:ino (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /external/e2fsprogs/e2fsck/
super.c 153 static int release_inode_blocks(e2fsck_t ctx, ext2_ino_t ino,
183 retval = ext2fs_block_iterate2(fs, ino, BLOCK_FLAG_DEPTH_TRAVERSE,
188 ino);
195 e2fsck_read_inode(ctx, ino, inode, "release_inode_blocks");
210 ino);
227 ext2_ino_t ino, next_ino; local
232 if ((ino = fs->super->s_last_orphan) == 0)
250 if ((ino < EXT2_FIRST_INODE(fs->super)) ||
251 (ino > fs->super->s_inodes_count)) {
253 pctx.ino = ino
    [all...]
message.c 19 * %Di <dirent>->ino inode number
26 * %i <ino> inode number
42 * %p ext2fs_get_pathname of directory <ino>
43 * %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
47 * %Q ext2fs_get_pathname of directory <ino> with <dir> as
194 static void print_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino)
199 if (!dir && (ino < num_special_inodes)) {
200 fputs(_(special_inode_name[ino]), stdout);
204 retval = ext2fs_get_pathname(fs, dir, ino, &path);
456 printf("%u", ctx->ino);
    [all...]
util.c 383 void e2fsck_read_inode(e2fsck_t ctx, unsigned long ino,
388 retval = ext2fs_read_inode(ctx->fs, ino, inode);
391 _("while reading inode %lu in %s"), ino, proc);
396 void e2fsck_read_inode_full(e2fsck_t ctx, unsigned long ino,
402 retval = ext2fs_read_inode_full(ctx->fs, ino, inode, bufsize);
405 _("while reading inode %lu in %s"), ino, proc);
410 extern void e2fsck_write_inode_full(e2fsck_t ctx, unsigned long ino,
416 retval = ext2fs_write_inode_full(ctx->fs, ino, inode, bufsize);
419 _("while writing inode %lu in %s"), ino, proc);
424 extern void e2fsck_write_inode(e2fsck_t ctx, unsigned long ino,
    [all...]
pass4.c 43 pctx.ino = i;
161 pctx.ino = i;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jffs2.h 125 jint32_t ino; /* == zero for unlink */ member in struct:jffs2_raw_dirent
147 jint32_t ino; /* Inode number. */ member in struct:jffs2_raw_inode
188 jint32_t ino; /* inode number */ member in struct:jffs2_raw_xref
auto_fs4.h 74 __u64 ino; member in struct:autofs_v5_packet
  /external/yaffs2/yaffs2/utils/
mkyaffsimage.c 45 ino_t ino; member in struct:__anon14425
71 if(oa->ino < ob->ino) return -1;
72 if(oa->ino > ob->ino) return 1;
78 static void add_obj_to_list(dev_t dev, ino_t ino, int obj)
83 obj_list[n_obj].ino = ino;
98 static int find_obj_in_list(dev_t dev, ino_t ino)
104 test.ino = ino
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 570 static void dump_extents(FILE *f, const char *prefix, ext2_ino_t ino,
580 errcode = ext2fs_extent_open(current_fs, ino, &handle);
859 ext2_ino_t ino; local
890 ino = string_to_inode(argv[optind]);
891 if (ino == 0)
894 if (debugfs_read_inode(ino, &inode, argv[0]))
914 dump_extents(out, "", ino, flags, logical_width, physical_width);
1271 ext2_ino_t ino; local
1280 ino = string_to_inode(sourcename);
1281 if (!ino)
1345 ext2_ino_t ino; local
1960 ext2_ino_t ino; local
1985 ext2_ino_t ino; local
    [all...]
  /cts/tests/src/android/os/cts/
FileUtils.java 61 public int ino; field in class:FileUtils.FileStatus
  /external/e2fsprogs/lib/ext2fs/
alloc.c 81 ext2_ino_t i, ino; local
88 ino = (group * fs->super->s_inodes_per_group) + 1;
89 for (i=0; i < fs->super->s_inodes_per_group; i++, ino++)
90 ext2fs_fast_unmark_inode_bitmap(map, ino);
dblist_dir.c 72 ctx->dir = db_info->ino;
link.c 112 ext2_ino_t ino, int flags)
126 ls.inode = ino;
extent.c 54 ext2_ino_t ino; member in struct:ext2_extent_handle
180 extern errcode_t ext2fs_extent_open(ext2_filsys fs, ext2_ino_t ino,
183 return ext2fs_extent_open2(fs, ino, NULL, ret_handle);
186 extern errcode_t ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino,
198 if ((ino == 0) || (ino > fs->super->s_inodes_count))
210 handle->ino = ino;
217 retval = ext2fs_read_inode(fs, ino, handle->inode);
549 retval = ext2fs_write_inode(handle->fs, handle->ino,
    [all...]
block.c 295 ext2_ino_t ino,
315 ctx.errcode = ext2fs_read_inode(fs, ino, &inode);
370 ctx.errcode = ext2fs_extent_open2(fs, ino, &inode, &handle);
492 retval = ext2fs_write_inode(fs, ino, &inode);
531 ext2_ino_t ino,
545 return ext2fs_block_iterate2(fs, ino, BLOCK_FLAG_NO_LARGE | flags,
  /external/e2fsprogs/misc/
e2initrd_helper.c 79 ext2_ino_t ino; local
86 filename, &ino);
90 retval = ext2fs_read_inode(fs, ino, &inode);
102 retval = ext2fs_file_open(fs, ino, 0, &e2_file);
tune2fs.c 276 ino_t ino = fs->super->s_journal_inum; local
278 retval = ext2fs_read_inode(fs, ino, &inode);
284 if (ino == EXT2_JOURNAL_INO) {
291 retval = ext2fs_block_iterate(fs, ino,
304 retval = ext2fs_write_inode(fs, ino, &inode);
1156 ext2_ino_t ino; local
1171 retval = ext2fs_get_next_inode(scan, &ino, &inode);
1175 if (!ino)
1200 retval = ext2fs_write_inode(fs, ino, &inode);
1208 retval = ext2fs_block_iterate2(fs, ino, 0, block_buf
1328 ext2_ino_t ino; local
    [all...]
  /external/kernel-headers/original/linux/
stat.h 60 unsigned long ino; member in struct:kstat
ext3_fs.h 496 static inline int ext3_valid_inum(struct super_block *sb, unsigned long ino)
498 return ino == EXT3_ROOT_INO ||
499 ino == EXT3_JOURNAL_INO ||
500 ino == EXT3_RESIZE_INO ||
501 (ino >= EXT3_FIRST_INO(sb) &&
502 ino <= le32_to_cpu(EXT3_SB(sb)->s_es->s_inodes_count));
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 344 ULong dev, ULong ino, Off64T offset,
507 seg->dev, seg->ino, seg->offset, seg->fnIdx,
553 seg->dev, seg->ino, seg->offset, seg->fnIdx
692 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
699 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
712 s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
756 && s1->dev == s2->dev && s1->ino == s2->ino
872 ULong dev, ULong ino, Off64T offset,
943 = nsegments[i].dev != 0 || nsegments[i].ino != 0
2006 ULong dev, ino; local
2204 ULong dev, ino; local
2511 ULong dev, ino; local
3196 ULong foffset, dev, ino; local
    [all...]
priv_aspacemgr.h 119 /*OUT*/ULong* ino, /*OUT*/UInt* mode );
  /external/iproute2/misc/
ss.c 200 unsigned int ino; member in struct:user_ent
209 static int user_ent_hashfn(unsigned int ino)
211 int val = (ino >> 24) ^ (ino >> 16) ^ (ino >> 8) ^ ino;
216 static void user_ent_add(unsigned int ino, const char *process, int pid, int fd)
226 p->ino = ino;
231 pp = &user_ent_hash[user_ent_hashfn(ino)];
273 unsigned int ino; local
434 unsigned ino; member in struct:tcpstat
1901 int ino; member in struct:unixstat
2078 int ino; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 1234 ext2_ino_t ino; member in struct:process_block_struct
1309 ext2_ino_t ino, new_inode; local
1778 ext2_ino_t ino; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 53 private int ino; field in class:FileUtils.FileStatus
  /external/valgrind/main/include/
pub_tool_libcfile.h 54 ULong ino; member in struct:vg_stat
  /external/clang/lib/Lex/
PTHLexer.cpp 627 const ino_t ino; member in class:__anon4381::PTHStatData
634 : hasStat(true), ino(i), dev(d), mode(mo), mtime(m), size(s) {}
637 : hasStat(false), ino(0), dev(0), mode(0), mtime(0), size(0) {}
661 ino_t ino = (ino_t) ReadUnalignedLE32(d); local
665 return data_type(ino, dev, mode, mtime, (off_t) ReadUnalignedLE64(d));
698 StatBuf.st_ino = Data.ino;

Completed in 451 milliseconds

1 23 4 5