HomeSort by relevance Sort by last modified time
    Searched defs:ino (Results 76 - 100 of 121) sorted by null

1 2 34 5

  /external/tcpdump/
print-nfs.c 789 uint32_t ino; local
806 Parse_fh((const u_char *)dp, len, &fsid, &ino, NULL, &sfsname, 0);
834 ND_PRINT((ndo, "%ld", (long) ino));
    [all...]
  /external/toybox/toys/pending/
tar.c 78 ino_t ino; member in struct:inode_list
113 if(new->ino == st->st_ino && new->dev == st->st_dev)
117 new->ino = st->st_ino;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
aufs_type.h 140 uint64_t ino; member in struct:au_rdu_ent
197 uint64_t ino, h_ino; member in struct:aufs_ibusy
jffs2.h 124 jint32_t ino; /* == zero for unlink */ member in struct:jffs2_raw_dirent
146 jint32_t ino; /* Inode number. */ member in struct:jffs2_raw_inode
187 jint32_t ino; /* inode number */ member in struct:jffs2_raw_xref
fuse.h 93 __u64 ino; member in struct:fuse_attr
585 __u64 ino; member in struct:fuse_dirent
598 __u64 ino; member in struct:fuse_notify_inval_inode_out
  /external/e2fsprogs/e2fsck/
pass2.c 63 static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf);
73 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino);
170 if (e2fsck_dir_will_be_rehashed(ctx, dx_dir->ino) ||
175 pctx.dir = dx_dir->ino;
250 clear_htree(ctx, dx_dir->ino);
341 if (db_a->ino != db_b->ino)
342 return (int) (db_a->ino - db_b->ino);
354 ext2_ino_t ino, struct problem_context *pctx
889 ext2_ino_t ino = db->ino; local
    [all...]
e2fsck.h 96 ext2_ino_t ino; /* Inode number */ member in struct:dir_info
107 ext2_ino_t ino; /* Inode number */ member in struct:dx_dir_info
405 ext2_ino_t ino; member in struct:extent_tree_info
442 extern void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent);
449 extern int e2fsck_dir_info_set_parent(e2fsck_t ctx, ext2_ino_t ino,
451 extern int e2fsck_dir_info_set_dotdot(e2fsck_t ctx, ext2_ino_t ino,
453 extern int e2fsck_dir_info_get_parent(e2fsck_t ctx, ext2_ino_t ino,
455 extern int e2fsck_dir_info_get_dotdot(e2fsck_t ctx, ext2_ino_t ino,
459 extern void e2fsck_add_dx_dir(e2fsck_t ctx, ext2_ino_t ino, int num_blocks);
460 extern struct dx_dir_info *e2fsck_get_dx_dir_info(e2fsck_t ctx, ext2_ino_t ino);
    [all...]
pass1.c 72 static void mark_inode_bad(e2fsck_t ctx, ino_t ino);
73 static void add_encrypted_dir(e2fsck_t ctx, ino_t ino);
84 ext2_ino_t ino; member in struct:process_block_struct
104 ext2_ino_t ino; member in struct:process_inode_block
175 int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino,
194 if (ext2fs_extent_open2(fs, ino, inode, &handle))
216 if (ext2fs_inline_data_size(fs, ino, &inline_size))
252 if (ext2fs_inline_data_size(fs, ino, &inline_sz))
259 if (ext2fs_inline_data_get(fs, ino, inode, inline_buf, NULL))
297 e2fsck_write_inode(ctx, pctx->ino, pctx->inode, "pass1")
797 ext2_ino_t ino; local
1051 ext2_ino_t ino = 0; local
2219 ext2_ino_t ino = pctx->ino; local
2912 ext2_ino_t ino = pctx->ino; local
3052 ext2_ino_t ino = pctx->ino; local
    [all...]
  /external/e2fsprogs/misc/
e2image.c 303 ext2_ino_t ino; member in struct:process_block_struct
317 ext2_ino_t ino, variable
322 if ((ino != stashed_ino) || !stashed_inode)
331 ext2_ino_t ino)
333 if ((ino != stashed_ino) || !stashed_inode)
342 ext2_ino_t ino, variable
345 if ((ino != stashed_ino) || !stashed_inode)
1263 ext2_ino_t ino; local
1307 retval = ext2fs_get_next_inode(scan, &ino, &inode)
    [all...]
fuse2fs.c 302 ext2_ino_t ino; member in struct:fuse2fs_file_handle
331 static int __translate_error(ext2_filsys fs, errcode_t err, ext2_ino_t ino,
333 #define translate_error(fs, ino, err) __translate_error((fs), (err), (ino), \
463 static int update_ctime(ext2_filsys fs, ext2_ino_t ino,
481 err = ext2fs_read_inode_full(fs, ino, (struct ext2_inode *)&inode,
484 return translate_error(fs, ino, err);
489 err = ext2fs_write_inode_full(fs, ino, (struct ext2_inode *)&inode,
492 return translate_error(fs, ino, err);
497 static int update_atime(ext2_filsys fs, ext2_ino_t ino)
811 ext2_ino_t ino; local
836 ext2_ino_t ino; local
1277 ext2_ino_t ino; local
1775 ext2_ino_t parent, ino; local
1876 ext2_ino_t ino; local
1935 ext2_ino_t ino; local
2002 ext2_ino_t ino; local
2418 ext2_ino_t ino; local
2519 ext2_ino_t ino; local
2599 ext2_ino_t ino; local
2679 ext2_ino_t ino; local
2810 ext2_ino_t ino; local
3036 ext2_ino_t ino; local
3312 ext2_ino_t ino; local
    [all...]
mke2fs.c 354 ext2_ino_t ino; local
363 for (ino = 1; ino < EXT2_FIRST_INO(fs->super); ino++)
364 ext2fs_write_inode_full(fs, ino, inode,
494 ext2_ino_t ino; local
506 retval = ext2fs_lookup(fs, EXT2_ROOT_INO, name, strlen(name), 0, &ino);
519 retval = ext2fs_expand_dir(fs, ino);
    [all...]
tune2fs.c 357 ino_t ino = fs->super->s_journal_inum; local
359 retval = ext2fs_read_inode(fs, ino, &inode);
365 if (ino == EXT2_JOURNAL_INO) {
372 retval = ext2fs_block_iterate3(fs, ino,
385 retval = ext2fs_write_inode(fs, ino, &inode);
491 static errcode_t rewrite_extents(ext2_filsys fs, ext2_ino_t ino,
503 errcode = ext2fs_extent_open(fs, ino, &handle);
728 ext2_ino_t ino; local
760 retval = ext2fs_get_next_inode_full(scan, &ino, inode, length);
765 if (!ino)
877 ext2_ino_t ino; local
2262 ext2_ino_t ino; local
2439 ext2_ino_t ino; local
    [all...]
  /external/f2fs-tools/fsck/
fsck.c 97 DBG(2, "ino[0x%x] has hard links [0x%x]\n", nid, link_cnt);
236 if (node_blk->footer.nid == node_blk->footer.ino) {
371 if (ni->ino == 0) {
372 ASSERT_MSG("nid[0x%x] ino is 0", nid);
390 node_blk->footer.nid != node_blk->footer.ino) {
391 ASSERT_MSG("nid[0x%x] footer.nid[0x%x] footer.ino[0x%x]",
393 le32_to_cpu(node_blk->footer.ino));
396 if (ni->ino != le32_to_cpu(node_blk->footer.ino)) {
397 ASSERT_MSG("nid[0x%x] nat_entry->ino[0x%x] footer.ino[0x%x]"
1297 u32 ino; local
1590 nid_t ino = le32_to_cpu(orphan_blk->ino[j]); local
1640 nid_t ino = QUOTA_INO(sb, qtype); local
1665 f2fs_ino_t ino; local
1770 nid_t ino = le32_to_cpu(fsck->entries[i].ino); local
    [all...]
f2fs.h 46 nid_t ino; member in struct:node_info
146 nid_t ino; member in struct:dentry
413 ni->ino = le32_to_cpu(raw_nat->ino);
mount.c 272 nid_t ino = le32_to_cpu(node_block->footer.ino); local
275 if (ino == nid) {
584 /* check reserved ino info */
    [all...]
  /external/selinux/libselinux/src/
selinux_restorecon.c 400 ino_t ino; /* inode number */ member in struct:file_spec
413 static int filespec_add(ino_t ino, const char *con, const char *file)
426 h = (ino + (ino >> HASH_BITS)) & HASH_MASK;
429 if (ino == fl->ino) {
431 if (ret < 0 || sb.st_ino != ino) {
456 if (ino > fl->ino)
463 fl->ino = ino
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 1946 squashfs_inode_t ino = local
    [all...]
  /system/extras/simpleperf/
record.h 298 uint64_t ino; member in struct:Mmap2Record::Mmap2RecordDataType
  /external/dnsmasq/src/
option.c 2482 ino_t ino; member in struct:fileread
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 638 static void dump_extents(FILE *f, const char *prefix, ext2_ino_t ino,
648 errcode = ext2fs_extent_open(current_fs, ino, &handle);
998 ext2_ino_t ino; local
1028 ino = string_to_inode(argv[optind]);
1029 if (ino == 0)
1032 if (debugfs_read_inode(ino, &inode, argv[0]))
1050 dump_extents(out, "", ino, flags, logical_width, physical_width);
1445 ext2_ino_t ino; local
1521 ext2_ino_t ino; local
1997 ext2_ino_t ino; local
2060 ext2_ino_t ino; local
2091 ext2_ino_t ino; local
2212 ext2_ino_t ino; local
2247 ext2_ino_t ino; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 474 static errcode_t zero_high_bits_in_extents(ext2_filsys fs, ext2_ino_t ino,
485 errcode = ext2fs_extent_open(fs, ino, &handle);
519 ext2_ino_t ino; local
536 retval = ext2fs_get_next_inode_full(scan, &ino, inode, length);
539 if (!ino)
541 if (!ext2fs_test_inode_bitmap2(fs->inode_map, ino))
561 retval = ext2fs_write_inode_full(fs, ino, inode,
567 retval = zero_high_bits_in_extents(fs, ino, inode);
570 } while (ino);
1814 ext2_ino_t ino; member in struct:process_block_struct
1992 ext2_ino_t ino, new_inode; local
2641 ext2_ino_t ino; local
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 1608 __u64 ino; local
    [all...]
  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 119 u64 ino; member in struct:quipper::mmap2_event
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 351 ULong dev, ULong ino, Off64T offset,
453 seg->dev, seg->ino, seg->offset,
500 seg->dev, seg->ino, seg->offset,
623 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
630 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
641 s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
685 && s1->dev == s2->dev && s1->ino == s2->ino
781 ULong dev, ULong ino, Off64T offset,
861 = nsegments[i].dev != 0 || nsegments[i].ino != 0
2155 ULong dev, ino; local
2371 ULong dev, ino; local
2672 ULong dev, ino; local
3376 ULong foffset, dev, ino; local
3822 ULong ino; member in struct:__anon42170
    [all...]
  /bionic/libc/kernel/uapi/linux/
fuse.h 26 uint64_t ino; member in struct:fuse_attr
428 uint64_t ino; member in struct:fuse_dirent
444 uint64_t ino; member in struct:fuse_notify_inval_inode_out

Completed in 699 milliseconds

1 2 34 5